desktop/fbpanel: Updated for version 4.5

This commit is contained in:
Lehman Black 2010-05-11 19:43:46 +02:00 committed by Robby Workman
parent d80913bcd3
commit 05185538c0
4 changed files with 11 additions and 4 deletions

View File

@ -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.

View File

@ -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

View File

@ -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"

View File

@ -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