From 2c1d653eff702380a3d0b8aa7acb76754ba6b34a Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Tue, 27 Dec 2011 02:20:31 -0600 Subject: desktop/openbox: Updated for version 3.5.0, new maintainer. Signed-off-by: Erik Hanson --- desktop/openbox/doinst.sh | 3 +++ desktop/openbox/openbox.SlackBuild | 17 ++++++++--------- desktop/openbox/openbox.info | 12 ++++++------ 3 files changed, 17 insertions(+), 15 deletions(-) create mode 100644 desktop/openbox/doinst.sh (limited to 'desktop') 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 +# Modifications for KDE and GNOME xinitrc scripts and Slackware 12.1 +# KDM session fixes by Phillip Warner + +# Currently maintained by Robby Workman 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" -- cgit v1.2.3