summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-xmag/.md5sum.i6862
-rw-r--r--xorg/xorg-xmag/.md5sum.x86_642
-rw-r--r--xorg/xorg-xmag/Pkgfile6
3 files changed, 4 insertions, 6 deletions
diff --git a/xorg/xorg-xmag/.md5sum.i686 b/xorg/xorg-xmag/.md5sum.i686
index 2a9e93bda..611bde7b7 100644
--- a/xorg/xorg-xmag/.md5sum.i686
+++ b/xorg/xorg-xmag/.md5sum.i686
@@ -1 +1 @@
-32f7ed4c089365cadb9382f6fbd750a9 xmag-1.0.3.tar.bz2
+2a76128511214bde973258baef537be3 xmag-1.0.4.tar.bz2
diff --git a/xorg/xorg-xmag/.md5sum.x86_64 b/xorg/xorg-xmag/.md5sum.x86_64
index 2a9e93bda..611bde7b7 100644
--- a/xorg/xorg-xmag/.md5sum.x86_64
+++ b/xorg/xorg-xmag/.md5sum.x86_64
@@ -1 +1 @@
-32f7ed4c089365cadb9382f6fbd750a9 xmag-1.0.3.tar.bz2
+2a76128511214bde973258baef537be3 xmag-1.0.4.tar.bz2
diff --git a/xorg/xorg-xmag/Pkgfile b/xorg/xorg-xmag/Pkgfile
index 502f18d92..fecfa01f9 100644
--- a/xorg/xorg-xmag/Pkgfile
+++ b/xorg/xorg-xmag/Pkgfile
@@ -6,15 +6,13 @@
# Run on: xorg-libxaw
name=xorg-xmag
-version=1.0.3
+version=1.0.4
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xmag-$version.tar.bz2)
build() {
cd xmag-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}