r53178 - in /desktop/unstable/gnome-online-miners/debian: changelog patches/ patches/build-with-tracker1.patch patches/series

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Wed Aug 30 23:19:16 UTC 2017


Author: jbicha
Date: Wed Aug 30 23:19:16 2017
New Revision: 53178

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53178
Log:
Don't build with tracker 2 yet

Added:
    desktop/unstable/gnome-online-miners/debian/patches/
    desktop/unstable/gnome-online-miners/debian/patches/build-with-tracker1.patch
    desktop/unstable/gnome-online-miners/debian/patches/series
Modified:
    desktop/unstable/gnome-online-miners/debian/changelog

Modified: desktop/unstable/gnome-online-miners/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-online-miners/debian/changelog?rev=53178&op=diff
==============================================================================
--- desktop/unstable/gnome-online-miners/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-online-miners/debian/changelog	[utf-8] Wed Aug 30 23:19:16 2017
@@ -1,6 +1,8 @@
 gnome-online-miners (3.25.90-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Add build-with-tracker1.patch:
+    - Don't build with tracker 2 yet
 
  -- Jeremy Bicha <jbicha at debian.org>  Wed, 30 Aug 2017 19:17:14 -0400
 

Added: desktop/unstable/gnome-online-miners/debian/patches/build-with-tracker1.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-online-miners/debian/patches/build-with-tracker1.patch?rev=53178&op=file
==============================================================================
--- desktop/unstable/gnome-online-miners/debian/patches/build-with-tracker1.patch	(added)
+++ desktop/unstable/gnome-online-miners/debian/patches/build-with-tracker1.patch	[utf-8] Wed Aug 30 23:19:16 2017
@@ -0,0 +1,15 @@
+---
+ configure.ac |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -38,7 +38,7 @@ PKG_CHECK_MODULES(GIO, [gio-2.0 gio-unix
+ PKG_CHECK_MODULES(GOA, [goa-1.0 >= $GOA_MIN_VERSION])
+ AC_DEFINE([GOA_API_IS_SUBJECT_TO_CHANGE], [], [We are aware that GOA's API can change])
+ 
+-PKG_CHECK_MODULES(TRACKER, [tracker-miner-2.0 tracker-sparql-2.0])
++PKG_CHECK_MODULES(TRACKER, [tracker-miner-1.0 tracker-sparql-1.0])
+ 
+ # Facebook
+ AC_ARG_ENABLE([facebook], [AS_HELP_STRING([--enable-facebook], [Enable Facebook miner])], [], [enable_facebook=yes])

Added: desktop/unstable/gnome-online-miners/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-online-miners/debian/patches/series?rev=53178&op=file
==============================================================================
--- desktop/unstable/gnome-online-miners/debian/patches/series	(added)
+++ desktop/unstable/gnome-online-miners/debian/patches/series	[utf-8] Wed Aug 30 23:19:16 2017
@@ -0,0 +1 @@
+build-with-tracker1.patch




More information about the pkg-gnome-commits mailing list