r27028 - in /packages/unstable/gir-repository/debian: changelog control control.in patches/03_fix_gdkpixbuf_gir_build.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Tue Mar 22 01:22:24 UTC 2011


Author: pochu
Date: Tue Mar 22 01:22:24 2011
New Revision: 27028

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27028
Log:
* debian/patches/03_fix_gdkpixbuf_gir_build.patch:
  - Likewise for the gdkpixbuf ones.

Added:
    packages/unstable/gir-repository/debian/patches/03_fix_gdkpixbuf_gir_build.patch
Modified:
    packages/unstable/gir-repository/debian/changelog
    packages/unstable/gir-repository/debian/control
    packages/unstable/gir-repository/debian/control.in
    packages/unstable/gir-repository/debian/patches/series

Modified: packages/unstable/gir-repository/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gir-repository/debian/changelog?rev=27028&op=diff
==============================================================================
--- packages/unstable/gir-repository/debian/changelog [utf-8] (original)
+++ packages/unstable/gir-repository/debian/changelog [utf-8] Tue Mar 22 01:22:24 2011
@@ -2,6 +2,8 @@
 
   * debian/patches/02_fix_gtk_gir_build.patch:
     - Fix the gir build for the gtk and gdk bindings.
+  * debian/patches/03_fix_gdkpixbuf_gir_build.patch:
+    - Likewise for the gdkpixbuf ones.
   * debian/source/format,
     debian/control.in,
     debian/rules:

Modified: packages/unstable/gir-repository/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gir-repository/debian/control?rev=27028&op=diff
==============================================================================
--- packages/unstable/gir-repository/debian/control [utf-8] (original)
+++ packages/unstable/gir-repository/debian/control [utf-8] Tue Mar 22 01:22:24 2011
@@ -19,6 +19,7 @@
                libtool,
                libpango1.0-dev (>= 1.16.0),
                libatk1.0-dev (>= 1.12.0),
+               libgdk-pixbuf2.0-dev,
                libgtk2.0-dev (>= 2.12.0),
                python-cairo (>= 1.0.2),
                python-gobject (>= 2.14.0),

Modified: packages/unstable/gir-repository/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gir-repository/debian/control.in?rev=27028&op=diff
==============================================================================
--- packages/unstable/gir-repository/debian/control.in [utf-8] (original)
+++ packages/unstable/gir-repository/debian/control.in [utf-8] Tue Mar 22 01:22:24 2011
@@ -14,6 +14,7 @@
                libtool,
                libpango1.0-dev (>= 1.16.0),
                libatk1.0-dev (>= 1.12.0),
+               libgdk-pixbuf2.0-dev,
                libgtk2.0-dev (>= 2.12.0),
                python-cairo (>= 1.0.2),
                python-gobject (>= 2.14.0),

Added: packages/unstable/gir-repository/debian/patches/03_fix_gdkpixbuf_gir_build.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gir-repository/debian/patches/03_fix_gdkpixbuf_gir_build.patch?rev=27028&op=file
==============================================================================
--- packages/unstable/gir-repository/debian/patches/03_fix_gdkpixbuf_gir_build.patch (added)
+++ packages/unstable/gir-repository/debian/patches/03_fix_gdkpixbuf_gir_build.patch [utf-8] Tue Mar 22 01:22:24 2011
@@ -1,0 +1,11 @@
+--- a/gir/Makefile.am
++++ b/gir/Makefile.am
+@@ -248,7 +248,7 @@
+ 
+ EXTRA_DIST += $(srcdir)/GdkPixbuf-custom.c
+ if BUILD_GTK
+-GDKPIXBUF_INCLUDEDIR=`pkg-config --variable=includedir gdk-pixbuf-2.0`/gtk-2.0
++GDKPIXBUF_INCLUDEDIR=`pkg-config --variable=includedir gdk-pixbuf-2.0`/gdk-pixbuf-2.0
+ GdkPixbuf-2.0.gir: $(INTROSPECTION_SCANNER) GdkPixbuf-custom.c
+ 	$(INTROSPECTION_SCANNER) -v --namespace GdkPixbuf --nsversion=2.0 --strip-prefix=Gdk\
+ 	    --add-include-path=$(srcdir) --add-include-path=. \

Modified: packages/unstable/gir-repository/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gir-repository/debian/patches/series?rev=27028&op=diff
==============================================================================
--- packages/unstable/gir-repository/debian/patches/series [utf-8] (original)
+++ packages/unstable/gir-repository/debian/patches/series [utf-8] Tue Mar 22 01:22:24 2011
@@ -1,2 +1,3 @@
 01_avoid-version.patch
 02_fix_gtk_gir_build.patch
+03_fix_gdkpixbuf_gir_build.patch




More information about the pkg-gnome-commits mailing list