1 # Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
2 # Contributor: AndyRTR <andyrtr@archlinux.org>
3 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
5 pkgname=xfce4-smartbookmark-plugin
8 pkgdesc="Allows you to send requests directly to your browser and perform a custom search"
10 url="https://docs.xfce.org/panel-plugins/xfce4-smartbookmark-plugin"
12 groups=('xfce4-goodies')
13 depends=('xfce4-panel')
14 makedepends=('intltool' 'libxt')
15 source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
16 xfce4-smartbookmark-plugin-archlinux.patch)
17 sha256sums=('2a279e2f5a54518684e62ad1f3cd8ef950826505b39725f1b5d8f0c43031cdd3'
18 '077092f164317327ccea49692fe166ad1dc7ff0cbbaf9863e5f0d11ca077b7e5')
21 cd "$srcdir/$pkgname-$pkgver"
23 patch -Np1 -i "$srcdir/xfce4-smartbookmark-plugin-archlinux.patch"
27 cd "$srcdir/$pkgname-$pkgver"
32 --libexecdir=/usr/lib \
33 --localstatedir=/var \
40 cd "$srcdir/$pkgname-$pkgver"
41 make DESTDIR="$pkgdir" install
44 # vim:set ts=2 sw=2 et: