Gentoo Archives: gentoo-commits

From: Ole Reifschneider <tranquility@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: app-dicts/gnome-dictionary/
Date: Wed, 30 Mar 2016 20:08:59
Message-Id: 1459362836.1fc54bf86c44ccf91852c68f44943831efedeec3.tranquility@gentoo
1 commit: 1fc54bf86c44ccf91852c68f44943831efedeec3
2 Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 30 18:33:56 2016 +0000
4 Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 30 18:33:56 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=1fc54bf8
7
8 app-dicts/gnome-dictionary: Bump version to 3.20.0
9
10 Package-Manager: portage-2.2.28
11 Manifest-Sign-Key: 0xE9E568677E8B4D42
12
13 .../gnome-dictionary-3.20.0.ebuild | 42 ++++++++++++++++++++++
14 .../gnome-dictionary/gnome-dictionary-9999.ebuild | 8 ++---
15 2 files changed, 46 insertions(+), 4 deletions(-)
16
17 diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild
18 new file mode 100644
19 index 0000000..450e4a4
20 --- /dev/null
21 +++ b/app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild
22 @@ -0,0 +1,42 @@
23 +# Copyright 1999-2016 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Id$
26 +
27 +EAPI="5"
28 +GCONF_DEBUG="yes"
29 +
30 +inherit gnome2
31 +
32 +DESCRIPTION="Dictionary utility for GNOME"
33 +HOMEPAGE="https://wiki.gnome.org/Apps/Dictionary"
34 +
35 +LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
36 +SLOT="0/9" # subslot = suffix of libgdict-1.0.so
37 +IUSE="+introspection ipv6"
38 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
39 +
40 +COMMON_DEPEND="
41 + >=dev-libs/glib-2.39:2[dbus]
42 + x11-libs/cairo:=
43 + >=x11-libs/gtk+-3.16:3
44 + x11-libs/pango
45 + introspection? ( >=dev-libs/gobject-introspection-1.42:= )
46 +"
47 +RDEPEND="${COMMON_DEPEND}
48 + gnome-base/gsettings-desktop-schemas
49 + !<gnome-extra/gnome-utils-3.4
50 +"
51 +# ${PN} was part of gnome-utils before 3.4
52 +DEPEND="${COMMON_DEPEND}
53 + >=dev-util/gtk-doc-am-1.15
54 + >=dev-util/intltool-0.40
55 + dev-util/itstool
56 + >=sys-devel/gettext-0.17
57 + virtual/pkgconfig
58 +"
59 +
60 +src_configure() {
61 + gnome2_src_configure \
62 + $(use_enable introspection) \
63 + $(use_enable ipv6)
64 +}
65
66 diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
67 index 310865a..7ac8540 100644
68 --- a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
69 +++ b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
70 @@ -1,4 +1,4 @@
71 -# Copyright 1999-2015 Gentoo Foundation
72 +# Copyright 1999-2016 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74 # $Id$
75
76 @@ -24,11 +24,11 @@ else
77 fi
78
79 COMMON_DEPEND="
80 - >=dev-libs/glib-2.39:2
81 + >=dev-libs/glib-2.39:2[dbus]
82 x11-libs/cairo:=
83 - >=x11-libs/gtk+-3.14:3
84 + >=x11-libs/gtk+-3.16:3
85 x11-libs/pango
86 - introspection? ( >=dev-libs/gobject-introspection-1.42 )
87 + introspection? ( >=dev-libs/gobject-introspection-1.42:= )
88 "
89 RDEPEND="${COMMON_DEPEND}
90 gnome-base/gsettings-desktop-schemas