r49685 - in /desktop/unstable/gnome-nibbles/debian: changelog patches/ patches/git_adapt-to-latest-libgnome-games-support.patch patches/series

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Wed Aug 24 15:15:26 UTC 2016


Author: jbicha-guest
Date: Wed Aug 24 15:15:26 2016
New Revision: 49685

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49685
Log:
Backport build fix patch for latest libgnome-games-support

Added:
    desktop/unstable/gnome-nibbles/debian/patches/
    desktop/unstable/gnome-nibbles/debian/patches/git_adapt-to-latest-libgnome-games-support.patch
    desktop/unstable/gnome-nibbles/debian/patches/series
Modified:
    desktop/unstable/gnome-nibbles/debian/changelog

Modified: desktop/unstable/gnome-nibbles/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-nibbles/debian/changelog?rev=49685&op=diff
==============================================================================
--- desktop/unstable/gnome-nibbles/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-nibbles/debian/changelog	[utf-8] Wed Aug 24 15:15:26 2016
@@ -11,6 +11,8 @@
     - Build-depend on libgnome-games-support-dev
     - Build-depend on valac
     - Drop gnome-common build-dependency
+  * debian/patches/git_adapt-to-latest-libgnome-games-support.patch:
+    - Backport build fix patch
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Wed, 17 Aug 2016 17:09:14 -0400
 

Added: desktop/unstable/gnome-nibbles/debian/patches/git_adapt-to-latest-libgnome-games-support.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-nibbles/debian/patches/git_adapt-to-latest-libgnome-games-support.patch?rev=49685&op=file
==============================================================================
--- desktop/unstable/gnome-nibbles/debian/patches/git_adapt-to-latest-libgnome-games-support.patch	(added)
+++ desktop/unstable/gnome-nibbles/debian/patches/git_adapt-to-latest-libgnome-games-support.patch	[utf-8] Wed Aug 24 15:15:26 2016
@@ -0,0 +1,36 @@
+From a68ea3fb942d8cd9021435a271d5688353570e3f Mon Sep 17 00:00:00 2001
+From: Arnaud Bonatti <arnaud.bonatti at gmail.com>
+Date: Wed, 24 Aug 2016 03:26:01 +0200
+Subject: Fix libgnome-games-support target.
+
+---
+ configure.ac    | 2 +-
+ src/Makefile.am | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 8c9e124..aaaf81f 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -38,7 +38,7 @@ PKG_CHECK_MODULES(GNOME_NIBBLES, [
+   glib-2.0 >= $GLIB_REQUIRED
+   gtk+-3.0 >= $GTK_REQUIRED
+   libcanberra-gtk3 >= $CANBERRA_GTK_REQUIRED
+-  libgnome-games-support-1.0
++  libgnome-games-support-1
+ ])
+ 
+ AC_SUBST([GLIB_REQUIRED])
+diff --git a/src/Makefile.am b/src/Makefile.am
+index e8aa140..dd9d878 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -31,7 +31,7 @@ gnome_nibbles_VALAFLAGS = \
+ 	--pkg clutter-gtk-1.0 \
+ 	--pkg libcanberra \
+ 	--pkg libcanberra-gtk \
+-	--pkg libgnome-games-support-1.0 \
++	--pkg libgnome-games-support-1 \
+ 	--pkg gee-0.8 \
+ 	--target-glib=$(GLIB_REQUIRED) \
+ 	--gresources=$(top_srcdir)/data/gnome-nibbles.gresource.xml

Added: desktop/unstable/gnome-nibbles/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-nibbles/debian/patches/series?rev=49685&op=file
==============================================================================
--- desktop/unstable/gnome-nibbles/debian/patches/series	(added)
+++ desktop/unstable/gnome-nibbles/debian/patches/series	[utf-8] Wed Aug 24 15:15:26 2016
@@ -0,0 +1 @@
+git_adapt-to-latest-libgnome-games-support.patch




More information about the pkg-gnome-commits mailing list