summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-extra/xfce4-toys/xfce4-toys-4.1.90.ebuild')
-rw-r--r--xfce-extra/xfce4-toys/xfce4-toys-4.1.90.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-toys/xfce4-toys-4.1.90.ebuild b/xfce-extra/xfce4-toys/xfce4-toys-4.1.90.ebuild
new file mode 100644
index 000000000000..7a6867decd44
--- /dev/null
+++ b/xfce-extra/xfce4-toys/xfce4-toys-4.1.90.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:
+
+IUSE=""
+
+DESCRIPTION="Xfce 4 panel toys plugin"
+SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz"
+HOMEPAGE="http://xfce.org"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64 ~hppa ~mips"
+
+RDEPEND="virtual/x11
+ >=x11-libs/gtk+-2.2*
+ dev-libs/libxml2
+ =xfce-base/libxfce4util-4.1.90
+ =xfce-base/libxfcegui4-4.1.90
+ =xfce-base/libxfce4mcs-4.1.90
+ =xfce-base/xfce-mcs-manager-4.1.90
+ =xfce-base/xfce4-panel-4.1.90"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ !<xfce-extra/xfce4-toys-4.1.90"
+
+src_install () {
+ make DESTDIR=${D} install || die
+ dodoc ChangeLog* AUTHORS README* TODO*
+}