desktop/openbox: Updated for version 3.5.0, new maintainer.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Robby Workman 2011-12-27 02:20:31 -06:00 committed by Robby Workman
parent 3ff9d32652
commit 2c1d653eff
3 changed files with 17 additions and 15 deletions

View file

@ -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

View file

@ -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}

View file

@ -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"