summaryrefslogtreecommitdiff
path: root/extra/xfce4-clipman-plugin/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-29 23:14:54 +0000
committerroot <root@rshg054.dnsready.net>2011-10-29 23:14:54 +0000
commit4fd31f219f19dfc2168702cef9421eaaccd9b3e6 (patch)
tree709f501e92b9474c343dce5189e76e0f60301d4b /extra/xfce4-clipman-plugin/PKGBUILD
parent807f42c30ddb00c4e2d4034ce1720d7cb494e074 (diff)
Sat Oct 29 23:14:54 UTC 2011
Diffstat (limited to 'extra/xfce4-clipman-plugin/PKGBUILD')
-rw-r--r--extra/xfce4-clipman-plugin/PKGBUILD28
1 files changed, 14 insertions, 14 deletions
diff --git a/extra/xfce4-clipman-plugin/PKGBUILD b/extra/xfce4-clipman-plugin/PKGBUILD
index 3629b0725..f8d13ea2c 100644
--- a/extra/xfce4-clipman-plugin/PKGBUILD
+++ b/extra/xfce4-clipman-plugin/PKGBUILD
@@ -1,26 +1,25 @@
-# $Id: PKGBUILD 105771 2011-01-11 17:17:59Z andyrtr $
+# $Id: PKGBUILD 141285 2011-10-28 04:36:42Z eric $
# Maintainer: tobias <tobias at archlinux.org>
# Contributor: Aurelien Foret <orelien@chez.com>
pkgname=xfce4-clipman-plugin
-pkgver=1.1.3
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
pkgdesc="A clipboard plugin for the Xfce4 panel"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
license=('custom')
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin"
groups=('xfce4-goodies')
-depends=('libxfcegui4' 'xfce4-panel' 'libunique' 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'intltool')
+depends=('xfce4-panel' 'libunique' 'libxtst')
+makedepends=('intltool')
options=('!libtool')
install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.1/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('2ba70c6bd710e2a18cba5add66d297dc')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('9df2441d188e90d5304e5da84dca9969')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- # fix for exo 0.5.6
- sed -i -e "s/exo-0.3/exo-1/g" configure
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ sed -i 's|$(TARGET_DIR)/C/media|$(docdir)/html/C/media|' doc/Makefile.in
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
@@ -32,7 +31,8 @@ build() {
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
- install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
}