summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Robby Workman2011-12-27 09:20:31 +0100
committer Robby Workman2011-12-27 17:15:26 +0100
commit2c1d653eff702380a3d0b8aa7acb76754ba6b34a (patch)
tree5f9f6b114746ecfb5c1d0ca37fdaa537ce85654c /desktop
parent3ff9d32652263ddc979fe34c1eff534c861713e0 (diff)
downloadslackbuilds-2c1d653eff702380a3d0b8aa7acb76754ba6b34a.tar.gz
desktop/openbox: Updated for version 3.5.0, new maintainer.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/openbox/doinst.sh3
-rw-r--r--desktop/openbox/openbox.SlackBuild17
-rw-r--r--desktop/openbox/openbox.info12
3 files changed, 17 insertions, 15 deletions
diff --git a/desktop/openbox/doinst.sh b/desktop/openbox/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/desktop/openbox/doinst.sh
@@ -0,0 +1,3 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi
diff --git a/desktop/openbox/openbox.SlackBuild b/desktop/openbox/openbox.SlackBuild
index cbfeacbca8..16b048d6e6 100644
--- a/desktop/openbox/openbox.SlackBuild
+++ b/desktop/openbox/openbox.SlackBuild
@@ -22,13 +22,14 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# Modifications for KDE and GNOME xinitrc scripts
-# and Slackware 12.1 KDM session fixes
-# by Phillip Warner <pc_warner@yahoo.com>
+# Modifications for KDE and GNOME xinitrc scripts and Slackware 12.1
+# KDM session fixes by Phillip Warner <pc_warner@yahoo.com>
+
+# Currently maintained by Robby Workman <rw@rlworkman.net>
PRGNAM=openbox
-VERSION=${VERSION:-3.4.11}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-3.5.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -105,10 +106,7 @@ 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 {} \;
# 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
@@ -158,6 +156,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
+cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/desktop/openbox/openbox.info b/desktop/openbox/openbox.info
index 39daad185d..f6b717e542 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.5.0"
+HOMEPAGE="http://openbox.org/"
+DOWNLOAD="http://openbox.org/dist/openbox/openbox-3.5.0.tar.gz"
+MD5SUM="00441b53cf14c03566c8e82643544ff9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-MAINTAINER="Chess Griffin"
-EMAIL="chess@chessgriffin.com"
+MAINTAINER="Robby Workman"
+EMAIL="rw@rlworkman.net"
APPROVED="Erik Hanson"