SF.net SVN: geany: [2428] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Fri Mar 28 16:31:14 UTC 2008


Revision: 2428
          http://geany.svn.sourceforge.net/geany/?rev=2428&view=rev
Author:   eht16
Date:     2008-03-28 09:31:04 -0700 (Fri, 28 Mar 2008)

Log Message:
-----------
Add datadir and localedir to Geany's pkgconfig file.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/geany.pc.in

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-03-28 16:16:55 UTC (rev 2427)
+++ trunk/ChangeLog	2008-03-28 16:31:04 UTC (rev 2428)
@@ -2,6 +2,7 @@
 
  * src/editor.c: Unfold hidden code when the fold point modified
                  (e.g. commented out, fixes #1923350).
+ * geany.pc.in: Add datadir and localedir to Geany's pkgconfig file.
 
 
 2008-03-27  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/geany.pc.in
===================================================================
--- trunk/geany.pc.in	2008-03-28 16:16:55 UTC (rev 2427)
+++ trunk/geany.pc.in	2008-03-28 16:31:04 UTC (rev 2428)
@@ -2,6 +2,9 @@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
+datarootdir=@datarootdir@
+datadir=@datadir@
+localedir=@localedir@
 
 Name: Geany
 Description: A fast and lightweight IDE using GTK2


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list