summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
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
}