[Pkg-xfce-commits] r2903 - in goodies/xfce4-smartbookmark-plugin/debian: . patches
sargentd-guest at alioth.debian.org
sargentd-guest at alioth.debian.org
Fri Mar 6 08:24:53 UTC 2009
Author: sargentd-guest
Date: 2009-03-06 08:24:53 +0000 (Fri, 06 Mar 2009)
New Revision: 2903
Added:
goodies/xfce4-smartbookmark-plugin/debian/patches/
goodies/xfce4-smartbookmark-plugin/debian/patches/fix-4.6-loading.patch
Modified:
goodies/xfce4-smartbookmark-plugin/debian/changelog
goodies/xfce4-smartbookmark-plugin/debian/rules
Log:
* Add patches/fix-4.6-loading.patch to fix loading of the plugin
on Xfce 4.6. Closes: #518447
* Use simple-patchsys.mk for patch handling.
Modified: goodies/xfce4-smartbookmark-plugin/debian/changelog
===================================================================
--- goodies/xfce4-smartbookmark-plugin/debian/changelog 2009-03-05 06:33:12 UTC (rev 2902)
+++ goodies/xfce4-smartbookmark-plugin/debian/changelog 2009-03-06 08:24:53 UTC (rev 2903)
@@ -6,8 +6,13 @@
[ Stefan Ott ]
* debian/control: update e-mail address
- -- Simon Huggins <huggie at earth.li> Tue, 27 Nov 2007 17:07:18 +0000
+ [ Evgeni Golov ]
+ * Add patches/fix-4.6-loading.patch to fix loading of the plugin
+ on Xfce 4.6. Closes: #518447
+ * Use simple-patchsys.mk for patch handling.
+ -- Simon Huggins <huggie at earth.li> Fri, 06 Mar 2009 09:18:18 +0100
+
xfce4-smartbookmark-plugin (0.4.2-1) unstable; urgency=low
* New upstream release.
Added: goodies/xfce4-smartbookmark-plugin/debian/patches/fix-4.6-loading.patch
===================================================================
--- goodies/xfce4-smartbookmark-plugin/debian/patches/fix-4.6-loading.patch (rev 0)
+++ goodies/xfce4-smartbookmark-plugin/debian/patches/fix-4.6-loading.patch 2009-03-06 08:24:53 UTC (rev 2903)
@@ -0,0 +1,12 @@
+Index: xfce4-smartbookmark-plugin-0.4.2/src/smartbookmark.desktop.in.in
+===================================================================
+--- xfce4-smartbookmark-plugin-0.4.2.orig/src/smartbookmark.desktop.in.in 2009-03-06 09:14:24.000000000 +0100
++++ xfce4-smartbookmark-plugin-0.4.2/src/smartbookmark.desktop.in.in 2009-03-06 09:14:58.000000000 +0100
+@@ -4,5 +4,6 @@
+ _Name=SmartBookmark
+ _Comment=Query websites from the Xfce panel
+ Icon=gtk-preferences
+-X-XFCE-Module=@INTERNAL_PLUGIN_PATH@/libsmartbookmark.so
++X-XFCE-Module=smartbookmark
++X-XFCE-Module-Path=@INTERNAL_PLUGIN_PATH@
+ X-XFCE-Unique=false
Modified: goodies/xfce4-smartbookmark-plugin/debian/rules
===================================================================
--- goodies/xfce4-smartbookmark-plugin/debian/rules 2009-03-05 06:33:12 UTC (rev 2902)
+++ goodies/xfce4-smartbookmark-plugin/debian/rules 2009-03-06 08:24:53 UTC (rev 2903)
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
makebuilddir/xfce4-smartbookmark-plugin::
-rm -rf config.status config.log
More information about the Pkg-xfce-commits
mailing list