diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2017-01-24 16:00:10 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-28 07:38:36 +0700 |
commit | 01e1cd744772dcbaa05a6e43f4a58e0ce2ddf629 (patch) | |
tree | 42c83990aabf3ae9ee1232ec35865974b84ad62a /system | |
parent | 0e2c4ad9a390c47597b1c4ef2b6f2449b4139ed8 (diff) |
system/lxterminal: Updated for version 20170124_a29172d.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/lxterminal/lxterminal.SlackBuild | 14 | ||||
-rw-r--r-- | system/lxterminal/lxterminal.info | 6 |
2 files changed, 11 insertions, 9 deletions
diff --git a/system/lxterminal/lxterminal.SlackBuild b/system/lxterminal/lxterminal.SlackBuild index 59601b818b51..1f45b856518c 100644 --- a/system/lxterminal/lxterminal.SlackBuild +++ b/system/lxterminal/lxterminal.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # $Id: lxterminal.SlackBuild,v 1.6 2009/09/11 10:43:05 root Exp root $ # Copyright (c) 2008-2009 Eric Hameleers, Eindhoven, NL -# Copyright (c) 2010-2016 Matteo Bernardini, Pisa, IT +# Copyright (c) 2010-2017 Matteo Bernardini, Pisa, IT # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -59,6 +59,8 @@ # * Update. # 0.3.0: 20/dec/2016 by Matteo Bernardini <ponce@slackbuilds.org> # * Update. +# 20170124_a29172d: 24/jan/2017 by Matteo Bernardini <ponce@slackbuilds.org> +# * Update. # # Run 'sh lxterminal.SlackBuild' to build a Slackware package. # The package is created in /tmp . @@ -67,7 +69,7 @@ # ----------------------------------------------------------------------------- PRGNAM=lxterminal -VERSION=${VERSION:-0.3.0} +VERSION=${VERSION:-20170124_a29172d} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -112,10 +114,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* cd $PRGNAM-$VERSION 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 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -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 {} \; sh autogen.sh || true diff --git a/system/lxterminal/lxterminal.info b/system/lxterminal/lxterminal.info index 1df4245ad832..c5bf600ee23b 100644 --- a/system/lxterminal/lxterminal.info +++ b/system/lxterminal/lxterminal.info @@ -1,8 +1,8 @@ PRGNAM="lxterminal" -VERSION="0.3.0" +VERSION="20170124_a29172d" HOMEPAGE="http://wiki.lxde.org/en/LXTerminal" -DOWNLOAD="http://downloads.sf.net/lxde/lxterminal-0.3.0.tar.xz" -MD5SUM="235cda66f5a35654cb162dcc518a5171" +DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde/lxterminal-20170124_a29172d.tar.xz" +MD5SUM="4c25deaaec7cac5ad46472f17e2756e1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |