summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxcursor
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-libxcursor')
-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
}