diff options
author | Grigorios Bouzakis <ellingtonsantos@gmail.com> | 2014-04-22 07:33:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-23 07:51:56 +0700 |
commit | d7d1327dc1a3c5d88d6b4294cb27c419bb185af4 (patch) | |
tree | c88eed72d495b3a499b0ba1cffd95f3380444868 /desktop | |
parent | 3e3ce2ee03c5d53036f78c46c775bdf58b718ab1 (diff) | |
download | slackbuilds-d7d1327dc1a3c5d88d6b4294cb27c419bb185af4.tar.gz |
desktop/ratpoison: Updated for version 1.4.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/ratpoison/ratpoison.SlackBuild | 10 | ||||
-rw-r--r-- | desktop/ratpoison/ratpoison.info | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/desktop/ratpoison/ratpoison.SlackBuild b/desktop/ratpoison/ratpoison.SlackBuild index e92e213884..7cf24b47ed 100644 --- a/desktop/ratpoison/ratpoison.SlackBuild +++ b/desktop/ratpoison/ratpoison.SlackBuild @@ -5,7 +5,7 @@ # Updated by Ellington Santos aka necropresto (ellingtonsantos@gmail.com) PRGNAM=ratpoison -VERSION=${VERSION:-1.4.6} +VERSION=${VERSION:-1.4.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -46,10 +46,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz 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 {} \; # Set the terminal emulator to be used as default by ratpoison # The default is xterm if it's not specified in ./configure, so diff --git a/desktop/ratpoison/ratpoison.info b/desktop/ratpoison/ratpoison.info index ec5fcdc4eb..4a0ff0197a 100644 --- a/desktop/ratpoison/ratpoison.info +++ b/desktop/ratpoison/ratpoison.info @@ -1,8 +1,8 @@ PRGNAM="ratpoison" -VERSION="1.4.6" +VERSION="1.4.7" HOMEPAGE="http://www.nongnu.org/ratpoison/" -DOWNLOAD="http://savannah.nongnu.org/download/ratpoison/ratpoison-1.4.6.tar.gz" -MD5SUM="5fbaab737cf7fcc8e5eb2d619aaa0eab" +DOWNLOAD="http://savannah.nongnu.org/download/ratpoison/ratpoison-1.4.7.tar.gz" +MD5SUM="648e51cc2dcecb793f50799d0bbfaf71" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |