Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/orage/
Date: Sun, 09 Jul 2017 21:41:37
Message-Id: 1499636478.d5c682512ef83ed90f9c5465d2d15cd1c266db79.mgorny@gentoo
1 commit: d5c682512ef83ed90f9c5465d2d15cd1c266db79
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 07:39:42 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 9 21:41:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c68251
7
8 app-office/orage: Replace XFCE_PLUGINS with a local flag
9
10 app-office/orage/metadata.xml | 4 ++++
11 app-office/orage/orage-4.12.1-r1.ebuild | 8 ++++----
12 2 files changed, 8 insertions(+), 4 deletions(-)
13
14 diff --git a/app-office/orage/metadata.xml b/app-office/orage/metadata.xml
15 index 359901b31db..71878d4da92 100644
16 --- a/app-office/orage/metadata.xml
17 +++ b/app-office/orage/metadata.xml
18 @@ -5,4 +5,8 @@
19 <email>xfce@g.o</email>
20 <name>XFCE Team</name>
21 </maintainer>
22 + <use>
23 + <flag name='clock-panel-plugin'>Build the clock plugin for the XFCE
24 + panel</flag>
25 + </use>
26 </pkgmetadata>
27
28 diff --git a/app-office/orage/orage-4.12.1-r1.ebuild b/app-office/orage/orage-4.12.1-r1.ebuild
29 index 85276d99385..e9b09f692ec 100644
30 --- a/app-office/orage/orage-4.12.1-r1.ebuild
31 +++ b/app-office/orage/orage-4.12.1-r1.ebuild
32 @@ -12,15 +12,15 @@ SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
33 LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
36 -IUSE="berkdb dbus libnotify +xfce_plugins_clock"
37 +IUSE="berkdb +clock-panel-plugin dbus libnotify"
38
39 RDEPEND=">=dev-libs/libical-0.48:=
40 dev-libs/popt:=
41 >=x11-libs/gtk+-2.10:2=
42 berkdb? ( >=sys-libs/db-4:= )
43 + clock-panel-plugin? ( >=xfce-base/xfce4-panel-4.10:= )
44 dbus? ( >=dev-libs/dbus-glib-0.100:= )
45 - libnotify? ( >=x11-libs/libnotify-0.7:= )
46 - xfce_plugins_clock? ( >=xfce-base/xfce4-panel-4.10:= )"
47 + libnotify? ( >=x11-libs/libnotify-0.7:= )"
48 DEPEND="${RDEPEND}
49 dev-util/intltool
50 sys-devel/gettext
51 @@ -31,7 +31,7 @@ src_configure() {
52 local myconf=(
53 --libexecdir="${EPREFIX}/usr/$(get_libdir)"
54 --docdir="${EPREFIX}"/usr/share/doc/${PF}/html
55 - $(use_enable xfce_plugins_clock libxfce4panel)
56 + $(use_enable clock-panel-plugin libxfce4panel)
57 $(use_enable dbus)
58 $(use_enable libnotify)
59 $(use_with berkdb bdb4)