1
0
forked from ports/contrib

fbpanel: yet another broken app gone

This commit is contained in:
Han Boetes 2006-11-19 12:44:21 +01:00
parent 029fb1304d
commit 92d2673988
3 changed files with 0 additions and 58 deletions

View File

@ -1,37 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/fbpanel
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/fbpanel.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/fbpanel/
-rw-r--r-- root/root usr/share/fbpanel/default
drwxr-xr-x root/root usr/share/fbpanel/images/
-rw-r--r-- root/root usr/share/fbpanel/images/Desktop2.png
-rw-r--r-- root/root usr/share/fbpanel/images/Editor.png
-rw-r--r-- root/root usr/share/fbpanel/images/Emacs.png
-rw-r--r-- root/root usr/share/fbpanel/images/GNOME-Terminal.png
-rw-r--r-- root/root usr/share/fbpanel/images/Menu.png
-rw-r--r-- root/root usr/share/fbpanel/images/Networking.png
-rw-r--r-- root/root usr/share/fbpanel/images/bottom-left.xpm
-rw-r--r-- root/root usr/share/fbpanel/images/bottom-right.xpm
-rw-r--r-- root/root usr/share/fbpanel/images/default.xpm
-rw-r--r-- root/root usr/share/fbpanel/images/settings.png
-rw-r--r-- root/root usr/share/fbpanel/images/top-left.xpm
-rw-r--r-- root/root usr/share/fbpanel/images/top-right.xpm
-rw-r--r-- root/root usr/share/fbpanel/pager
drwxr-xr-x root/root usr/share/fbpanel/plugins/
-rw-r--r-- root/root usr/share/fbpanel/plugins/dclock.so
-rw-r--r-- root/root usr/share/fbpanel/plugins/deskno.so
-rw-r--r-- root/root usr/share/fbpanel/plugins/icons.so
-rw-r--r-- root/root usr/share/fbpanel/plugins/image.so
-rw-r--r-- root/root usr/share/fbpanel/plugins/launchbar.so
-rw-r--r-- root/root usr/share/fbpanel/plugins/menu.so
-rw-r--r-- root/root usr/share/fbpanel/plugins/pager.so
-rw-r--r-- root/root usr/share/fbpanel/plugins/separator.so
-rw-r--r-- root/root usr/share/fbpanel/plugins/space.so
-rw-r--r-- root/root usr/share/fbpanel/plugins/taskbar.so
-rw-r--r-- root/root usr/share/fbpanel/plugins/test.so
-rw-r--r-- root/root usr/share/fbpanel/plugins/tray.so
-rw-r--r-- root/root usr/share/fbpanel/plugins/wincmd.so

View File

@ -1 +0,0 @@
70c1b3f9682a0cce0d6b5477b2bc83e4 fbpanel-4.1.tgz

View File

@ -1,20 +0,0 @@
# Description: lightweight, NETWM compliant desktop panel
# URL: http://fbpanel.sf.net
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl>
# Depends on: gtk
name=fbpanel
version=4.1
release=1
source="http://dl.sourceforge.net/sourceforge/$name/$name-$version.tgz"
build()
{
cd $name-$version
./configure \
--prefix=/usr
make
make install PREFIX=$PKG/usr
mv $PKG/usr/share/man $PKG/usr/man
}