summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-extra/xfce4-wmdock/xfce4-wmdock-0.1.8.ebuild')
-rw-r--r--xfce-extra/xfce4-wmdock/xfce4-wmdock-0.1.8.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-wmdock/xfce4-wmdock-0.1.8.ebuild b/xfce-extra/xfce4-wmdock/xfce4-wmdock-0.1.8.ebuild
new file mode 100644
index 000000000000..7e9b7173fb78
--- /dev/null
+++ b/xfce-extra/xfce4-wmdock/xfce4-wmdock-0.1.8.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock/xfce4-wmdock-0.1.8.ebuild,v 1.1 2008/01/13 15:40:58 drac Exp $
+
+inherit autotools xfce44
+
+xfce44_plugin
+
+DESCRIPTION="a compatibility layer for running WindowMaker dockapps on Xfce4."
+HOMEPAGE="http://www.ibh.de/~ellguth/xfce4-wmdock-plugin.html"
+SRC_URI="http://www.ibh.de/~ellguth/develop/${MY_P}.tar.gz"
+
+KEYWORDS="~amd64"
+IUSE="debug"
+
+RDEPEND=">=x11-libs/libwnck-2
+ xfce-base/xfce4-panel
+ xfce-base/libxfcegui4
+ xfce-base/libxfce4util"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ dev-util/intltool"
+
+DOCS="AUTHORS ChangeLog README TODO"