desktop/scrotwm: Updated for version 0.9.32.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Daniel LEVAI 2011-07-12 05:09:04 -04:00 committed by Niels Horn
parent 1891d18636
commit f9137a32d6
3 changed files with 28 additions and 20 deletions

View file

@ -0,0 +1,3 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q
fi

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=scrotwm
VERSION=0.9.28
VERSION=0.9.32
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -100,8 +100,13 @@ cp -a scrotwm.conf initscreen.sh baraction.sh screenshot.sh \
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
find $PKG/usr/doc -type f -exec chmod 0644 {} \;
# desktop integration
mkdir -m755 -p "${PKG}/usr/share/applications/"
cp -a linux/scrotwm.desktop "${PKG}/usr/share/applications/"
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="scrotwm"
VERSION="0.9.28"
VERSION="0.9.32"
HOMEPAGE="http://opensource.conformal.com/wiki/Scrotwm"
DOWNLOAD="http://opensource.conformal.com/snapshots/scrotwm/scrotwm-0.9.28.tgz"
MD5SUM="dc89920c9c6e93228fac2233c8e651dc"
DOWNLOAD="http://opensource.conformal.com/snapshots/scrotwm/scrotwm-0.9.32.tgz"
MD5SUM="43053b82962f6629ffa487bfb1c3195d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Daniel LEVAI"
EMAIL="leva@ecentrum.hu"
APPROVED="rworkman"
APPROVED="dsomero"