From 1eda4cf3d2fbf1d455e451dda55efcab3098f3de Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Fri, 7 Jan 2011 15:04:55 +0100 Subject: [PATCH] xorg-recordproto: updated to 1.14.1. --- xorg-recordproto/.md5sum | 2 +- xorg-recordproto/Pkgfile | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/xorg-recordproto/.md5sum b/xorg-recordproto/.md5sum index 83183941..80ab69e8 100644 --- a/xorg-recordproto/.md5sum +++ b/xorg-recordproto/.md5sum @@ -1 +1 @@ -70f5998c673aa510e2acd6d8fb3799de recordproto-1.14.tar.bz2 +24541a30b399213def35f48efd926c63 recordproto-1.14.1.tar.bz2 diff --git a/xorg-recordproto/Pkgfile b/xorg-recordproto/Pkgfile index 7fb3f272..8cce207b 100644 --- a/xorg-recordproto/Pkgfile +++ b/xorg-recordproto/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: Tilman Sauerbeck, tilman at crux dot nu name=xorg-recordproto -version=1.14 +version=1.14.1 release=1 source=(http://xorg.freedesktop.org/releases/individual/proto/recordproto-$version.tar.bz2) @@ -14,4 +14,7 @@ build() { make make DESTDIR=$PKG install + + rm $PKG/usr/share/doc/recordproto/record.xml + find $PKG/usr/share -type d -delete }