diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-09-07 23:47:10 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-09-07 23:47:10 +0200 |
commit | 57163352d34d1618472ee4b2e0f5c8d6aa52e121 (patch) | |
tree | 100bd9be22eae5211a566703b0162b30e85681e2 /xorg/xorg-libxaw | |
parent | 0449b6d2b1c136184f15f49efa088daf054d194a (diff) | |
download | nutyx-extra-57163352d34d1618472ee4b2e0f5c8d6aa52e121.tar.gz nutyx-extra-57163352d34d1618472ee4b2e0f5c8d6aa52e121.tar.bz2 nutyx-extra-57163352d34d1618472ee4b2e0f5c8d6aa52e121.tar.xz nutyx-extra-57163352d34d1618472ee4b2e0f5c8d6aa52e121.zip |
maj xorg-libxaw#1.0.7-1
Diffstat (limited to 'xorg/xorg-libxaw')
-rw-r--r-- | xorg/xorg-libxaw/.md5sum | 2 | ||||
-rw-r--r-- | xorg/xorg-libxaw/Pkgfile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/xorg/xorg-libxaw/.md5sum b/xorg/xorg-libxaw/.md5sum index 40fad6bcd..b42cf2ed4 100644 --- a/xorg/xorg-libxaw/.md5sum +++ b/xorg/xorg-libxaw/.md5sum @@ -1 +1 @@ -066218dceb82eb8da0e11d259ed3ceda libXaw-1.0.6.tar.bz2 +815e74de989ccda684e2baf8d12cf519 libXaw-1.0.7.tar.bz2 diff --git a/xorg/xorg-libxaw/Pkgfile b/xorg/xorg-libxaw/Pkgfile index 50c638900..80169da67 100644 --- a/xorg/xorg-libxaw/Pkgfile +++ b/xorg/xorg-libxaw/Pkgfile @@ -5,7 +5,7 @@ # Depends on: xorg-xproto, xorg-libx11, xorg-xextproto, xorg-libxext, xorg-libxt, xorg-libxmu, xorg-libxpm, xorg-libxau name=xorg-libxaw -version=1.0.6 +version=1.0.7 release=1 source=(http://xorg.freedesktop.org/releases/individual/lib/libXaw-$version.tar.bz2) @@ -16,4 +16,5 @@ build() { make make DESTDIR=$PKG install + rm -r $PKG/usr/share/doc/ } |