r46938 - in /desktop/unstable/gnome-applets/debian: changelog patches/ patches/drop_pygobject_dependency.patch patches/series

mitya57 at users.alioth.debian.org mitya57 at users.alioth.debian.org
Wed Nov 11 15:16:09 UTC 2015


Author: mitya57
Date: Wed Nov 11 15:16:09 2015
New Revision: 46938

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46938
Log:
Apply upstream patch to drop unneeded pygobject build-dependency, to make
the Invest applet build (drop_pygobject_dependency.patch).

Added:
    desktop/unstable/gnome-applets/debian/patches/
    desktop/unstable/gnome-applets/debian/patches/drop_pygobject_dependency.patch
    desktop/unstable/gnome-applets/debian/patches/series
Modified:
    desktop/unstable/gnome-applets/debian/changelog

Modified: desktop/unstable/gnome-applets/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/changelog?rev=46938&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-applets/debian/changelog	[utf-8] Wed Nov 11 15:16:09 2015
@@ -1,3 +1,10 @@
+gnome-applets (3.18.1-2) UNRELEASED; urgency=medium
+
+  * Apply upstream patch to drop unneeded pygobject build-dependency, to make
+    the Invest applet build (drop_pygobject_dependency.patch).
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Wed, 11 Nov 2015 18:15:21 +0300
+
 gnome-applets (3.18.1-1) unstable; urgency=medium
 
   [ Dmitry Shachnev ]

Added: desktop/unstable/gnome-applets/debian/patches/drop_pygobject_dependency.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/patches/drop_pygobject_dependency.patch?rev=46938&op=file
==============================================================================
--- desktop/unstable/gnome-applets/debian/patches/drop_pygobject_dependency.patch	(added)
+++ desktop/unstable/gnome-applets/debian/patches/drop_pygobject_dependency.patch	[utf-8] Wed Nov 11 15:16:09 2015
@@ -0,0 +1,67 @@
+Description: drop pygobject-3.0 build-time dependency
+Origin: upstream, https://git.gnome.org/browse/gnome-applets/commit/?id=5a36214ddebc4026
+Last-Update: 2015-11-11
+
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -29,10 +29,6 @@
+ cpufreq_SUBDIR = cpufreq
+ endif
+ 
+-if BUILD_INVEST_APPLET
+-invest_applet_SUBDIR = invest-applet
+-endif
+-
+ if BUILD_MINICOMMANDER_APPLET
+ minicommander_applet_SUBDIR = mini-commander
+ endif
+@@ -46,6 +42,7 @@
+ 	brightness	\
+ 	drivemount	\
+ 	inhibit		\
++	invest-applet	\
+ 	geyes		\
+ 	stickynotes	\
+ 	trashapplet \
+@@ -61,7 +58,6 @@
+ 	$(vfs_SUBDIRS)		\
+ 	$(battstat_SUBDIR)	\
+ 	$(accessx_status_SUBDIR)\
+-	$(invest_applet_SUBDIR)	\
+ 	$(cpufreq_SUBDIR) \
+ 	$(minicommander_applet_SUBDIR) \
+ 	$(tracker_search_bar_SUBDIR) \
+--- a/configure.ac
++++ b/configure.ac
+@@ -261,9 +261,6 @@
+ AC_SUBST(GUCHARMAP_CFLAGS)
+ AC_SUBST(GUCHARMAP_LIBS)
+ 
+-dnl -- check for Python/GNOME modules (optional) ------------------------------
+-PKG_CHECK_MODULES(PYGOBJECT, pygobject-3.0, HAVE_PYGOBJECT=yes, HAVE_PYGOBJECT=no)
+-
+ dnl -- check for libxml2 (required) ------------------------------------------
+ PKG_CHECK_MODULES(XML2, libxml-2.0 >= $LIBXML_REQUIRED)
+ AC_SUBST(XML2_CFLAGS)
+@@ -529,12 +526,6 @@
+ AM_CONDITIONAL(HAVE_TRACKER_SEARCH_BAR, test "$have_tracker_search_bar" = "yes")
+ 
+ dnl ***************************************************************************
+-dnl *** invest-applet specific checks                                       ***
+-dnl ***************************************************************************
+-
+-AM_CONDITIONAL(BUILD_INVEST_APPLET, test "x$HAVE_PYGOBJECT" = "xyes")
+-
+-dnl ***************************************************************************
+ dnl *** Check if IPv6 is available                                          ***
+ dnl ***************************************************************************
+ AC_MSG_CHECKING([whether to enable ipv6])
+@@ -775,7 +766,7 @@
+ echo "    geyes .........................: always"
+ echo "    gweather ......................: $build_libgweather_applets"
+ echo "    inhibit .......................: always"
+-echo "    invest-applet .................: $HAVE_PYGOBJECT"
++echo "    invest-applet .................: always"
+ echo "    mini-commander ................: $enable_mini_commander"
+ echo "    modemlights ...................: $BUILD_MODEM_LIGHTS"
+ echo "    multiload .....................: $build_gtop_applets"

Added: desktop/unstable/gnome-applets/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/patches/series?rev=46938&op=file
==============================================================================
--- desktop/unstable/gnome-applets/debian/patches/series	(added)
+++ desktop/unstable/gnome-applets/debian/patches/series	[utf-8] Wed Nov 11 15:16:09 2015
@@ -0,0 +1 @@
+drop_pygobject_dependency.patch




More information about the pkg-gnome-commits mailing list