im.pidgin.pidgin.2.2.2: 5d43b4234ad0b1a917a46dcc6858d757ef5c9c5e

lschiere at pidgin.im lschiere at pidgin.im
Fri Oct 19 17:12:01 EDT 2007


-----------------------------------------------------------------
Revision: 5d43b4234ad0b1a917a46dcc6858d757ef5c9c5e
Ancestor: bd133c37c7914759f8e855280d88b38c07407f8c
Author: lschiere at pidgin.im
Date: 2007-10-19T18:08:41
Branch: im.pidgin.pidgin.2.2.2

Added files:
        finch/finch.pc.in
Modified files:
        configure.ac finch/Makefile.am

ChangeLog: 

applied changes from b5a4f36867889f85c7c9d341c9c295f2f4e51e1d
             through af189a57a506d62e54affdb1e26df33eff4a4eb4

applied changes from b5a4f36867889f85c7c9d341c9c295f2f4e51e1d
             through af189a57a506d62e54affdb1e26df33eff4a4eb4

applied changes from af189a57a506d62e54affdb1e26df33eff4a4eb4
             through 2495a1b6a3619d8188151eaf2822ce2ecd435dbf

-------------- next part --------------
============================================================
--- finch/finch.pc.in	e6e28bb21b26b3df3d37afaa494cb681e298aa2f
+++ finch/finch.pc.in	e6e28bb21b26b3df3d37afaa494cb681e298aa2f
@@ -0,0 +1,13 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+datadir=@datadir@
+sysconfdir=@sysconfdir@
+
+Name: Finch
+Description: Finch is an instant messenger application that uses libpurple for protocol support and ncurses (libgnt) for the UI.
+Version: @VERSION@
+Requires: gnt purple
+Cflags: -I${includedir}/finch
+
============================================================
--- configure.ac	4e6878df6e6bc57c4259632ab3fc1e7228657f87
+++ configure.ac	1930ec84fa5ac518bca876365f6981e5c2c1096a
@@ -2247,6 +2247,7 @@ AC_OUTPUT([Makefile
 		   share/Makefile
 		   share/sounds/Makefile
 		   share/ca-certs/Makefile
+		   finch/finch.pc
 		   finch/Makefile
 		   finch/libgnt/Makefile
 		   finch/libgnt/gnt.pc
============================================================
--- finch/Makefile.am	eb6b974709b4a79b2b6ad8e16fa8fb40aefde26a
+++ finch/Makefile.am	28e8ca3d3b64181931682c336bdb91afbefbb9c3
@@ -1,8 +1,12 @@ EXTRA_DIST = \
 EXTRA_DIST = \
 		getopt.c \
 		getopt.h \
-		getopt1.c
+		getopt1.c \
+		finch.pc.in
 
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = finch.pc
+
 SUBDIRS = libgnt plugins
 
 if ENABLE_GNT


More information about the Commits mailing list