summaryrefslogtreecommitdiff
path: root/community/autocutsel
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-14 12:33:07 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-14 12:33:07 -0300
commitfdd03e5ecce11853fa939682ed87e938605d36be (patch)
treed48893d7d8ce37d16a2368194969880050357df7 /community/autocutsel
parent1fafdadaae260eaef7194102b5eb842466e63dd1 (diff)
parent0917a0682e48c4261e47d743725d990f47f6ec95 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/autocutsel/PKGBUILD community/dev86/PKGBUILD testing/gnome-control-center/PKGBUILD
Diffstat (limited to 'community/autocutsel')
-rw-r--r--community/autocutsel/PKGBUILD14
-rw-r--r--community/autocutsel/autocutsel.sh2
2 files changed, 10 insertions, 6 deletions
diff --git a/community/autocutsel/PKGBUILD b/community/autocutsel/PKGBUILD
index 149b05f70..fac1d2930 100644
--- a/community/autocutsel/PKGBUILD
+++ b/community/autocutsel/PKGBUILD
@@ -1,16 +1,17 @@
-# $Id: PKGBUILD 19645 2010-06-26 12:32:35Z shusmann $
+# $Id: PKGBUILD 44972 2011-04-13 15:14:58Z shusmann $
# Contributor: Tom Killian <tom@archlinux.org>
# Contributor: Nikos Kouremenos (zeppelin) kourem at gmail dot com
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=autocutsel
pkgver=0.9.0
-pkgrel=3
+pkgrel=5
pkgdesc="synchronizes the two copy/paste buffers mainly used by X applications"
arch=('i686' 'x86_64' 'mips64el')
-depends=('libxaw')
-source=(http://lepton.fr/tools/autocutsel/autocutsel-$pkgver.tar.gz)
-md5sums=('ba4a6f632cb4815ae4e5c3027c24cfc5')
+depends=('libxaw' 'sh')
+source=(http://lepton.fr/tools/$pkgname/$pkgname-$pkgver.tar.gz $pkgname.sh)
+md5sums=('ba4a6f632cb4815ae4e5c3027c24cfc5'
+ '27a15ab10e2988a8a479e3f015cabd00')
url="http://lepton.fr/tools/autocutsel/"
license=('GPL')
build() {
@@ -20,5 +21,6 @@ build() {
}
package() {
cd $srcdir/$pkgname-$pkgver
- make prefix=$pkgdir/usr install
+ make prefix=$pkgdir/usr install
+ install -Dm755 $srcdir/$pkgname.sh $pkgdir/etc/X11/xinit/xinitrc.d/40-$pkgname
}
diff --git a/community/autocutsel/autocutsel.sh b/community/autocutsel/autocutsel.sh
new file mode 100644
index 000000000..82fe19124
--- /dev/null
+++ b/community/autocutsel/autocutsel.sh
@@ -0,0 +1,2 @@
+autocutsel -fork &
+autocutsel -selection PRIMARY -fork &