summaryrefslogtreecommitdiff
path: root/extra/xfce4-smartbookmark-plugin
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-03 23:14:47 +0000
committerroot <root@rshg054.dnsready.net>2011-11-03 23:14:47 +0000
commitb625511a28fd8401f524474b5339e75328595150 (patch)
tree1daf0e94a58707bedb1a8ef5c3e98ce2cc9d7fa2 /extra/xfce4-smartbookmark-plugin
parent6c10ff06abb7ca3a4db4c73624f73aafdd3b2e63 (diff)
Thu Nov 3 23:14:47 UTC 2011
Diffstat (limited to 'extra/xfce4-smartbookmark-plugin')
-rw-r--r--extra/xfce4-smartbookmark-plugin/PKGBUILD31
1 files changed, 13 insertions, 18 deletions
diff --git a/extra/xfce4-smartbookmark-plugin/PKGBUILD b/extra/xfce4-smartbookmark-plugin/PKGBUILD
index 8493b93ea..1bfdd9253 100644
--- a/extra/xfce4-smartbookmark-plugin/PKGBUILD
+++ b/extra/xfce4-smartbookmark-plugin/PKGBUILD
@@ -1,31 +1,26 @@
-# $Id: PKGBUILD 108103 2011-01-29 13:18:03Z andyrtr $
+# $Id: PKGBUILD 141671 2011-11-02 05:08:45Z eric $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
pkgname=xfce4-smartbookmark-plugin
-pkgver=0.4.2
-pkgrel=9
-pkgdesc="plugin for the Xfce4 panel that let you quicksearch from selected websites"
+pkgver=0.4.4
+pkgrel=1
+pkgdesc="Plugin for the Xfce4 panel that let you quicksearch from selected websites"
arch=('i686' 'x86_64')
license=('GPL2')
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin"
groups=('xfce4-goodies')
depends=('xfce4-panel' 'libxfcegui4')
-makedepends=('intltool' 'libxt' 'xfce4-dev-tools')
+makedepends=('intltool' 'libxt')
options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.4/${pkgname}-${pkgver}.tar.gz
- xfce4-smartbookmark-plugin-archlinux.patch
- 0001-Fix-problems-with-plugin-and-4.8-panel.patch)
-md5sums=('284e26595637dd2e900b75534372496b'
- '323ac898cfcfdb078f67f9ecd1905aec'
- '6dc220fc41cd21678aad62c80a4c622f')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.4/${pkgname}-${pkgver}.tar.bz2
+ xfce4-smartbookmark-plugin-archlinux.patch)
+md5sums=('273e38306a82f14e1b8c2c5db912f6c3'
+ '323ac898cfcfdb078f67f9ecd1905aec')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- # fix panel4.8 http://bugzilla.xfce.org/show_bug.cgi
- patch -Np1 -i ${srcdir}/0001-Fix-problems-with-plugin-and-4.8-panel.patch
- patch -Np0 -i ${srcdir}/xfce4-smartbookmark-plugin-archlinux.patch
- xdt-autogen
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ patch -p0 -i "${srcdir}/xfce4-smartbookmark-plugin-archlinux.patch"
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
@@ -36,6 +31,6 @@ build() {
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
}