blob: abd320b7b4ae1caad7da132259b7602bd0acff1e (
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
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/exo-0.3.1.6_beta1.ebuild,v 1.2 2006/04/22 23:50:08 mr_bones_ Exp $
inherit xfce44 versionator
xfce44_beta
MY_PV="$(replace_version_separator 4 '')"
S="${WORKDIR}/${PN}-${MY_PV}"
DESCRIPTION="Libraries for Xfce 4"
SRC_URI="http://www.xfce.org/archive/xfce-${XFCE_MASTER_VERSION}/src/${PN}-${MY_PV}${COMPRESS}"
HOMEPAGE="http://www.xfce.org"
LICENSE="LGPL-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
RDEPEND=">=dev-libs/glib-2.6.4
>=x11-libs/gtk+-2.6
media-libs/libpng
x11-libs/pango
>=xfce-base/libxfce4mcs-4.2.2
>=xfce-base/libxfce4util-4.2.2
>=xfce-base/libxfcegui4-4.2.2"
DEPEND="${RDEPEND}
dev-python/pygtk
>=xfce-base/xfce-mcs-manager-4.2.2"
|