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

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Feb 15 16:45:22 UTC 2012


    Date: Wednesday, February 15, 2012 @ 11:45:22
  Author: andyrtr
Revision: 150239

upgpkg: xcompmgr 1.1.6-1

upstream update 1.1.6

Modified:
  xcompmgr/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-15 16:35:38 UTC (rev 150238)
+++ PKGBUILD	2012-02-15 16:45:22 UTC (rev 150239)
@@ -1,24 +1,29 @@
 # $Id$
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: Leslie P. Polzer <leslie.polzer at gmx.net>
+
 pkgname=xcompmgr
-pkgver=1.1.5
+pkgver=1.1.6
 pkgrel=1
 pkgdesc="Composite Window-effects manager for X.org"
 arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/"
 license=('custom')
-depends=('libxcomposite' 'libxdamage' 'libxrender')
+depends=('libxcomposite' 'libxdamage' 'libxrender' 'libxext')
 conflicts=('xapps')
 replaces=('xapps')
 source=(http://xorg.freedesktop.org/releases/individual/app/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('9b4d7c3c64b3d980ea317b5206fee17adefd1d65')
+sha1sums=('a9cf78ea32bac51ff584115381f195566b164fe3')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 }




More information about the arch-commits mailing list