mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
desktop/ratpoison: Updated for version 1.4.6.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
bd66b1e440
commit
4e6cfd21fe
4 changed files with 11 additions and 25 deletions
|
@ -1,12 +0,0 @@
|
|||
diff -Nur ratpoison-1.4.5.orig/Makefile.in ratpoison-1.4.5/Makefile.in
|
||||
--- ratpoison-1.4.5.orig/Makefile.in 2009-07-12 07:07:06.000000000 -0500
|
||||
+++ ratpoison-1.4.5/Makefile.in 2009-09-07 22:07:47.339074257 -0500
|
||||
@@ -145,7 +145,7 @@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
-docdir = $(datadir)/doc/$(PACKAGE)
|
||||
+docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host_alias = @host_alias@
|
|
@ -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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ratpoison"
|
||||
VERSION="1.4.5"
|
||||
VERSION="1.4.6"
|
||||
HOMEPAGE="http://www.nongnu.org/ratpoison/"
|
||||
DOWNLOAD="http://savannah.nongnu.org/download/ratpoison/ratpoison-1.4.5.tar.gz"
|
||||
MD5SUM="330a08dbed6be88cab54f6947e9f0b60"
|
||||
DOWNLOAD="http://savannah.nongnu.org/download/ratpoison/ratpoison-1.4.6.tar.gz"
|
||||
MD5SUM="5fbaab737cf7fcc8e5eb2d619aaa0eab"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
ratpoison: ratpoison (a light tiling window manager for X)
|
||||
|
|
Loading…
Reference in a new issue