summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-11 20:10:24 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-11 20:10:24 +0100
commit97eacdb648077c3552fc14dffb67539876ad7ebd (patch)
treef70779ace40c9e2f7f318a3fb47e49faecd15d04 /xorg
parent75b128f95083bcd7625d2fdd54f8c0b60114aa25 (diff)
downloadnutyx-extra-97eacdb648077c3552fc14dffb67539876ad7ebd.tar.gz
nutyx-extra-97eacdb648077c3552fc14dffb67539876ad7ebd.tar.bz2
nutyx-extra-97eacdb648077c3552fc14dffb67539876ad7ebd.tar.xz
nutyx-extra-97eacdb648077c3552fc14dffb67539876ad7ebd.zip
xorg-xcursorgen, maj 1.0.4-1
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-xcursorgen/.md5sum.i6862
-rw-r--r--xorg/xorg-xcursorgen/.md5sum.x86_642
-rw-r--r--xorg/xorg-xcursorgen/Pkgfile6
3 files changed, 4 insertions, 6 deletions
diff --git a/xorg/xorg-xcursorgen/.md5sum.i686 b/xorg/xorg-xcursorgen/.md5sum.i686
index ac92e81b0..90e2fc920 100644
--- a/xorg/xorg-xcursorgen/.md5sum.i686
+++ b/xorg/xorg-xcursorgen/.md5sum.i686
@@ -1 +1 @@
-69df079b3950a0db4e5f4e6f0e00ddee xcursorgen-1.0.3.tar.bz2
+731c39ea88217c12ddd37f8627d97f3f xcursorgen-1.0.4.tar.bz2
diff --git a/xorg/xorg-xcursorgen/.md5sum.x86_64 b/xorg/xorg-xcursorgen/.md5sum.x86_64
index ac92e81b0..90e2fc920 100644
--- a/xorg/xorg-xcursorgen/.md5sum.x86_64
+++ b/xorg/xorg-xcursorgen/.md5sum.x86_64
@@ -1 +1 @@
-69df079b3950a0db4e5f4e6f0e00ddee xcursorgen-1.0.3.tar.bz2
+731c39ea88217c12ddd37f8627d97f3f xcursorgen-1.0.4.tar.bz2
diff --git a/xorg/xorg-xcursorgen/Pkgfile b/xorg/xorg-xcursorgen/Pkgfile
index 41abc8ba8..30bacba69 100644
--- a/xorg/xorg-xcursorgen/Pkgfile
+++ b/xorg/xorg-xcursorgen/Pkgfile
@@ -6,15 +6,13 @@
# Run on: xorg-libxcursor,libpng
name=xorg-xcursorgen
-version=1.0.3
+version=1.0.4
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xcursorgen-$version.tar.bz2)
build() {
cd xcursorgen-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}