diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2011-01-07 14:43:58 +0100 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2011-01-07 14:43:58 +0100 |
commit | 2bb292485ed37cbcfa9e610aba46ec85e90d5f4b (patch) | |
tree | 886d6b4145579cf9dcfe7de7f6d423cae28b6f2c /xorg-libxext | |
parent | adb7dee88c71f2722389f1653caaf5bd110c74eb (diff) | |
download | xorg-2bb292485ed37cbcfa9e610aba46ec85e90d5f4b.tar.gz xorg-2bb292485ed37cbcfa9e610aba46ec85e90d5f4b.tar.xz |
xorg-libxext: updated to 1.2.0.
Diffstat (limited to 'xorg-libxext')
-rw-r--r-- | xorg-libxext/.footprint | 3 | ||||
-rw-r--r-- | xorg-libxext/.md5sum | 2 | ||||
-rw-r--r-- | xorg-libxext/Pkgfile | 5 |
3 files changed, 5 insertions, 5 deletions
diff --git a/xorg-libxext/.footprint b/xorg-libxext/.footprint index 1d88106d..9f025b1c 100644 --- a/xorg-libxext/.footprint +++ b/xorg-libxext/.footprint @@ -13,9 +13,6 @@ drwxr-xr-x root/root usr/include/X11/extensions/ -rw-r--r-- root/root usr/include/X11/extensions/Xge.h -rw-r--r-- root/root usr/include/X11/extensions/dpms.h -rw-r--r-- root/root usr/include/X11/extensions/extutil.h --rw-r--r-- root/root usr/include/X11/extensions/lbxbuf.h --rw-r--r-- root/root usr/include/X11/extensions/lbxbufstr.h --rw-r--r-- root/root usr/include/X11/extensions/lbximage.h -rw-r--r-- root/root usr/include/X11/extensions/multibuf.h -rw-r--r-- root/root usr/include/X11/extensions/security.h -rw-r--r-- root/root usr/include/X11/extensions/shape.h diff --git a/xorg-libxext/.md5sum b/xorg-libxext/.md5sum index 50198e22..43d11636 100644 --- a/xorg-libxext/.md5sum +++ b/xorg-libxext/.md5sum @@ -1 +1 @@ -9e51f9cb7e0a38c7099ac1c0de1a1add libXext-1.1.2.tar.bz2 +9bb236ff0193e9fc1c1fb504dd840331 libXext-1.2.0.tar.bz2 diff --git a/xorg-libxext/Pkgfile b/xorg-libxext/Pkgfile index 9fb27259..f70cddfa 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.1.2 +version=1.2.0 release=1 source=(http://xorg.freedesktop.org/releases/individual/lib/libXext-$version.tar.bz2) @@ -15,4 +15,7 @@ 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 } |