/[gentoo-x86]/xfce-base/libxfce4util/libxfce4util-4.10.0.ebuild
Gentoo

Contents of /xfce-base/libxfce4util/libxfce4util-4.10.0.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.11 - (show annotations) (download)
Wed Nov 28 12:28:12 2012 UTC (5 months, 3 weeks ago) by ssuominen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +2 -2 lines
EAPI5

(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.10.0.ebuild,v 1.10 2012/09/09 14:30:32 armin76 Exp $
4
5 EAPI=5
6 inherit xfconf
7
8 DESCRIPTION="A basic utility library for the Xfce desktop environment"
9 HOMEPAGE="http://www.xfce.org/projects/"
10 SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
11
12 LICENSE="LGPL-2"
13 SLOT="0"
14 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
15 IUSE="debug"
16
17 RDEPEND=">=dev-libs/glib-2.24"
18 DEPEND="${RDEPEND}
19 dev-util/intltool
20 virtual/pkgconfig
21 sys-devel/gettext"
22
23 pkg_setup() {
24 XFCONF=(
25 $(xfconf_use_debug)
26 --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
27 )
28
29 [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857
30
31 DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
32 }

  ViewVC Help
Powered by ViewVC 1.1.13