xfce4-wmdock-plugin: New port.
This commit is contained in:
parent
d188ac4be7
commit
6f04e1ef20
14
xfce4-wmdock-plugin/.footprint
Normal file
14
xfce4-wmdock-plugin/.footprint
Normal 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
|
1
xfce4-wmdock-plugin/.md5sum
Normal file
1
xfce4-wmdock-plugin/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
934ea2ecc9e7c013748a75bfa83f5556 xfce4-wmdock-plugin-0.3.0.tar.bz2
|
22
xfce4-wmdock-plugin/Pkgfile
Normal file
22
xfce4-wmdock-plugin/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user