summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-11 18:10:01 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-11 18:10:01 +0100
commit84eca12a761369daddbdece6b814cd9554acf326 (patch)
tree2a63e114655c28c6dd50d74b4dce8bf544259fcb /xorg
parenta1a76ae51aac8d58a2164be20f62cf29d93b2994 (diff)
downloadnutyx-extra-84eca12a761369daddbdece6b814cd9554acf326.tar.gz
nutyx-extra-84eca12a761369daddbdece6b814cd9554acf326.tar.bz2
nutyx-extra-84eca12a761369daddbdece6b814cd9554acf326.tar.xz
nutyx-extra-84eca12a761369daddbdece6b814cd9554acf326.zip
xorg-libxcursor, maj 1.1.11-1
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-libxcursor/.md5sum.i6862
-rw-r--r--xorg/xorg-libxcursor/.md5sum.x86_642
-rw-r--r--xorg/xorg-libxcursor/Pkgfile6
3 files changed, 4 insertions, 6 deletions
diff --git a/xorg/xorg-libxcursor/.md5sum.i686 b/xorg/xorg-libxcursor/.md5sum.i686
index 549a21915..fb88e0eaf 100644
--- a/xorg/xorg-libxcursor/.md5sum.i686
+++ b/xorg/xorg-libxcursor/.md5sum.i686
@@ -1 +1 @@
-7dcdad1c10daea872cb3355af414b2ca libXcursor-1.1.10.tar.bz2
+866ed46f7e0d85b8c0003cebbb78a4af libXcursor-1.1.11.tar.bz2
diff --git a/xorg/xorg-libxcursor/.md5sum.x86_64 b/xorg/xorg-libxcursor/.md5sum.x86_64
index 549a21915..fb88e0eaf 100644
--- a/xorg/xorg-libxcursor/.md5sum.x86_64
+++ b/xorg/xorg-libxcursor/.md5sum.x86_64
@@ -1 +1 @@
-7dcdad1c10daea872cb3355af414b2ca libXcursor-1.1.10.tar.bz2
+866ed46f7e0d85b8c0003cebbb78a4af libXcursor-1.1.11.tar.bz2
diff --git a/xorg/xorg-libxcursor/Pkgfile b/xorg/xorg-libxcursor/Pkgfile
index add86e25d..e32b5f8b2 100644
--- a/xorg/xorg-libxcursor/Pkgfile
+++ b/xorg/xorg-libxcursor/Pkgfile
@@ -6,15 +6,13 @@
# Run on: xorg-libxrender,xorg-libxfixes,xorg-libx11
name=xorg-libxcursor
-version=1.1.10
+version=1.1.11
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXcursor-$version.tar.bz2)
build() {
cd libXcursor-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}