[arch-commits] Commit in xorg-xkbevd/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Fri Feb 24 10:03:50 UTC 2012


    Date: Friday, February 24, 2012 @ 05:03:49
  Author: pierre
Revision: 150954

upgpkg: xorg-xkbevd 1.1.2-3

rebuild old package

Modified:
  xorg-xkbevd/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-24 10:02:41 UTC (rev 150953)
+++ PKGBUILD	2012-02-24 10:03:49 UTC (rev 150954)
@@ -3,21 +3,25 @@
 
 pkgname=xorg-xkbevd
 pkgver=1.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="XKB event daemon"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/"
 license=('custom')
 depends=('libxkbfile')
 makedepends=('xorg-util-macros')
 groups=('xorg-apps' 'xorg')
-source=(${url}/releases/individual/app/xkbevd-${pkgver}.tar.bz2)
+source=("${url}/releases/individual/app/xkbevd-${pkgver}.tar.bz2")
 sha1sums=('f7d4eb5485c2b450266e4e467106f4d8560f4edd')
 
 build() {
   cd "${srcdir}/xkbevd-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/xkbevd-${pkgver}"
   make DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"




More information about the arch-commits mailing list