summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Reifschneider <tranquility@gentoo.org>2016-03-30 20:33:56 +0200
committerOle Reifschneider <tranquility@gentoo.org>2016-03-30 20:33:56 +0200
commit1fc54bf86c44ccf91852c68f44943831efedeec3 (patch)
treef6031b78159615ece6bd2853f1fd6a381b3e5b07 /app-dicts
parentgames-puzzle/swell-foop: Bump version to 3.20.0 (diff)
downloadgnome-1fc54bf86c44ccf91852c68f44943831efedeec3.tar.gz
gnome-1fc54bf86c44ccf91852c68f44943831efedeec3.tar.bz2
gnome-1fc54bf86c44ccf91852c68f44943831efedeec3.zip
app-dicts/gnome-dictionary: Bump version to 3.20.0
Package-Manager: portage-2.2.28 Manifest-Sign-Key: 0xE9E568677E8B4D42
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/gnome-dictionary/Manifest15
-rw-r--r--app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild42
-rw-r--r--app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild8
3 files changed, 61 insertions, 4 deletions
diff --git a/app-dicts/gnome-dictionary/Manifest b/app-dicts/gnome-dictionary/Manifest
new file mode 100644
index 00000000..dc32a2d3
--- /dev/null
+++ b/app-dicts/gnome-dictionary/Manifest
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST gnome-dictionary-3.20.0.tar.xz 871916 SHA256 efb36377d46eff9291d3b8fec37baab2355f9dc8bc7edb791b6a625574716121 SHA512 9be2564b5bf543e80afdb946c16b16e2daf6c31875e352b7c2d7e34436791fc9470eadb42eba3a4c1893e2f2568e6bb88d19ea4a0b8dbb2eca2dd4c95aeaf229 WHIRLPOOL 4c22c0b2f7f668f5efc3857ba4bf33808d52a524b4d8ccbe1ac91839daff97d7271cf5f8196c0fbaa47266bb83f9f0705c83d1fe5949f633bfa50269554e057f
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAEBCAAGBQJW/BwUAAoJEOnlaGd+i01C3csH/jRC/hiouZHfS/uFKaXhLCT9
+jVCm8wtDHit0uGqus4jJIQ+AvwFbQw9foxaawf37kchobV0BuUFzYxLr+pCzr8+4
+vTesn8AUSD9QKwTv38nyaqwDm+zil52NUrv6r1V58meJvJK6ZAlRi5Y1MVIE1lD7
+qLk9rzx7Ny7XynJkpputUoVLL2Vvs+yIWArqaJjEkBftrpXihkVt8jUWFh7PpoBP
+vANz7AxJkDZSW5d+mUrq34zBQj4MDOdGXIR/6vVIXqnimd8LVUxEZIlA+0h2Poul
+ihxXIdpIUJEQIKxzu7iOLYKulkxxFF9eRQaoV1bR9oOWr14FSLemjYmw7/QAfKo=
+=fFn8
+-----END PGP SIGNATURE-----
diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild
new file mode 100644
index 00000000..450e4a48
--- /dev/null
+++ b/app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="yes"
+
+inherit gnome2
+
+DESCRIPTION="Dictionary utility for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Dictionary"
+
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
+SLOT="0/9" # subslot = suffix of libgdict-1.0.so
+IUSE="+introspection ipv6"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+
+COMMON_DEPEND="
+ >=dev-libs/glib-2.39:2[dbus]
+ x11-libs/cairo:=
+ >=x11-libs/gtk+-3.16:3
+ x11-libs/pango
+ introspection? ( >=dev-libs/gobject-introspection-1.42:= )
+"
+RDEPEND="${COMMON_DEPEND}
+ gnome-base/gsettings-desktop-schemas
+ !<gnome-extra/gnome-utils-3.4
+"
+# ${PN} was part of gnome-utils before 3.4
+DEPEND="${COMMON_DEPEND}
+ >=dev-util/gtk-doc-am-1.15
+ >=dev-util/intltool-0.40
+ dev-util/itstool
+ >=sys-devel/gettext-0.17
+ virtual/pkgconfig
+"
+
+src_configure() {
+ gnome2_src_configure \
+ $(use_enable introspection) \
+ $(use_enable ipv6)
+}
diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
index 310865a4..7ac85405 100644
--- a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
+++ b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -24,11 +24,11 @@ else
fi
COMMON_DEPEND="
- >=dev-libs/glib-2.39:2
+ >=dev-libs/glib-2.39:2[dbus]
x11-libs/cairo:=
- >=x11-libs/gtk+-3.14:3
+ >=x11-libs/gtk+-3.16:3
x11-libs/pango
- introspection? ( >=dev-libs/gobject-introspection-1.42 )
+ introspection? ( >=dev-libs/gobject-introspection-1.42:= )
"
RDEPEND="${COMMON_DEPEND}
gnome-base/gsettings-desktop-schemas