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