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

Allan McRae allan at archlinux.org
Sat Feb 25 06:44:32 UTC 2012


    Date: Saturday, February 25, 2012 @ 01:44:31
  Author: allan
Revision: 151164

upgpkg: xorg-xeyes 1.1.1-2

signing rebuild

Modified:
  xorg-xeyes/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-25 06:42:49 UTC (rev 151163)
+++ PKGBUILD	2012-02-25 06:44:31 UTC (rev 151164)
@@ -1,11 +1,11 @@
-# $Id: $
+# $Id$
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=xorg-xeyes
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Follow the mouse/SHAPE extension X demo"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/"
 license=('custom')
 depends=('libx11' 'libxt' 'libxext' 'libxmu' 'libxrender')
@@ -17,7 +17,10 @@
   cd "${srcdir}/xeyes-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/xeyes-${pkgver}"
   make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }


Property changes on: xorg-xeyes/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id



More information about the arch-commits mailing list