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/garcon/
Date: Thu, 31 Oct 2013 14:33:38
Message-Id: 1383229978.17b307a0b056afeb648f5d6065ccb656666cb1c0.angelos@gentoo
1 commit: 17b307a0b056afeb648f5d6065ccb656666cb1c0
2 Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 31 14:32:58 2013 +0000
4 Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 31 14:32:58 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=17b307a0
7
8 garcon: Sync with gentoo-x86
9
10 Package-Manager: portage-2.2.7
11 Manifest-Sign-Key: 84F20B43
12
13 ---
14 xfce-base/garcon/garcon-9999.ebuild | 9 ++++-----
15 1 file changed, 4 insertions(+), 5 deletions(-)
16
17 diff --git a/xfce-base/garcon/garcon-9999.ebuild b/xfce-base/garcon/garcon-9999.ebuild
18 index c276cda..d2a7cc3 100644
19 --- a/xfce-base/garcon/garcon-9999.ebuild
20 +++ b/xfce-base/garcon/garcon-9999.ebuild
21 @@ -1,6 +1,6 @@
22 # Copyright 1999-2013 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.2.0.ebuild,v 1.11 2012/11/28 12:28:41 ssuominen Exp $
25 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.2.1.ebuild,v 1.1 2013/05/05 16:45:45 ssuominen Exp $
26
27 EAPI=5
28 inherit xfconf
29 @@ -14,15 +14,14 @@ KEYWORDS=""
30 IUSE="debug"
31
32 RDEPEND=">=dev-libs/glib-2.14
33 - >=xfce-base/libxfce4util-4.8"
34 + >=xfce-base/libxfce4util-4.10.1"
35 DEPEND="${RDEPEND}
36 dev-util/intltool
37 - virtual/pkgconfig
38 - sys-devel/gettext"
39 + sys-devel/gettext
40 + virtual/pkgconfig"
41
42 pkg_setup() {
43 XFCONF=(
44 - --disable-static
45 $(xfconf_use_debug)
46 --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
47 )