summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxcomposite
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-11 18:09:41 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-11 18:09:41 +0100
commita1a76ae51aac8d58a2164be20f62cf29d93b2994 (patch)
tree7bbe46b7f4efac12b8827d97188fe800df486a84 /xorg/xorg-libxcomposite
parent33059f0a71566efe89e3663b32729ca2a26f900b (diff)
downloadnutyx-extra-a1a76ae51aac8d58a2164be20f62cf29d93b2994.tar.gz
nutyx-extra-a1a76ae51aac8d58a2164be20f62cf29d93b2994.tar.bz2
nutyx-extra-a1a76ae51aac8d58a2164be20f62cf29d93b2994.tar.xz
nutyx-extra-a1a76ae51aac8d58a2164be20f62cf29d93b2994.zip
xorg-libxcomposite, maj 0.4.3-1
Diffstat (limited to 'xorg/xorg-libxcomposite')
-rw-r--r--xorg/xorg-libxcomposite/.md5sum.i6862
-rw-r--r--xorg/xorg-libxcomposite/.md5sum.x86_642
-rw-r--r--xorg/xorg-libxcomposite/Pkgfile6
3 files changed, 4 insertions, 6 deletions
diff --git a/xorg/xorg-libxcomposite/.md5sum.i686 b/xorg/xorg-libxcomposite/.md5sum.i686
index c9860fa4a..dc573f478 100644
--- a/xorg/xorg-libxcomposite/.md5sum.i686
+++ b/xorg/xorg-libxcomposite/.md5sum.i686
@@ -1 +1 @@
-e38dc98509149083f6c31b49b484e63c libXcomposite-0.4.2.tar.bz2
+a60e0b5c276d0aa9e2d3b982c98f61c8 libXcomposite-0.4.3.tar.bz2
diff --git a/xorg/xorg-libxcomposite/.md5sum.x86_64 b/xorg/xorg-libxcomposite/.md5sum.x86_64
index c9860fa4a..dc573f478 100644
--- a/xorg/xorg-libxcomposite/.md5sum.x86_64
+++ b/xorg/xorg-libxcomposite/.md5sum.x86_64
@@ -1 +1 @@
-e38dc98509149083f6c31b49b484e63c libXcomposite-0.4.2.tar.bz2
+a60e0b5c276d0aa9e2d3b982c98f61c8 libXcomposite-0.4.3.tar.bz2
diff --git a/xorg/xorg-libxcomposite/Pkgfile b/xorg/xorg-libxcomposite/Pkgfile
index 21cd480b4..26421a9de 100644
--- a/xorg/xorg-libxcomposite/Pkgfile
+++ b/xorg/xorg-libxcomposite/Pkgfile
@@ -6,15 +6,13 @@
# Run on: xorg-libx11,xorg-libxfixes,xorg-libxext
name=xorg-libxcomposite
-version=0.4.2
+version=0.4.3
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXcomposite-$version.tar.bz2)
build() {
cd libXcomposite-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}