diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2011-05-22 10:21:44 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2011-05-22 10:21:44 +0200 |
commit | 5fcd8e65e35bb752eae22aacb025195dbd74c617 (patch) | |
tree | 6e84a65d684abad6b0a19e838e48ac9c5231c108 /xorg-libxext | |
parent | d38d97d566f728ec1b663a8b36ae85e11eb7db37 (diff) | |
download | xorg-5fcd8e65e35bb752eae22aacb025195dbd74c617.tar.gz xorg-5fcd8e65e35bb752eae22aacb025195dbd74c617.tar.xz |
xorg-libxext: updated to 1.3.0.
Diffstat (limited to 'xorg-libxext')
-rw-r--r-- | xorg-libxext/.md5sum | 2 | ||||
-rw-r--r-- | xorg-libxext/Pkgfile | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/xorg-libxext/.md5sum b/xorg-libxext/.md5sum index 43d11636..ae32b63e 100644 --- a/xorg-libxext/.md5sum +++ b/xorg-libxext/.md5sum @@ -1 +1 @@ -9bb236ff0193e9fc1c1fb504dd840331 libXext-1.2.0.tar.bz2 +161d200b690ace818db1cc7537e70ba9 libXext-1.3.0.tar.bz2 diff --git a/xorg-libxext/Pkgfile b/xorg-libxext/Pkgfile index f70cddfa..8f21b8f3 100644 --- a/xorg-libxext/Pkgfile +++ b/xorg-libxext/Pkgfile @@ -4,7 +4,7 @@ # Depends on: xorg-xproto, xorg-libx11, xorg-xextproto, xorg-libxau name=xorg-libxext -version=1.2.0 +version=1.3.0 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 $PKG/usr/share/doc/libXext/{dbe,dpms,shape,sync}lib.xml + #find $PKG/usr/share -type d -delete } |