From 0f09c18c6ffe76c66c1cd8ec625736c1772a3392 Mon Sep 17 00:00:00 2001 From: Lehman Black Date: Tue, 11 May 2010 14:03:45 +0200 Subject: desktop/fbpanel: Initial import --- desktop/fbpanel/README | 6 ++++ desktop/fbpanel/fbpanel.SlackBuild | 71 ++++++++++++++++++++++++++++++++++++++ desktop/fbpanel/fbpanel.info | 8 +++++ desktop/fbpanel/slack-desc | 11 ++++++ 4 files changed, 96 insertions(+) create mode 100644 desktop/fbpanel/README create mode 100644 desktop/fbpanel/fbpanel.SlackBuild create mode 100644 desktop/fbpanel/fbpanel.info create mode 100644 desktop/fbpanel/slack-desc (limited to 'desktop') diff --git a/desktop/fbpanel/README b/desktop/fbpanel/README new file mode 100644 index 0000000000..f0e642141c --- /dev/null +++ b/desktop/fbpanel/README @@ -0,0 +1,6 @@ +fbpanel is a lightweight GTK2-based panel for UNIX desktop, which +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 new file mode 100644 index 0000000000..895e296fae --- /dev/null +++ b/desktop/fbpanel/fbpanel.SlackBuild @@ -0,0 +1,71 @@ +#!/bin/sh + +###################################### +# Slackware Build Script # +###################################### +# BUILDS: fbpanel # +# HOME: http://fbpanel.sf.net # +# AUTHOR: Lehman Black # +# CONTACT: bzqwerty[at]gmail[dot]com # +###################################### + +# Modified by the SlackBuilds.org project + +PRGNAM=fbpanel +VERSION=4.5 +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" +elif [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" +elif [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=i686 -mtune=i686" +fi + +rm -rf $PKG $TMP/$PRGNAM-$VERSION +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +tar xvf $CWD/$PRGNAM-$VERSION.tgz || exit 1 +cd $PRGNAM-$VERSION +chown -R root:root . +chmod -R a-s,u+w,go+r-w . + +# This one doesn't support DESTDIR, and there doesn't seem to be any +# other good way to package it (aside from copying everything manually, +# which would be a good option if file locations were hard-coded in the +# resulting binary) +CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ +./configure \ + --prefix=$PKG/usr \ + || exit 1 + +make || exit 1 +make install || exit 1 + +# Strip the fbpanel binary +strip --strip-unneeded $PKG/usr/bin/fbpanel + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README CHANGELOG COPYING CREDITS INSTALL $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +# Fix manpage location and compress pages +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 +) + +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.tgz diff --git a/desktop/fbpanel/fbpanel.info b/desktop/fbpanel/fbpanel.info new file mode 100644 index 0000000000..9cc2ff090a --- /dev/null +++ b/desktop/fbpanel/fbpanel.info @@ -0,0 +1,8 @@ +PRGNAM="fbpanel" +VERSION="4.5" +HOMEPAGE="http://fbpanel.sourceforge.net/" +DOWNLOAD="http://dl.sourceforge.net/fbpanel/fbpanel-4.5.tgz" +MD5SUM="3041be5d6fe80a9a52a4ab0d03922d29" +MAINTAINER="Lehman Black" +EMAIL="bzqwerty[at]gmail[dot]com" +APPROVED="robw810" diff --git a/desktop/fbpanel/slack-desc b/desktop/fbpanel/slack-desc new file mode 100644 index 0000000000..b1d8ba3ab5 --- /dev/null +++ b/desktop/fbpanel/slack-desc @@ -0,0 +1,11 @@ +fbpanel: fbpanel (panel application) +fbpanel: +fbpanel: fbpanel is a lightweight GTK2-based panel for UNIX desktop, which +fbpanel: provides graphical information and feedback about desktop activity +fbpanel: and allows interaction with the window manager. It features a +fbpanel: taskbar, pager, launchbar, show desktop, image viewer, clock, and +fbpanel: system tray. +fbpanel: +fbpanel: http://fbpanel.sourceforge.net/ +fbpanel: +fbpanel: -- cgit v1.2.3