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

Allan McRae allan at archlinux.org
Fri Feb 24 13:01:18 UTC 2012


    Date: Friday, February 24, 2012 @ 08:01:18
  Author: allan
Revision: 151000

upgpkg: xorg-xsetroot 1.1.0-3

signing rebuild

Modified:
  xorg-xsetroot/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-24 13:00:04 UTC (rev 150999)
+++ PKGBUILD	2012-02-24 13:01:18 UTC (rev 151000)
@@ -3,9 +3,9 @@
 
 pkgname=xorg-xsetroot
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Classic X utility to set your root window background to a given pattern or color"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/"
 license=('custom')
 depends=('libxmu' 'libx11' 'libxcursor')
@@ -18,7 +18,10 @@
   cd "${srcdir}/xsetroot-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/xsetroot-${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"
 }




More information about the arch-commits mailing list