diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2012-07-16 01:45:49 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2012-07-16 01:45:49 +1000 |
commit | 0f7ac3a054755fc91ca25a9d0375fb2033560180 (patch) | |
tree | 1d32aaacd2e2c49257232026958643c976cc60c1 /xorg-libxext | |
parent | 0583d7aeea8972cb26224640b161a1b7a0e9b70f (diff) | |
download | xorg-0f7ac3a054755fc91ca25a9d0375fb2033560180.tar.gz xorg-0f7ac3a054755fc91ca25a9d0375fb2033560180.tar.xz |
xorg-libxext: 1.3.0 -> 1.3.1, new maintainer
Diffstat (limited to 'xorg-libxext')
-rw-r--r-- | xorg-libxext/.md5sum | 2 | ||||
-rw-r--r-- | xorg-libxext/Pkgfile | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/xorg-libxext/.md5sum b/xorg-libxext/.md5sum index ae32b63e..d295377f 100644 --- a/xorg-libxext/.md5sum +++ b/xorg-libxext/.md5sum @@ -1 +1 @@ -161d200b690ace818db1cc7537e70ba9 libXext-1.3.0.tar.bz2 +71251a22bc47068d60a95f50ed2ec3cf libXext-1.3.1.tar.bz2 diff --git a/xorg-libxext/Pkgfile b/xorg-libxext/Pkgfile index 8f21b8f3..aa6cfa58 100644 --- a/xorg-libxext/Pkgfile +++ b/xorg-libxext/Pkgfile @@ -1,10 +1,10 @@ # Description: Common X extensions 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-libxau name=xorg-libxext -version=1.3.0 +version=1.3.1 release=1 source=(http://xorg.freedesktop.org/releases/individual/lib/libXext-$version.tar.bz2) @@ -16,6 +16,6 @@ build() { make make DESTDIR=$PKG install - #rm $PKG/usr/share/doc/libXext/{dbe,dpms,shape,sync}lib.xml - #find $PKG/usr/share -type d -delete + rm -r $PKG/usr/share/doc + rmdir $PKG/usr/share } |