xorg-videoproto-32: 2.3.2 -> 2.3.3

This commit is contained in:
Danny Rawlins 2016-03-13 19:47:04 +11:00
parent f3b96f4826
commit 34723271cf
2 changed files with 4 additions and 7 deletions

View File

@ -1 +1 @@
e658641595327d3990eab70fdb55ca8b videoproto-2.3.2.tar.bz2
fe86de8ea3eb53b5a8f52956c5cd3174 videoproto-2.3.3.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: xorg-videoproto
name=xorg-videoproto-32
version=2.3.2
version=2.3.3
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/videoproto-$version.tar.bz2)
@ -16,9 +16,6 @@ build() {
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
rm -r $PKG/usr/include
# Remove empty directories
find $PKG -depth -empty -exec rm -r {} \;
rm -r $PKG/usr/share/doc
rm -r $PKG/usr/{include,share}
}