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

Andreas Radke andyrtr at nymeria.archlinux.org
Sat Feb 2 07:13:39 UTC 2013


    Date: Saturday, February 2, 2013 @ 08:13:39
  Author: andyrtr
Revision: 176904

upgpkg: xorg-xset 1.2.2-2

Clean-up  usage

Modified:
  xorg-xset/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-02 07:12:27 UTC (rev 176903)
+++ PKGBUILD	2013-02-02 07:13:39 UTC (rev 176904)
@@ -3,7 +3,7 @@
 
 pkgname=xorg-xset
 pkgver=1.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="User preference utility for X"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
@@ -18,6 +18,10 @@
   cd "${srcdir}/xset-${pkgver}"
   ./configure --prefix=/usr --without-fontcache --without-xf86misc
   make
+ }
+ 
+package() {
+  cd "${srcdir}/xset-${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