r28716 - in /desktop/experimental/evince/debian: changelog patches/01_configure-gdk-targets.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Jun 30 00:29:20 UTC 2011


Author: biebl
Date: Thu Jun 30 00:29:19 2011
New Revision: 28716

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28716
Log:
debian/patches/01_configure-gdk-targets.patch: Update configure check for
smclient support. With GDK 3.0 the target variable was renamed to targets.

Added:
    desktop/experimental/evince/debian/patches/01_configure-gdk-targets.patch
Modified:
    desktop/experimental/evince/debian/changelog
    desktop/experimental/evince/debian/patches/series

Modified: desktop/experimental/evince/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/evince/debian/changelog?rev=28716&op=diff
==============================================================================
--- desktop/experimental/evince/debian/changelog [utf-8] (original)
+++ desktop/experimental/evince/debian/changelog [utf-8] Thu Jun 30 00:29:19 2011
@@ -11,6 +11,8 @@
 
   [ Michael Biebl ]
   * New upstream release.
+  * debian/patches/01_configure-gdk-targets.patch: Update configure check for
+    smclient support. With GDK 3.0 the target variable was renamed to targets.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 30 Jun 2011 01:56:37 +0200
 

Added: desktop/experimental/evince/debian/patches/01_configure-gdk-targets.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/evince/debian/patches/01_configure-gdk-targets.patch?rev=28716&op=file
==============================================================================
--- desktop/experimental/evince/debian/patches/01_configure-gdk-targets.patch (added)
+++ desktop/experimental/evince/debian/patches/01_configure-gdk-targets.patch [utf-8] Thu Jun 30 00:29:19 2011
@@ -1,0 +1,18 @@
+Description: Update smclient configure check for gdk 3.0 target
+ See
+ http://git.gnome.org/browse/gtk+/commit/gdk-3.0.pc.in?id=cacee7e7a380ac9009fc1339a860f563ebe4dc4d
+Author: Michael Biebl <biebl at debian.org>
+Bug: https://bugzilla.gnome.org/show_bug.cgi?id=653691
+Index: evince-3.0.2/configure.ac
+===================================================================
+--- evince-3.0.2.orig/configure.ac	2011-06-30 00:21:09.826201076 +0000
++++ evince-3.0.2/configure.ac	2011-06-30 00:21:21.394055650 +0000
+@@ -179,7 +179,7 @@
+ # SM client
+ # *********
+ 
+-GDK_TARGET="$($PKG_CONFIG --variable target gdk-3.0)"
++GDK_TARGET="$($PKG_CONFIG --variable targets gdk-3.0)"
+ 
+ AC_MSG_CHECKING([which smclient backend to use])
+ AC_ARG_WITH([smclient],

Modified: desktop/experimental/evince/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/evince/debian/patches/series?rev=28716&op=diff
==============================================================================
--- desktop/experimental/evince/debian/patches/series [utf-8] (original)
+++ desktop/experimental/evince/debian/patches/series [utf-8] Thu Jun 30 00:29:19 2011
@@ -1,1 +1,2 @@
 00_gir-libdocument-library-path.patch
+01_configure-gdk-targets.patch




More information about the pkg-gnome-commits mailing list