diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2014-06-20 22:28:48 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2014-06-20 22:28:48 +1000 |
commit | 7fca8e35b98605ef183c3180e71964c81ab47dc0 (patch) | |
tree | fbc491ea6902cc08ae21dd60012424e896f7a0d9 /xorg-libice-32 | |
parent | c057f23a197e9130fdce7da4cf15f3cc36dec898 (diff) | |
download | compat-32-7fca8e35b98605ef183c3180e71964c81ab47dc0.tar.gz compat-32-7fca8e35b98605ef183c3180e71964c81ab47dc0.tar.xz |
xorg-libice-32: 1.0.8 -> 1.0.9
Diffstat (limited to 'xorg-libice-32')
-rw-r--r-- | xorg-libice-32/.md5sum | 2 | ||||
-rw-r--r-- | xorg-libice-32/Pkgfile | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/xorg-libice-32/.md5sum b/xorg-libice-32/.md5sum index 0d68bcfa..cbedc111 100644 --- a/xorg-libice-32/.md5sum +++ b/xorg-libice-32/.md5sum @@ -1 +1 @@ -471b5ca9f5562ac0d6eac7a0bf650738 libICE-1.0.8.tar.bz2 +addfb1e897ca8079531669c7c7711726 libICE-1.0.9.tar.bz2 diff --git a/xorg-libice-32/Pkgfile b/xorg-libice-32/Pkgfile index 9b4cda05..df94d783 100644 --- a/xorg-libice-32/Pkgfile +++ b/xorg-libice-32/Pkgfile @@ -1,10 +1,10 @@ # Description: xorg lib libICE # URL: http://xorg.freedesktop.org # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu -# Depends on: xorg-xproto-32, xorg-xtrans-32 xorg-libice +# Depends on: xorg-xproto-32 xorg-xtrans-32 xorg-libice name=xorg-libice-32 -version=1.0.8 +version=1.0.9 release=1 source=(http://xorg.freedesktop.org/releases/individual/lib/libICE-$version.tar.bz2) @@ -16,7 +16,5 @@ build() { make make DESTDIR=$PKG install - rm $PKG/usr/share/doc/libICE/ice.xml - find $PKG/usr/share -type d -delete - rm -rf $PKG/usr/include + rm -r $PKG/usr/{include,share} } |