From: <rl...@us...> - 2007-02-09 17:16:41
|
Revision: 18188 http://svn.sourceforge.net/gaim/?rev=18188&view=rev Author: rlaager Date: 2007-02-09 09:16:32 -0800 (Fri, 09 Feb 2007) Log Message: ----------- SF Patch #1643233 from Brian Cameron "Add uninstalled.pc file for [Gaim]" >From my understanding, this allows you to build Gaim plugins after building Gaim but before installing it. Modified Paths: -------------- trunk/configure.ac Added Paths: ----------- trunk/gaim-uninstalled.pc.in Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2007-02-09 15:19:15 UTC (rev 18187) +++ trunk/configure.ac 2007-02-09 17:16:32 UTC (rev 18188) @@ -1937,6 +1937,7 @@ console/plugins/Makefile po/Makefile.in gaim.pc + gaim-uninstalled.pc gaim.spec ]) Added: trunk/gaim-uninstalled.pc.in =================================================================== --- trunk/gaim-uninstalled.pc.in (rev 0) +++ trunk/gaim-uninstalled.pc.in 2007-02-09 17:16:32 UTC (rev 18188) @@ -0,0 +1,13 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ +datadir=@datadir@ +sysconfdir=@sysconfdir@ + +Name: Gaim +Description: Gaim is a GTK2-based instant messenger application. +Version: @VERSION@ +Requires: glib-2.0 +Cflags: -I${pc_top_builddir}/${pcfiledir}/libgaim -I${pc_top_builddir}/${pcfiledir}/gtk +Libs: ${pc_top_builddir}/${pcfiledir}/libgaim/libgaim.la Property changes on: trunk/gaim-uninstalled.pc.in ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |