| 1 |
ssuominen |
1.1 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
|
|
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
blueness |
1.8 |
# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.10.0.ebuild,v 1.7 2012/07/14 12:17:11 maekke Exp $ |
| 4 |
ssuominen |
1.1 |
|
| 5 |
|
|
EAPI=4 |
| 6 |
|
|
inherit xfconf |
| 7 |
|
|
|
| 8 |
|
|
DESCRIPTION="A compability library for unported Xfce 4.6 plugins" |
| 9 |
|
|
HOMEPAGE="http://www.xfce.org/" |
| 10 |
|
|
SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" |
| 11 |
|
|
|
| 12 |
|
|
LICENSE="GPL-2 LGPL-2.1" |
| 13 |
|
|
SLOT="0" |
| 14 |
blueness |
1.8 |
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris" |
| 15 |
ssuominen |
1.1 |
IUSE="glade startup-notification" |
| 16 |
|
|
|
| 17 |
|
|
RDEPEND="gnome-base/libglade |
| 18 |
|
|
x11-libs/libSM |
| 19 |
|
|
x11-libs/libX11 |
| 20 |
|
|
>=x11-libs/gtk+-2.10:2 |
| 21 |
|
|
>=xfce-base/libxfce4util-4.8 |
| 22 |
|
|
glade? ( dev-util/glade:3 ) |
| 23 |
|
|
startup-notification? ( x11-libs/startup-notification )" |
| 24 |
|
|
DEPEND="${RDEPEND} |
| 25 |
|
|
dev-util/intltool |
| 26 |
|
|
sys-devel/gettext |
| 27 |
mgorny |
1.2 |
virtual/pkgconfig" |
| 28 |
ssuominen |
1.1 |
|
| 29 |
|
|
pkg_setup() { |
| 30 |
|
|
XFCONF=( |
| 31 |
|
|
--disable-static |
| 32 |
|
|
$(use_enable startup-notification) |
| 33 |
|
|
$(use_enable glade gladeui) |
| 34 |
|
|
--with-html-dir="${EPREFIX}"/deprecated |
| 35 |
|
|
) |
| 36 |
|
|
} |
| 37 |
|
|
|
| 38 |
|
|
src_install() { |
| 39 |
|
|
xfconf_src_install |
| 40 |
|
|
rm -rf "${ED}"/deprecated |
| 41 |
|
|
} |