summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-11 19:59:08 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-11 19:59:08 +0100
commit223c8ee20ce8097951493774a0fb0f3c23cf953c (patch)
tree8c629fd4f5a1d70811b37e31ded6410c10a6b82e /xorg
parent7510b4fc78424a3563ff44058f4e09e820809e5c (diff)
downloadnutyx-extra-223c8ee20ce8097951493774a0fb0f3c23cf953c.tar.gz
nutyx-extra-223c8ee20ce8097951493774a0fb0f3c23cf953c.tar.bz2
nutyx-extra-223c8ee20ce8097951493774a0fb0f3c23cf953c.tar.xz
nutyx-extra-223c8ee20ce8097951493774a0fb0f3c23cf953c.zip
xorg-xgamma, maj 1.0.4-1
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-xgamma/.md5sum.i6862
-rw-r--r--xorg/xorg-xgamma/.md5sum.x86_642
-rw-r--r--xorg/xorg-xgamma/Pkgfile6
3 files changed, 4 insertions, 6 deletions
diff --git a/xorg/xorg-xgamma/.md5sum.i686 b/xorg/xorg-xgamma/.md5sum.i686
index e18e495be..b4a9156d7 100644
--- a/xorg/xorg-xgamma/.md5sum.i686
+++ b/xorg/xorg-xgamma/.md5sum.i686
@@ -1 +1 @@
-f13ddedaa63a608d3b025d326f4f5b5d xgamma-1.0.2.tar.bz2
+34d22b130bffd8aa857eae6d9da4bbb1 xgamma-1.0.4.tar.bz2
diff --git a/xorg/xorg-xgamma/.md5sum.x86_64 b/xorg/xorg-xgamma/.md5sum.x86_64
index e18e495be..b4a9156d7 100644
--- a/xorg/xorg-xgamma/.md5sum.x86_64
+++ b/xorg/xorg-xgamma/.md5sum.x86_64
@@ -1 +1 @@
-f13ddedaa63a608d3b025d326f4f5b5d xgamma-1.0.2.tar.bz2
+34d22b130bffd8aa857eae6d9da4bbb1 xgamma-1.0.4.tar.bz2
diff --git a/xorg/xorg-xgamma/Pkgfile b/xorg/xorg-xgamma/Pkgfile
index e6505827b..a9e34b0be 100644
--- a/xorg/xorg-xgamma/Pkgfile
+++ b/xorg/xorg-xgamma/Pkgfile
@@ -6,15 +6,13 @@
# Run on: xorg-libx11,xorg-libxxf86vm
name=xorg-xgamma
-version=1.0.2
+version=1.0.4
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xgamma-$version.tar.bz2)
build() {
cd xgamma-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}