[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.5.1-20081221-187-gb5fbfa5)
The branch, master has been updated
via b5fbfa5f8734c215fb632a29699889b7decf910c (commit)
from fda82eb96e2c785efe91fd59d01f6e7e26b897ed (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
libgeda/libgeda.pc.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
=================
Commit Messages
=================
commit b5fbfa5f8734c215fb632a29699889b7decf910c
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Date: Sun Jan 18 02:11:17 2009 +0000
libgeda: Do not use "Requires.private" in libgeda.pc
We cannot use "Requires.private", as the behaviour is not consistent
across distros due to an ongoing disagreement about what the semantics
of "Requires.private" should be. In particular, Fedora's pkgconfig
package has patches installed which break that functionality. Instead,
use "Requires".
:100644 100644 df4b32c... 2c971ed... M libgeda/libgeda.pc.in
=========
Changes
=========
commit b5fbfa5f8734c215fb632a29699889b7decf910c
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Date: Sun Jan 18 02:11:17 2009 +0000
libgeda: Do not use "Requires.private" in libgeda.pc
We cannot use "Requires.private", as the behaviour is not consistent
across distros due to an ongoing disagreement about what the semantics
of "Requires.private" should be. In particular, Fedora's pkgconfig
package has patches installed which break that functionality. Instead,
use "Requires".
diff --git a/libgeda/libgeda.pc.in b/libgeda/libgeda.pc.in
index df4b32c..2c971ed 100644
--- a/libgeda/libgeda.pc.in
+++ b/libgeda/libgeda.pc.in
@@ -5,8 +5,8 @@ includedir=@includedir@
Name: libgeda
Description: gEDA/gaf's core library
-Requires:
-Requires.private: glib-2.0 gdk-pixbuf-2.0
+Requires: glib-2.0 gdk-pixbuf-2.0
+Requires.private:
Version: @DATE_VERSION@
Libs: -L${libdir} -lgeda
Libs.private: @GUILE_LIBS@
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs