r42377 - in /desktop/unstable/gnome-applets/debian: changelog patches/ patches/fix_pkgconfig_name.patch patches/series

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Sat Aug 30 17:49:35 UTC 2014


Author: mitya57-guest
Date: Sat Aug 30 17:49:35 2014
New Revision: 42377

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42377
Log:
Add fix_pkgconfig_name.patch to make sure applets are installed in
correct location.

Added:
    desktop/unstable/gnome-applets/debian/patches/
    desktop/unstable/gnome-applets/debian/patches/fix_pkgconfig_name.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=42377&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-applets/debian/changelog	[utf-8] Sat Aug 30 17:49:35 2014
@@ -1,6 +1,8 @@
 gnome-applets (3.8.0-2) UNRELEASED; urgency=medium
 
   * Build-depend on gnome-common (for GNOME_COMPILE_WARNINGS).
+  * Add fix_pkgconfig_name.patch to make sure applets are installed in
+    correct location.
 
  -- Dmitry Shachnev <mitya57 at gmail.com>  Sat, 30 Aug 2014 21:21:14 +0400
 

Added: desktop/unstable/gnome-applets/debian/patches/fix_pkgconfig_name.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/patches/fix_pkgconfig_name.patch?rev=42377&op=file
==============================================================================
--- desktop/unstable/gnome-applets/debian/patches/fix_pkgconfig_name.patch	(added)
+++ desktop/unstable/gnome-applets/debian/patches/fix_pkgconfig_name.patch	[utf-8] Sat Aug 30 17:49:35 2014
@@ -0,0 +1,16 @@
+Description: fix package name in configure.ac
+Author: Dmitry Shachnev <mitya57 at gmail.com>
+Forwarded: yes
+Last-Update: 2014-08-30
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -124,7 +124,7 @@
+ 
+ AC_ARG_WITH([libpanel-applet-dir], [], [LIBPANEL_APPLET_DIR=$withval], [LIBPANEL_APPLET_DIR=""])
+ if test "$LIBPANEL_APPLET_DIR" == ""; then
+-	LIBPANEL_APPLET_DIR=`$PKG_CONFIG --variable=libpanel_applet_dir libpanel-applet`
++	LIBPANEL_APPLET_DIR=`$PKG_CONFIG --variable=libpanel_applet_dir libpanelapplet-4.0`
+ fi
+ 
+ AC_MSG_NOTICE([installing applets in $LIBPANEL_APPLET_DIR])

Added: desktop/unstable/gnome-applets/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/patches/series?rev=42377&op=file
==============================================================================
--- desktop/unstable/gnome-applets/debian/patches/series	(added)
+++ desktop/unstable/gnome-applets/debian/patches/series	[utf-8] Sat Aug 30 17:49:35 2014
@@ -0,0 +1 @@
+fix_pkgconfig_name.patch




More information about the pkg-gnome-commits mailing list