diff options
Diffstat (limited to 'desktop/ratpoison/ratpoison.SlackBuild')
-rw-r--r-- | desktop/ratpoison/ratpoison.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/desktop/ratpoison/ratpoison.SlackBuild b/desktop/ratpoison/ratpoison.SlackBuild index 5525fa14d9..0b20d51b0e 100644 --- a/desktop/ratpoison/ratpoison.SlackBuild +++ b/desktop/ratpoison/ratpoison.SlackBuild @@ -2,10 +2,11 @@ # Slackware build script for ratpoison # Written by Grigorios Bouzakis (grbzks@xsmail.com) +# Updated by Ellington Santos aka necropresto (ellingtonsantos@gmail.com) PRGNAM=ratpoison -VERSION=${VERSION:-1.4.5} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.4.6} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -50,9 +51,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Fix the docdir declaration -patch -p1 < $CWD/ratpoison-1.4.5-fixup_docdir.diff - # Set the terminal emulator to be used as default by ratpoison # The default is xterm if it's not specified in ./configure, so # we'll leave it that way here. You can specify rxvt or something |