summaryrefslogtreecommitdiff
path: root/extra/libxcomposite
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-07-01 03:54:24 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-07-01 03:54:24 +0000
commit88933a383866089c23f6d62783a6a24ab211e872 (patch)
tree06df2798b84f9e12ebbef88948c0e5b2a3227e99 /extra/libxcomposite
parentffb384c05abcdb9c7a7d9df8407b8efc8caa78de (diff)
Tue Jul 1 03:46:37 UTC 2014
Diffstat (limited to 'extra/libxcomposite')
-rw-r--r--extra/libxcomposite/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libxcomposite/PKGBUILD b/extra/libxcomposite/PKGBUILD
index 606215f39..9800060d1 100644
--- a/extra/libxcomposite/PKGBUILD
+++ b/extra/libxcomposite/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 198272 2013-10-30 13:51:36Z allan $
+# $Id: PKGBUILD 215907 2014-06-30 19:51:39Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libxcomposite
pkgver=0.4.4
-pkgrel=1
+pkgrel=2
pkgdesc="X11 Composite extension library"
arch=('i686' 'x86_64')
url="http://xorg.freedesktop.org/"
@@ -14,13 +14,13 @@ source=("${url}/releases/individual/lib/libXcomposite-${pkgver}.tar.bz2")
sha256sums=('ede250cd207d8bee4a338265c3007d7a68d5aca791b6ac41af18e9a2aeb34178')
build() {
- cd "${srcdir}/libXcomposite-${pkgver}"
+ cd libXcomposite-${pkgver}
./configure --prefix=/usr --sysconfdir=/etc --disable-static
make
}
package() {
- cd "${srcdir}/libXcomposite-${pkgver}"
+ cd libXcomposite-${pkgver}
make DESTDIR="${pkgdir}" install
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"