From 7909f3226466d51fea0f7987597e7bf0b20f3742 Mon Sep 17 00:00:00 2001 From: Cezary M. Kruk Date: Mon, 30 Jul 2012 00:48:32 -0500 Subject: desktop/wminfo: Updated for version 3.0.0. Signed-off-by: Robby Workman --- desktop/wminfo/README | 9 ++++++--- desktop/wminfo/slack-desc | 12 ++++++------ desktop/wminfo/wminfo.SlackBuild | 19 ++++++------------- desktop/wminfo/wminfo.info | 8 ++++---- 4 files changed, 22 insertions(+), 26 deletions(-) diff --git a/desktop/wminfo/README b/desktop/wminfo/README index 76ed489bea..398260250a 100644 --- a/desktop/wminfo/README +++ b/desktop/wminfo/README @@ -1,5 +1,8 @@ wminfo is Window Maker showing information dockable application -wminfo displays different text information. To use it, write the -plugin grabbing the information from the system or website. The -source package includes a lot of sample working plugins. +wminfo is a dockapp that displays text-format information using the +plugin. The standard plugin is a shell script. The plugin writes +the information to stdout and wminfo captures the output and displays +it row by row. Using the appropriate plugins wminfo can display +different information got from the system or from Internet. The +program is provided with a lot of sample plugins. diff --git a/desktop/wminfo/slack-desc b/desktop/wminfo/slack-desc index 078f82ce3a..5ca1aaa8fe 100644 --- a/desktop/wminfo/slack-desc +++ b/desktop/wminfo/slack-desc @@ -8,12 +8,12 @@ |-----handy-ruler------------------------------------------------------| wminfo: wminfo (Window Maker showing information dockable application) wminfo: -wminfo: wminfo displays different text information. To use it, write the -wminfo: plugin grabbing the information from the system or website. The -wminfo: source package includes a lot of sample working plugins. -wminfo: -wminfo: -wminfo: +wminfo: wminfo is a dockapp that displays text-format information using the +wminfo: plugin. The standard plugin is a shell script. The plugin writes +wminfo: the information to stdout and wminfo captures the output and displays +wminfo: it row by row. Using the appropriate plugins wminfo can display +wminfo: different information got from the system or from Internet. The +wminfo: program is provided with a lot of sample plugins. wminfo: wminfo: wminfo: diff --git a/desktop/wminfo/wminfo.SlackBuild b/desktop/wminfo/wminfo.SlackBuild index ed0889dc97..f30f5f0b28 100644 --- a/desktop/wminfo/wminfo.SlackBuild +++ b/desktop/wminfo/wminfo.SlackBuild @@ -6,7 +6,7 @@ # Modified by the SlackBuilds.org project. PRGNAM=wminfo -VERSION=${VERSION:-2.6.0} +VERSION=${VERSION:-3.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -54,16 +54,10 @@ find . \ cd wminfo ./configure --prefix=/usr - make \ - LIBDIR="-L/usr/lib${LIBDIRSUFFIX}/X11" \ - FLAGS="$SLKCFLAGS" - -# Copy executable to the correct location -mkdir -p $PKG/usr/bin -cp -a wminfo $PKG/usr/bin -cp -a ../contrib/* $PKG/usr/bin -rm $PKG/usr/bin/README.contrib -cd - + make FLAGS="$SLKCFLAGS" + mkdir -p $PKG/usr/bin + cp -a wminfo $PKG/usr/bin +cd .. find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true @@ -74,8 +68,7 @@ gzip -9 $PKG/usr/man/man1/wminfo.1 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - BUGS COPYING ChangeLog INSTALL Plugins-HOWTO README README.Privacy TODO \ - contrib plugins.conky plugins.offline plugins.online plugins.system samples \ + BUGS COPYING ChangeLog INSTALL Plugins-HOWTO README* TODO contrib plugins.* samples \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/desktop/wminfo/wminfo.info b/desktop/wminfo/wminfo.info index f5e1c67f37..00d6200f02 100644 --- a/desktop/wminfo/wminfo.info +++ b/desktop/wminfo/wminfo.info @@ -1,10 +1,10 @@ PRGNAM="wminfo" -VERSION="2.6.0" +VERSION="3.0.0" HOMEPAGE="http://linux-bsd-unix.strefa.pl/" -DOWNLOAD="http://linux-bsd-unix.strefa.pl/wminfo-2.6.0.tar.gz" -MD5SUM="1e7bb9f5f60c21ca9489f48147aeb6b0" +DOWNLOAD="http://linux-bsd-unix.strefa.pl/wminfo-3.0.0.tar.gz" +MD5SUM="3bd3f93fcf70dda068e5aa738d7d7f69" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Cezary M. Kruk" EMAIL="c.kruk@bigfoot.com" -APPROVED="dsomero" +APPROVED="rworkman" -- cgit v1.2.3