xorg-inputproto: 2.0.2 -> 2.2, new maintainer, new dependency xorg-util-macros

This commit is contained in:
Danny Rawlins 2012-07-15 11:16:57 +10:00
parent 10f3488a15
commit 95aa186a6d
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
07d54ae098ed4e6dce472f6ef3de05ce inputproto-2.0.2.tar.bz2
13c8aedaf98a92e282b7e456c0a5bed9 inputproto-2.2.tar.bz2

View File

@ -1,9 +1,10 @@
# Description: xorg proto inputproto
# 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-util-macros
name=xorg-inputproto
version=2.0.2
version=2.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/inputproto-$version.tar.bz2)
@ -15,6 +16,5 @@ build() {
make
make DESTDIR=$PKG install
rm $PKG/usr/share/doc/inputproto/{XI,XI2}proto.txt
find $PKG/usr/share -type d -delete
}