summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@users.sourceforge.net>2008-08-27 09:25:08 +0200
committerJose V Beneyto <sepen@users.sourceforge.net>2008-08-27 09:25:08 +0200
commit6f04e1ef20d1d3798edc227a964f0023026d6a50 (patch)
treed588e70289e3328c658cbacf23fc0aa2a870ad6e
parentd188ac4be72107a79fedbe9da5477566fbf53815 (diff)
downloadxfce-6f04e1ef20d1d3798edc227a964f0023026d6a50.tar.gz
xfce-6f04e1ef20d1d3798edc227a964f0023026d6a50.tar.xz
xfce4-wmdock-plugin: New port.
-rw-r--r--xfce4-wmdock-plugin/.footprint14
-rw-r--r--xfce4-wmdock-plugin/.md5sum1
-rw-r--r--xfce4-wmdock-plugin/Pkgfile22
3 files changed, 37 insertions, 0 deletions
diff --git a/xfce4-wmdock-plugin/.footprint b/xfce4-wmdock-plugin/.footprint
new file mode 100644
index 0000000..cebe61f
--- /dev/null
+++ b/xfce4-wmdock-plugin/.footprint
@@ -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
diff --git a/xfce4-wmdock-plugin/.md5sum b/xfce4-wmdock-plugin/.md5sum
new file mode 100644
index 0000000..bb7d9b4
--- /dev/null
+++ b/xfce4-wmdock-plugin/.md5sum
@@ -0,0 +1 @@
+934ea2ecc9e7c013748a75bfa83f5556 xfce4-wmdock-plugin-0.3.0.tar.bz2
diff --git a/xfce4-wmdock-plugin/Pkgfile b/xfce4-wmdock-plugin/Pkgfile
new file mode 100644
index 0000000..431d5bc
--- /dev/null
+++ b/xfce4-wmdock-plugin/Pkgfile
@@ -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
+}

Generated by cgit