org.guifications.plugins: 78f4d4e52a778f963516466a995c766592b7dd2f

grim at guifications.org grim at guifications.org
Fri Apr 4 22:15:19 CDT 2008


-----------------------------------------------------------------
Revision: 78f4d4e52a778f963516466a995c766592b7dd2f
Ancestor: a744a2b46804ca30c989cb03bbcf199352a06911
Author: grim at guifications.org
Date: 2008-04-05T02:12:37
Branch: org.guifications.plugins

Added files:
        .pidgin-plugin manualsize/Makefile.am
Modified files:
        ChangeLog configure.ac

ChangeLog: 

Build system and change log stuff for manualsize


-----------------------------------------------------------------
This revision's diffstat output:
 ChangeLog              |    1 +
 configure.ac           |    1 +
 manualsize/Makefile.am |   27 +++++++++++++++++++++++++++
 3 files changed, 29 insertions(+)
-------------- next part --------------
============================================================
--- .pidgin-plugin	da39a3ee5e6b4b0d3255bfef95601890afd80709
+++ .pidgin-plugin	da39a3ee5e6b4b0d3255bfef95601890afd80709
============================================================
--- manualsize/Makefile.am	34c2a6447f3fcb871eff56fab30909cd28137542
+++ manualsize/Makefile.am	34c2a6447f3fcb871eff56fab30909cd28137542
@@ -0,0 +1,27 @@
+EXTRA_DIST = .pidgin-plugin .build Makefile.mingw
+
+manualsizedir = $(PIDGIN_LIBDIR)
+
+manualsize_la_LDFLAGS = -module -avoid-version
+
+if HAVE_PIDGIN
+
+manualsize_LTLIBRARIES = manualsize.la
+
+manualsize_la_SOURCES = \
+	manualsize.c
+
+manualsize_la_LIBADD = \
+	$(GTK_LIBS) \
+	$(PIDGIN_LIBS)
+
+endif
+
+AM_CPPFLAGS = \
+	-DLIBDIR=\"$(PIDGIN_LIBDIR)\" \
+	-DDATADIR=\"$(PIDGIN_DATADIR)\" \
+	-DPIXMAPSDIR=\"$(PIDGIN_PIXMAPSDIR)\" \
+	$(DEBUG_CFLAGS) \
+	$(PIDGIN_CFLAGS) \
+	$(GTK_CFLAGS)
+
============================================================
--- ChangeLog	edfde294ad3532e50649817ba4706f9da74ca884
+++ ChangeLog	fce1a4fe55ff63ed6ca68434a7776ae7056988e0
@@ -6,6 +6,7 @@ Version 2.4.0mtn:
 	* Fixed dewysiwygification's debug messages not properly ending lines.
 	* Added google plugin for "I'm Feeling Lucky" searches.
 	* Fixed aspell dependency in switchspell (fixes gentoo bug #196693)
+	* Added nodashi's manualsize plugin
 
 Version 2.3.0: 03/17/08
 	* Fixed a typo in irc-more's source that allowed a potential double-free
============================================================
--- configure.ac	d859e1c51aa33206dba5fed21f0a649f3077f4a4
+++ configure.ac	22291d2f591f7618a0646aafa1f6c2ff9d8dd316
@@ -358,6 +358,7 @@ AC_OUTPUT([
 	irssi/Makefile
 	lastseen/Makefile
 	listhandler/Makefile
+	manualsize/Makefile
 	mystatusbox/Makefile
 	napster/Makefile
 	nicksaid/Makefile


More information about the Plugins-commits mailing list