|
From: <dat...@us...> - 2006-09-05 02:09:24
|
Revision: 17163
http://svn.sourceforge.net/gaim/?rev=17163&view=rev
Author: datallah
Date: 2006-09-04 19:09:17 -0700 (Mon, 04 Sep 2006)
Log Message:
-----------
Make Gaim::Gtk actually work in wingaim.
Modified Paths:
--------------
trunk/gtk/plugins/perl/common/Makefile.mingw
trunk/libgaim/plugins/perl/scripts/request.pl
Modified: trunk/gtk/plugins/perl/common/Makefile.mingw
===================================================================
--- trunk/gtk/plugins/perl/common/Makefile.mingw 2006-09-04 23:26:50 UTC (rev 17162)
+++ trunk/gtk/plugins/perl/common/Makefile.mingw 2006-09-05 02:09:17 UTC (rev 17163)
@@ -89,10 +89,10 @@
$(MAKE) -C $(GAIM_LIB_PERL_TOP)/common -f $(GAIM_WIN32_MAKEFILE) install
install: all $(GAIM_INSTALL_PERLMOD_DIR)/Gaim.pm
- rm -f $(GAIM_INSTALL_PERLMOD_DIR)/Gaim/$(TARGET).dll $(GAIM_INSTALL_PERLMOD_DIR)/Gaim/$(TARGET).pm
+ rm -f $(GAIM_INSTALL_PERLMOD_DIR)/$(TARGET).dll $(GAIM_INSTALL_PERLMOD_DIR)/Gaim/$(TARGET).pm
mkdir -p $(GAIM_INSTALL_PERLMOD_DIR)/Gaim
cp $(TARGET).pm $(GAIM_INSTALL_PERLMOD_DIR)/Gaim/
- cp $(TARGET).dll $(GAIM_INSTALL_PERLMOD_DIR)/Gaim/
+ cp $(TARGET).dll $(GAIM_INSTALL_PERLMOD_DIR)
$(C_FILES): $(GAIM_CONFIG_H)
Modified: trunk/libgaim/plugins/perl/scripts/request.pl
===================================================================
--- trunk/libgaim/plugins/perl/scripts/request.pl 2006-09-04 23:26:50 UTC (rev 17162)
+++ trunk/libgaim/plugins/perl/scripts/request.pl 2006-09-05 02:09:17 UTC (rev 17163)
@@ -5,7 +5,7 @@
# All the information Gaim gets about our nifty plugin
%PLUGIN_INFO = (
perl_api_version => 2,
- name => " Perl: $MODULE_NAME",
+ name => "Perl: $MODULE_NAME",
version => "0.1",
summary => "Test plugin for the Perl interpreter.",
description => "Implements a set of test proccedures to ensure all functions that work in the C API still work in the Perl plugin interface. As XSUBs are added, this *should* be updated to test the changes. Furthermore, this will function as the tutorial perl plugin.",
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|