xorg-libxcursor-32: 1.1.13 -> 1.1.14

This commit is contained in:
Danny Rawlins 2013-05-31 21:44:21 +10:00
parent 5ca7d18efe
commit 40e155b1d2
2 changed files with 5 additions and 4 deletions

View File

@ -1 +1 @@
52efa81b7f26c8eda13510a2fba98eea libXcursor-1.1.13.tar.bz2
1e7c17afbbce83e2215917047c57d1b3 libXcursor-1.1.14.tar.bz2

View File

@ -1,10 +1,10 @@
# Description: xorg lib libXcursor
# Description: X cursor management library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: xorg-libxrender-32 xorg-libxfixes-32 xorg-libx11-32 xorg-fixesproto-32 xorg-libxcursor
name=xorg-libxcursor-32
version=1.1.13
version=1.1.14
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXcursor-$version.tar.bz2)
@ -15,5 +15,6 @@ build() {
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/{include,man}
rm -r $PKG/usr/{include,man}
}