xorg-libxi: 1.4.3 -> 1.6.1, new maintainer

This commit is contained in:
Danny Rawlins 2012-07-16 02:02:30 +10:00
parent c1ff8a0ab9
commit 0c9f174277
2 changed files with 5 additions and 6 deletions

View File

@ -1 +1 @@
792e8a7ddc7175911d69f823d38eaff6 libXi-1.4.3.tar.bz2
78ee882e1ff3b192cf54070bdb19938e libXi-1.6.1.tar.bz2

View File

@ -1,10 +1,10 @@
# Description: X Input client library
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-xproto, xorg-libx11, xorg-xextproto, xorg-libxext, xorg-inputproto
name=xorg-libxi
version=1.4.3
version=1.6.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXi-$version.tar.bz2)
@ -16,7 +16,6 @@ build() {
make
make DESTDIR=$PKG install
rm $PKG/usr/share/doc/libXi/doc/porting.xml
rm $PKG/usr/share/doc/libXi/specs/{encoding,inputlib,library}.xml
find $PKG/usr/share -type d -delete
rm -r $PKG/usr/share/doc
rmdir $PKG/usr/share
}