xfce4-wmdock-plugin: New port.

This commit is contained in:
Jose V Beneyto 2008-08-27 09:25:08 +02:00
parent d188ac4be7
commit 6f04e1ef20
3 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,14 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/xfce4/
drwxr-xr-x root/root usr/lib/xfce4/panel-plugins/
-rwxr-xr-x root/root usr/lib/xfce4/panel-plugins/xfce4-wmdock-plugin
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce4-wmdock.png
drwxr-xr-x root/root usr/share/xfce4/
drwxr-xr-x root/root usr/share/xfce4/panel-plugins/
-rw-r--r-- root/root usr/share/xfce4/panel-plugins/wmdock.desktop

View File

@ -0,0 +1 @@
934ea2ecc9e7c013748a75bfa83f5556 xfce4-wmdock-plugin-0.3.0.tar.bz2

View File

@ -0,0 +1,22 @@
# Description: Compatibility layer for running WindowMaker dockapps on the XFCE desktop.
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-wmdock-plugin
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Packager: Jose V Beneyto, sepen at users dot sourceforge dot net
# Depends on: xfce4-panel, libwnck
# Group: xfce4
name=xfce4-wmdock-plugin
version=0.3.0
release=1
source=(http://goodies.xfce.org/releases/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--libexecdir=/usr/lib \
--disable-static \
--disable-debug
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/local
}