Gentoo Archives: gentoo-commits

From: Christoph Mende <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/xfce:master commit in: xfce-base/libxfcegui4/
Date: Tue, 05 Jul 2011 06:31:17
Message-Id: 3dcd2a453c1bee3653ea1792277a49b554d4ba61.angelos@gentoo
1 commit: 3dcd2a453c1bee3653ea1792277a49b554d4ba61
2 Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 5 06:30:35 2011 +0000
4 Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 5 06:30:35 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=3dcd2a45
7
8 libxfcegui4: Add live version
9
10 (Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit with key 84F20B43)
11
12 ---
13 xfce-base/libxfcegui4/libxfcegui4-9999.ebuild | 38 +++++++++++++++++++++++++
14 xfce-base/libxfcegui4/metadata.xml | 8 +++++
15 2 files changed, 46 insertions(+), 0 deletions(-)
16
17 diff --git a/xfce-base/libxfcegui4/libxfcegui4-9999.ebuild b/xfce-base/libxfcegui4/libxfcegui4-9999.ebuild
18 new file mode 100644
19 index 0000000..46c8f10
20 --- /dev/null
21 +++ b/xfce-base/libxfcegui4/libxfcegui4-9999.ebuild
22 @@ -0,0 +1,38 @@
23 +# Copyright 1999-2011 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.8.1.ebuild,v 1.8 2011/05/19 22:11:08 ssuominen Exp $
26 +
27 +EAPI=4
28 +inherit xfconf
29 +
30 +DESCRIPTION="Xfce's unified widgets library (deprecated: don't use this for future development)"
31 +HOMEPAGE="http://www.xfce.org/projects/libraries/"
32 +
33 +LICENSE="GPL-2 LGPL-2.1"
34 +SLOT="0"
35 +KEYWORDS=""
36 +IUSE="debug glade startup-notification"
37 +
38 +RDEPEND="gnome-base/libglade
39 + x11-libs/libSM
40 + x11-libs/libX11
41 + >=x11-libs/gtk+-2.10:2
42 + >=xfce-base/libxfce4util-4.8
43 + glade? ( dev-util/glade:3 )
44 + startup-notification? ( x11-libs/startup-notification )"
45 +DEPEND="${RDEPEND}
46 + dev-util/intltool
47 + sys-devel/gettext
48 + dev-util/pkgconfig"
49 +
50 +pkg_setup() {
51 + XFCONF=(
52 + --disable-static
53 + $(use_enable startup-notification)
54 + $(use_enable glade gladeui)
55 + $(xfconf_use_debug)
56 + --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
57 + )
58 +
59 + DOCS=( AUTHORS ChangeLog NEWS )
60 +}
61
62 diff --git a/xfce-base/libxfcegui4/metadata.xml b/xfce-base/libxfcegui4/metadata.xml
63 new file mode 100644
64 index 0000000..a214428
65 --- /dev/null
66 +++ b/xfce-base/libxfcegui4/metadata.xml
67 @@ -0,0 +1,8 @@
68 +<?xml version="1.0" encoding="UTF-8"?>
69 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
70 +<pkgmetadata>
71 + <herd>xfce</herd>
72 + <use>
73 + <flag name="glade">Build glade bindings</flag>
74 + </use>
75 +</pkgmetadata>