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/openbox.SlackBuild | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'desktop/openbox/openbox.SlackBuild') diff --git a/desktop/openbox/openbox.SlackBuild b/desktop/openbox/openbox.SlackBuild index cbfeacbca8c7..16b048d6e6f6 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} -- cgit v1.2.3