From 5cacf2bfa03817e3d31ca5571a8353e4a99bee87 Mon Sep 17 00:00:00 2001 From: Pablo Santamaria Date: Thu, 13 May 2010 00:57:44 +0200 Subject: desktop/wmtime: Added to 13.0 repository --- desktop/wmtime/README | 4 +++ desktop/wmtime/slack-desc | 19 ++++++++++++ desktop/wmtime/wmtime.SlackBuild | 62 ++++++++++++++++++++++++++++++++++++++++ desktop/wmtime/wmtime.info | 10 +++++++ 4 files changed, 95 insertions(+) create mode 100644 desktop/wmtime/README create mode 100644 desktop/wmtime/slack-desc create mode 100644 desktop/wmtime/wmtime.SlackBuild create mode 100644 desktop/wmtime/wmtime.info (limited to 'desktop/wmtime') diff --git a/desktop/wmtime/README b/desktop/wmtime/README new file mode 100644 index 0000000000..bfab621523 --- /dev/null +++ b/desktop/wmtime/README @@ -0,0 +1,4 @@ +wmtime (time dockapp for WindowMaker) + +WMTime, guess what, displays the time and date and gives you +some nice additional features too... diff --git a/desktop/wmtime/slack-desc b/desktop/wmtime/slack-desc new file mode 100644 index 0000000000..347cf71e77 --- /dev/null +++ b/desktop/wmtime/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +wmtime: wmtime (time dockapp for WindowMaker) +wmtime: +wmtime: WMTime, guess what, displays the time and date and gives you +wmtime: some nice additional features too... +wmtime: +wmtime: +wmtime: +wmtime: +wmtime: +wmtime: +wmtime: diff --git a/desktop/wmtime/wmtime.SlackBuild b/desktop/wmtime/wmtime.SlackBuild new file mode 100644 index 0000000000..86beb96223 --- /dev/null +++ b/desktop/wmtime/wmtime.SlackBuild @@ -0,0 +1,62 @@ +#!/bin/sh + +# Slackware build script for wmtime + +# Written by Pablo Santamaria (pablosantamaria@gmail.com) + +PRGNAM=wmtime +VERSION=${VERSION:-1.0b2} +ARCH=${ARCH:-i486} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +if [ "$ARCH" = "i486" ]; then + SLKCFLAGS="-O2 -march=i486 -mtune=i686" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=i686 -mtune=i686" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" +fi + +set -e + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +rm -rf $PRGNAM.app +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM.app +chown -R root:root . +find . \ + \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ + -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ + -exec chmod 644 {} \; + +cd $PRGNAM +sed -i "s/cc -c/cc -c $SLKCFLAGS/" Makefile +make +mkdir -p $PKG/usr/bin + cp -a wmtime $PKG/usr/bin + strip --strip-unneeded $PKG/usr/bin/wmtime +cd .. + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + BUGS CHANGES COPYING HINTS INSTALL README TODO \ + $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/desktop/wmtime/wmtime.info b/desktop/wmtime/wmtime.info new file mode 100644 index 0000000000..d9565ddae1 --- /dev/null +++ b/desktop/wmtime/wmtime.info @@ -0,0 +1,10 @@ +PRGNAM="wmtime" +VERSION="1.0b2" +HOMEPAGE="http://web.cs.mun.ca/~gstarkes/wmaker/dockapps/time.html" +DOWNLOAD="http://web.cs.mun.ca/~gstarkes/wmaker/dockapps/files/wmtime-1.0b2.tar.gz" +MD5SUM="04c03e001aa702cf653b6b6c3f58bf87" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +MAINTAINER="Pablo Santamaria" +EMAIL="pablosantamaria@gmail.com" +APPROVED="rworkman" -- cgit v1.2.3