From 05185538c0b27cc4e9706e7a78906fb2f95df917 Mon Sep 17 00:00:00 2001 From: Lehman Black Date: Tue, 11 May 2010 19:43:46 +0200 Subject: desktop/fbpanel: Updated for version 4.5 --- desktop/fbpanel/README | 1 - desktop/fbpanel/fbpanel.SlackBuild | 4 ++-- desktop/fbpanel/fbpanel.info | 2 +- desktop/fbpanel/slack-desc | 8 ++++++++ 4 files changed, 11 insertions(+), 4 deletions(-) (limited to 'desktop/fbpanel') diff --git a/desktop/fbpanel/README b/desktop/fbpanel/README index f0e642141c..e5aa37a87e 100644 --- a/desktop/fbpanel/README +++ b/desktop/fbpanel/README @@ -3,4 +3,3 @@ provides graphical information and feedback about desktop activity and allows interaction with the window manager. It features a taskbar, pager, launchbar, show desktop, image viewer, clock, and system tray. - diff --git a/desktop/fbpanel/fbpanel.SlackBuild b/desktop/fbpanel/fbpanel.SlackBuild index 895e296fae..5e016f702e 100644 --- a/desktop/fbpanel/fbpanel.SlackBuild +++ b/desktop/fbpanel/fbpanel.SlackBuild @@ -16,7 +16,7 @@ VERSION=4.5 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=`pwd` +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} @@ -61,7 +61,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mv $PKG/usr/share/man $PKG/usr ( 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 + for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done ) mkdir -p $PKG/install diff --git a/desktop/fbpanel/fbpanel.info b/desktop/fbpanel/fbpanel.info index 9cc2ff090a..fd2d084f43 100644 --- a/desktop/fbpanel/fbpanel.info +++ b/desktop/fbpanel/fbpanel.info @@ -5,4 +5,4 @@ DOWNLOAD="http://dl.sourceforge.net/fbpanel/fbpanel-4.5.tgz" MD5SUM="3041be5d6fe80a9a52a4ab0d03922d29" MAINTAINER="Lehman Black" EMAIL="bzqwerty[at]gmail[dot]com" -APPROVED="robw810" +APPROVED="rworkman" diff --git a/desktop/fbpanel/slack-desc b/desktop/fbpanel/slack-desc index b1d8ba3ab5..362b340f02 100644 --- a/desktop/fbpanel/slack-desc +++ b/desktop/fbpanel/slack-desc @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| fbpanel: fbpanel (panel application) fbpanel: fbpanel: fbpanel is a lightweight GTK2-based panel for UNIX desktop, which -- cgit v1.2.3