blob: 9e90f3a8bdd4e7d48814bc4efbf7a92f261b9e92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.3.90.1.ebuild,v 1.1 2006/04/20 05:14:27 dostrow Exp $
inherit xfce44
xfce44_beta
DESCRIPTION="Libraries for Xfce 4"
LICENSE="LGPL-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="startup-notification"
RDEPEND=">=dev-libs/dbh-1
|| ( ( x11-libs/libICE
x11-libs/libSM
x11-libs/libX11 )
virtual/x11 )
>=dev-libs/glib-2
>=dev-libs/libxml2-2.4
>=x11-libs/gtk+-2.2
x11-libs/pango
startup-notification? ( >=x11-libs/startup-notification-0.5 )
~xfce-base/libxfce4util-${PV}
dev-libs/atk
sys-libs/zlib
x11-libs/cairo
>=dev-util/gtk-doc-1"
DEPEND="${RDEPEND}
|| ( x11-proto/xproto virtual/x11 )"
XFCE_CONFIG="$(use_enable startup-notification)"
xfce44_core_package
|