diff options
Diffstat (limited to 'libraries/vte3')
-rw-r--r-- | libraries/vte3/vte3.SlackBuild | 23 | ||||
-rw-r--r-- | libraries/vte3/vte3.info | 6 |
2 files changed, 12 insertions, 17 deletions
diff --git a/libraries/vte3/vte3.SlackBuild b/libraries/vte3/vte3.SlackBuild index 9efe2d5008..cdfddf3f6e 100644 --- a/libraries/vte3/vte3.SlackBuild +++ b/libraries/vte3/vte3.SlackBuild @@ -24,7 +24,7 @@ SRCNAM=vte PRGNAM=vte3 -VERSION=${VERSION:-0.36.0} +VERSION=${VERSION:-0.36.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,11 +64,10 @@ rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.xz cd $SRCNAM-$VERSION -# Make sure ownerships and permissions are sane: chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; @@ -88,23 +87,19 @@ CFLAGS="$SLKCFLAGS" \ --enable-gnome-pty-helper \ --with-gtk=3.0 \ --with-default-emulation=xterm \ - --build=$ARCH-slackware-linux || exit 1 + --build=$ARCH-slackware-linux -# Build and install: -make $NUMJOBS || make || exit 1 -make install DESTDIR=$PKG || exit 1 +make $NUMJOBS || make +make install DESTDIR=$PKG # Remove this, it's included in the stock vte package: rm $PKG/usr/libexec/gnome-pty-helper -# Strip binaries: -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ + | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -# Add a documentation directory: mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - AUTHORS ChangeLog COPYING* HACKING MAINTAINERS NEWS README* \ +cp -a AUTHORS ChangeLog COPYING* HACKING MAINTAINERS NEWS README* \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/libraries/vte3/vte3.info b/libraries/vte3/vte3.info index e357877ed9..0c734bd8b7 100644 --- a/libraries/vte3/vte3.info +++ b/libraries/vte3/vte3.info @@ -1,8 +1,8 @@ PRGNAM="vte3" -VERSION="0.36.0" +VERSION="0.36.1" HOMEPAGE="http://www.gnome.org/" -DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/vte/0.36/vte-0.36.0.tar.xz" -MD5SUM="64f15103446a8837cc1bc6f2619f10fe" +DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/vte/0.36/vte-0.36.1.tar.xz" +MD5SUM="e17e7a117819a4dd7641d259d9f0ddfc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |