[arch-commits] Commit in xbindkeys/repos (extra-i686 extra-i686/PKGBUILD)
Thayer Williams
thayer at archlinux.org
Sun Mar 1 07:32:02 UTC 2009
Date: Sunday, March 1, 2009 @ 02:32:01
Author: thayer
Revision: 28452
Merged revisions 356,28451 via svnmerge from
svn+ssh://archlinux.org/srv/svn-packages/xbindkeys/trunk
........
r356 | aaron | 2008-04-18 15:56:27 -0700 (Fri, 18 Apr 2008) | 1 line
Added svn:keywords to all PKGBUILDs
........
r28451 | thayer | 2009-02-28 23:29:40 -0800 (Sat, 28 Feb 2009) | 2 lines
upgpkg: xbindkeys 1.8.3-1
upstream release and package cleanup
........
Modified:
xbindkeys/repos/extra-i686/ (properties)
xbindkeys/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
Property changes on: xbindkeys/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /xbindkeys/trunk:1
+ /xbindkeys/trunk:1-28451
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2009-03-01 07:29:40 UTC (rev 28451)
+++ extra-i686/PKGBUILD 2009-03-01 07:32:01 UTC (rev 28452)
@@ -1,21 +1,22 @@
# $Id$
-# Maintainer: damir <damir at archlinux.org>
+# Maintainer: Thayer Williams <thayer at archlinux.org>
# Contributor: damir <damir at archlinux.org>
pkgname=xbindkeys
-pkgver=1.8.2
-pkgrel=2
-pkgdesc="xbindkeys allows you to launch shell commands with your keyboard or your mouse under X Window"
-arch=(i686 x86_64)
+pkgver=1.8.3
+pkgrel=1
+pkgdesc="Launch shell commands with your keyboard or your mouse under X"
+arch=('i686' 'x86_64')
url="http://hocwp.free.fr/xbindkeys"
+license=('GPL')
depends=('libx11' 'guile>=1.8.1' 'tk')
source=($url/${pkgname}-${pkgver}.tar.gz)
-md5sums=('ad1abd56e758bc108493ad0e5b862ad3')
+md5sums=('393dd74f85850a4ba0803b5a78bc598b')
build() {
- cd ${startdir}/src/${pkgname}-${pkgver}
- ./configure --prefix=/usr
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./configure --prefix=/usr || return 1
make || return 1
- make DESTDIR=${startdir}/pkg install
+ make DESTDIR=${pkgdir} install || return 1
}
More information about the arch-commits
mailing list