summaryrefslogtreecommitdiffstats
path: root/desktop/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/openbox')
-rw-r--r--desktop/openbox/openbox.SlackBuild8
-rw-r--r--desktop/openbox/openbox.info10
-rw-r--r--desktop/openbox/slack-desc2
3 files changed, 9 insertions, 11 deletions
diff --git a/desktop/openbox/openbox.SlackBuild b/desktop/openbox/openbox.SlackBuild
index cbfeacbca8..db9f1aad0d 100644
--- a/desktop/openbox/openbox.SlackBuild
+++ b/desktop/openbox/openbox.SlackBuild
@@ -27,7 +27,7 @@
# by Phillip Warner <pc_warner@yahoo.com>
PRGNAM=openbox
-VERSION=${VERSION:-3.4.11}
+VERSION=${VERSION:-3.4.11.2}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
@@ -105,10 +105,8 @@ make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-)
+find $PKG/usr/man -type f -exec gzip -9 {} \;
+for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
# Add xinitrc.openbox so that openbox will show up as an option in xwmconfig
install -D -m 0755 $CWD/xinitrc.openbox $PKG/etc/X11/xinit/xinitrc.openbox
diff --git a/desktop/openbox/openbox.info b/desktop/openbox/openbox.info
index 39daad185d..7b5e72c285 100644
--- a/desktop/openbox/openbox.info
+++ b/desktop/openbox/openbox.info
@@ -1,10 +1,10 @@
PRGNAM="openbox"
-VERSION="3.4.11"
-HOMEPAGE="http://icculus.org/openbox/"
-DOWNLOAD="http://icculus.org/openbox/releases/openbox-3.4.11.tar.gz"
-MD5SUM="bbbb93c1a4fc8048f2a8ceb4179882a5"
+VERSION="3.4.11.2"
+HOMEPAGE="http://openbox.org"
+DOWNLOAD="http://openbox.org/dist/openbox/openbox-3.4.11.2.tar.gz"
+MD5SUM="30e669134fa81df810fe7d1dc59cd931"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Chess Griffin"
EMAIL="chess@chessgriffin.com"
-APPROVED="Erik Hanson"
+APPROVED=""
diff --git a/desktop/openbox/slack-desc b/desktop/openbox/slack-desc
index 361311c38a..0fe892e0d1 100644
--- a/desktop/openbox/slack-desc
+++ b/desktop/openbox/slack-desc
@@ -14,6 +14,6 @@ openbox: and to work properly. Openbox is fully functional as a stand-alone
openbox: working environment, or can be used as a drop-in replacement for
openbox: the default window manager in the GNOME or KDE desktop environments.
openbox:
-openbox: Homepage: http://www.icculus.org/openbox
+openbox: Homepage: http://openbox.org
openbox:
openbox: