summaryrefslogtreecommitdiff
path: root/extra/xfce4-smartbookmark-plugin
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-20 02:04:03 -0800
committerroot <root@rshg054.dnsready.net>2012-11-20 02:04:03 -0800
commit0a05643b928d724c048e4306955642d91f24d33c (patch)
tree0a11cb4c40549d5a7359a86fccf6e05f65c52128 /extra/xfce4-smartbookmark-plugin
parent705d29694fd61c47a57ccec531e73d87a2960021 (diff)
Tue Nov 20 02:04:03 PST 2012
Diffstat (limited to 'extra/xfce4-smartbookmark-plugin')
-rw-r--r--extra/xfce4-smartbookmark-plugin/PKGBUILD11
-rw-r--r--extra/xfce4-smartbookmark-plugin/fix-config-write.patch11
2 files changed, 18 insertions, 4 deletions
diff --git a/extra/xfce4-smartbookmark-plugin/PKGBUILD b/extra/xfce4-smartbookmark-plugin/PKGBUILD
index 48007334c..7142f1fc5 100644
--- a/extra/xfce4-smartbookmark-plugin/PKGBUILD
+++ b/extra/xfce4-smartbookmark-plugin/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 159006 2012-05-14 20:21:29Z foutrelis $
+# $Id: PKGBUILD 171600 2012-11-19 20:34:28Z foutrelis $
# Maintainer:
# Contributor: AndyRTR <andyrtr@archlinux.org>
# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
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 @@ makedepends=('intltool' 'libxt')
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 \
diff --git a/extra/xfce4-smartbookmark-plugin/fix-config-write.patch b/extra/xfce4-smartbookmark-plugin/fix-config-write.patch
new file mode 100644
index 000000000..0f5a25f4f
--- /dev/null
+++ b/extra/xfce4-smartbookmark-plugin/fix-config-write.patch
@@ -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);
+ }
+
+