r49684 - in /desktop/unstable/gnome-mines/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:13:50 UTC 2016


Author: jbicha-guest
Date: Wed Aug 24 15:13:50 2016
New Revision: 49684

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

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

Modified: desktop/unstable/gnome-mines/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mines/debian/changelog?rev=49684&op=diff
==============================================================================
--- desktop/unstable/gnome-mines/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-mines/debian/changelog	[utf-8] Wed Aug 24 15:13:50 2016
@@ -10,6 +10,8 @@
   * debian/copyright:
     - With switch to libgnome-games-support, the project was
       relicensed from GPL-2+ to GPL-3+
+  * debian/patches/git_adapt-to-latest-libgnome-games-support.patch:
+    - Backport build fix patch
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Wed, 17 Aug 2016 16:17:30 -0400
 

Added: desktop/unstable/gnome-mines/debian/patches/git_adapt-to-latest-libgnome-games-support.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mines/debian/patches/git_adapt-to-latest-libgnome-games-support.patch?rev=49684&op=file
==============================================================================
--- desktop/unstable/gnome-mines/debian/patches/git_adapt-to-latest-libgnome-games-support.patch	(added)
+++ desktop/unstable/gnome-mines/debian/patches/git_adapt-to-latest-libgnome-games-support.patch	[utf-8] Wed Aug 24 15:13:50 2016
@@ -0,0 +1,37 @@
+From d645a6125ec6e0b776578d3664436873bb907c6d Mon Sep 17 00:00:00 2001
+From: Arnaud Bonatti <arnaud.bonatti at gmail.com>
+Date: Wed, 24 Aug 2016 03:21:53 +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 52b830e..cf65e95 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -26,7 +26,7 @@ PKG_CHECK_MODULES(GNOME_MINES, [
+   glib-2.0 >= $GLIB_REQUIRED
+   gtk+-3.0 >= $GTK_REQUIRED
+   librsvg-2.0 >= $RSVG_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 fd7938a..f6d3dd7 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -22,7 +22,7 @@ gnome_mines_VALAFLAGS = \
+ 	--pkg librsvg-2.0 \
+ 	--pkg pango \
+ 	--pkg pangocairo \
+-	--pkg libgnome-games-support-1.0 \
++	--pkg libgnome-games-support-1 \
+ 	--pkg gee-0.8 \
+ 	--target-glib $(GLIB_REQUIRED)
+ 
+

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




More information about the pkg-gnome-commits mailing list