summaryrefslogtreecommitdiff
path: root/extra/xfce4-smartbookmark-plugin
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2013-01-26 10:54:14 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2013-01-26 10:54:14 -0300
commit38e7e59a562c5f8ea83719e4dfd5cd4c9917d5b1 (patch)
tree8097f94554cc6e2c64d19db24e56e70e041e7757 /extra/xfce4-smartbookmark-plugin
parent328b5407de9f088d32c429b1b37f6efde3da06f8 (diff)
parent7d3e94229ca9849421d263542eb2c61f64a91c10 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/bird/PKGBUILD community/gmic/PKGBUILD community/linux-tools/PKGBUILD community/linux-tools/cpupower.systemd community/linux-tools/usbipd.service community/macchanger/PKGBUILD community/ndisc6/PKGBUILD community/nemiver/PKGBUILD core/gpgme/PKGBUILD extra/amarok/PKGBUILD extra/java-commons-daemon/PKGBUILD extra/libao/PKGBUILD extra/liblastfm/PKGBUILD
Diffstat (limited to 'extra/xfce4-smartbookmark-plugin')
-rw-r--r--extra/xfce4-smartbookmark-plugin/PKGBUILD20
1 files changed, 7 insertions, 13 deletions
diff --git a/extra/xfce4-smartbookmark-plugin/PKGBUILD b/extra/xfce4-smartbookmark-plugin/PKGBUILD
index b7857d6d0..97b4c6da9 100644
--- a/extra/xfce4-smartbookmark-plugin/PKGBUILD
+++ b/extra/xfce4-smartbookmark-plugin/PKGBUILD
@@ -1,34 +1,28 @@
-# $Id: PKGBUILD 171600 2012-11-19 20:34:28Z foutrelis $
+# $Id: PKGBUILD 175945 2013-01-25 08:43:59Z foutrelis $
# Maintainer:
# Contributor: AndyRTR <andyrtr@archlinux.org>
# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
pkgname=xfce4-smartbookmark-plugin
-pkgver=0.4.4
-pkgrel=4
+pkgver=0.4.5
+pkgrel=1
pkgdesc="Plugin for the Xfce4 panel that lets you quicksearch from selected websites"
arch=('i686' 'x86_64' 'mips64el')
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin"
license=('GPL2')
groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4')
+depends=('xfce4-panel')
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
- fix-config-write.patch)
-sha256sums=('6c77e8fee0ec4dcee7aa34d94377e068a522b1ea650823422f2f5cca8126f2ed'
- 'a126b086811b60a8f3cd1a2b818cb6b9a9c6e959e00db1499b114fa8803325e6'
- '436f7cda2b2bdfee61ac3d887d17dc91094526fec8713ab84fda249850525aac'
- '21873511b77e0fac6c85f15dc6332fcb4532ac688f3202bc839c00f372249b88')
+ xfce4-smartbookmark-plugin-archlinux.patch)
+sha256sums=('6aa4269a5f4b7a3332d3c491efbbbd0a9ff0031a0005fee780346863bcf4f886'
+ 'a126b086811b60a8f3cd1a2b818cb6b9a9c6e959e00db1499b114fa8803325e6')
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 \