r29309 - in /desktop/unstable/gnome-applets/debian: changelog patches/16_link_dbus-glib.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Jul 31 22:54:40 UTC 2011


Author: biebl
Date: Sun Jul 31 22:54:39 2011
New Revision: 29309

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29309
Log:
* debian/patches/16_link_dbus-glib.patch
  - Link gweather and cpufreq applet against dbus-glib. Closes: #554646

Added:
    desktop/unstable/gnome-applets/debian/patches/16_link_dbus-glib.patch
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=29309&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-applets/debian/changelog [utf-8] Sun Jul 31 22:54:39 2011
@@ -25,6 +25,8 @@
     - Add Build-Depends on dh-autoreconf.
     - Add autoreconf.mk include to debian/rules.
     - Remove debian/patches/98_autoreconf.patch.
+  * debian/patches/16_link_dbus-glib.patch
+    - Link gweather and cpufreq applet against dbus-glib. Closes: #554646
 
  -- Michael Biebl <biebl at debian.org>  Sun, 31 Jul 2011 23:40:11 +0200
 

Added: desktop/unstable/gnome-applets/debian/patches/16_link_dbus-glib.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/patches/16_link_dbus-glib.patch?rev=29309&op=file
==============================================================================
--- desktop/unstable/gnome-applets/debian/patches/16_link_dbus-glib.patch (added)
+++ desktop/unstable/gnome-applets/debian/patches/16_link_dbus-glib.patch [utf-8] Sun Jul 31 22:54:39 2011
@@ -1,0 +1,40 @@
+Index: gnome-applets-2.30.0/gweather/Makefile.am
+===================================================================
+--- gnome-applets-2.30.0.orig/gweather/Makefile.am	2011-08-01 00:12:35.304429033 +0200
++++ gnome-applets-2.30.0/gweather/Makefile.am	2011-08-01 00:12:57.092155124 +0200
+@@ -5,6 +5,7 @@
+ INCLUDES =				\
+ 	-I$(srcdir)			\
+ 	-I$(top_srcdir)			\
++	$(DBUS_CFLAGS)		\
+ 	$(GNOME_APPLETS_CFLAGS)		\
+ 	$(GNOME_LIBS2_CFLAGS)		\
+ 	$(LIBNOTIFY_CFLAGS)		\
+@@ -22,6 +23,7 @@
+ 	gweather-applet.c gweather-applet.h
+ 
+ gweather_applet_2_LDADD = 	\
++	$(DBUS_LIBS) 		\
+ 	$(LIBNOTIFY_LIBS) 	\
+ 	$(GNOME_APPLETS_LIBS)	\
+ 	$(GNOME_LIBS2_LIBS)	\
+Index: gnome-applets-2.30.0/cpufreq/src/Makefile.am
+===================================================================
+--- gnome-applets-2.30.0.orig/cpufreq/src/Makefile.am	2011-08-01 00:17:46.796513048 +0200
++++ gnome-applets-2.30.0/cpufreq/src/Makefile.am	2011-08-01 00:18:56.707634145 +0200
+@@ -7,6 +7,7 @@
+ INCLUDES = \
+ 	$(GNOME_APPLETS_CFLAGS) 				\
+ 	$(GNOME_LIBS2_CFLAGS)					\
++	$(DBUS_CFLAGS)						\
+ 	$(LIBGLADE_CFLAGS)
+ 
+ libexec_PROGRAMS = cpufreq-applet
+@@ -31,6 +32,7 @@
+ cpufreq_applet_LDADD =  \
+ 	$(GNOME_APPLETS_LIBS)   	\
+ 	$(GNOME_LIBS2_LIBS)		\
++	$(DBUS_LIBS)			\
+ 	$(LIBGLADE_LIBS)		\
+ 	$(LIBCPUFREQ_LIBS)
+ 




More information about the pkg-gnome-commits mailing list