[arch-commits] Commit in xfce4-smartbookmark-plugin/trunk (2 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 19 20:33:57 UTC 2012


    Date: Monday, November 19, 2012 @ 15:33:57
  Author: foutrelis
Revision: 171599

upgpkg: xfce4-smartbookmark-plugin 0.4.4-4

Fix FS#32754: [xfce4-smartbookmark-plugin] Reverts to default on logout

Added:
  xfce4-smartbookmark-plugin/trunk/fix-config-write.patch
Modified:
  xfce4-smartbookmark-plugin/trunk/PKGBUILD

------------------------+
 PKGBUILD               |    9 ++++++---
 fix-config-write.patch |   11 +++++++++++
 2 files changed, 17 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-19 19:59:32 UTC (rev 171598)
+++ PKGBUILD	2012-11-19 20:33:57 UTC (rev 171599)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-smartbookmark-plugin
 pkgver=0.4.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Plugin for the Xfce4 panel that lets you quicksearch from selected websites"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin"
@@ -16,16 +16,19 @@
 options=('!libtool')
 source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.4/$pkgname-$pkgver.tar.bz2
         xfce4-smartbookmark-plugin-archlinux.patch
-        use-exo-open-instead-of-xfbrowser4.patch)
+        use-exo-open-instead-of-xfbrowser4.patch
+        fix-config-write.patch)
 sha256sums=('6c77e8fee0ec4dcee7aa34d94377e068a522b1ea650823422f2f5cca8126f2ed'
             'a126b086811b60a8f3cd1a2b818cb6b9a9c6e959e00db1499b114fa8803325e6'
-            '436f7cda2b2bdfee61ac3d887d17dc91094526fec8713ab84fda249850525aac')
+            '436f7cda2b2bdfee61ac3d887d17dc91094526fec8713ab84fda249850525aac'
+            '21873511b77e0fac6c85f15dc6332fcb4532ac688f3202bc839c00f372249b88')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
   patch -Np0 -i "$srcdir/xfce4-smartbookmark-plugin-archlinux.patch"
   patch -Np1 -i "$srcdir/use-exo-open-instead-of-xfbrowser4.patch"
+  patch -Np1 -i "$srcdir/fix-config-write.patch"
 
   ./configure \
     --prefix=/usr \

Added: fix-config-write.patch
===================================================================
--- fix-config-write.patch	                        (rev 0)
+++ fix-config-write.patch	2012-11-19 20:33:57 UTC (rev 171599)
@@ -0,0 +1,11 @@
+diff -upr xfce4-smartbookmark-plugin-0.4.4.orig/src/smartbookmark.c xfce4-smartbookmark-plugin-0.4.4/src/smartbookmark.c
+--- xfce4-smartbookmark-plugin-0.4.4.orig/src/smartbookmark.c	2012-11-19 22:24:16.000000000 +0200
++++ xfce4-smartbookmark-plugin-0.4.4/src/smartbookmark.c	2012-11-19 22:24:42.000000000 +0200
+@@ -365,6 +365,7 @@ static void search_create_options(XfcePa
+     search_apply_options_cb(search);
+     gtk_widget_destroy(search->opt_dialog);
+     xfce_panel_plugin_unblock_menu(plugin);
++    search_write_config(plugin, search);
+ }
+ 
+ 




More information about the arch-commits mailing list