r29131 - in /desktop/unstable/glade-3/debian: changelog patches/02_link_gtk-doc_scanner.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Jul 27 01:09:03 UTC 2011


Author: biebl
Date: Wed Jul 27 01:09:03 2011
New Revision: 29131

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29131
Log:
Link gtk-doc scanner against all necessary libraries.

Added:
    desktop/unstable/glade-3/debian/patches/02_link_gtk-doc_scanner.patch
Modified:
    desktop/unstable/glade-3/debian/changelog
    desktop/unstable/glade-3/debian/patches/series

Modified: desktop/unstable/glade-3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade-3/debian/changelog?rev=29131&op=diff
==============================================================================
--- desktop/unstable/glade-3/debian/changelog [utf-8] (original)
+++ desktop/unstable/glade-3/debian/changelog [utf-8] Wed Jul 27 01:09:03 2011
@@ -5,6 +5,7 @@
   * Remove glade and glade-gnome binary packages. glade is now built from
     src:glade and glade-gnome no longer installable because of unsatisfiable
     dependencies on glade. We only keep the library packages.
+  * Link gtk-doc scanner against all necessary libraries.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 27 Jul 2011 02:38:30 +0200
 

Added: desktop/unstable/glade-3/debian/patches/02_link_gtk-doc_scanner.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade-3/debian/patches/02_link_gtk-doc_scanner.patch?rev=29131&op=file
==============================================================================
--- desktop/unstable/glade-3/debian/patches/02_link_gtk-doc_scanner.patch (added)
+++ desktop/unstable/glade-3/debian/patches/02_link_gtk-doc_scanner.patch [utf-8] Wed Jul 27 01:09:03 2011
@@ -1,0 +1,13 @@
+Index: glade3-3.6.7/doc/Makefile.am
+===================================================================
+--- glade3-3.6.7.orig/doc/Makefile.am	2011-07-27 02:49:13.356751496 +0200
++++ glade3-3.6.7/doc/Makefile.am	2011-07-27 02:49:34.528485332 +0200
+@@ -100,7 +100,7 @@
+ 	-I$(top_builddir)         \
+ 	`pkg-config --cflags gtk+-2.0`
+ 
+-GTKDOC_LIBS=${top_builddir}/gladeui/libgladeui-1.la
++GTKDOC_LIBS=${top_builddir}/gladeui/libgladeui-1.la `pkg-config --libs gobject-2.0`
+ 
+ # This includes the standard gtk-doc make rules, copied by gtkdocize.
+ include $(top_srcdir)/gtk-doc.make

Modified: desktop/unstable/glade-3/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade-3/debian/patches/series?rev=29131&op=diff
==============================================================================
--- desktop/unstable/glade-3/debian/patches/series [utf-8] (original)
+++ desktop/unstable/glade-3/debian/patches/series [utf-8] Wed Jul 27 01:09:03 2011
@@ -1,2 +1,3 @@
 01_gladeui-types.patch
+02_link_gtk-doc_scanner.patch
 99_ltmain_as-needed.patch




More information about the pkg-gnome-commits mailing list