diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2014-09-20 20:30:14 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2014-10-05 14:58:42 +0200 |
commit | 10e28f59de75793adc1ecdd32603e1772f487043 (patch) | |
tree | 29b1d88f8a2e299dcdc5bf03c904b01d8e7f425b /app-dicts | |
parent | gnome-extra/evolution: Add gnome-icon-theme to deps (diff) | |
download | gnome-10e28f59de75793adc1ecdd32603e1772f487043.tar.gz gnome-10e28f59de75793adc1ecdd32603e1772f487043.tar.bz2 gnome-10e28f59de75793adc1ecdd32603e1772f487043.zip |
app-dicts/gnome-dictionary: 3.10.0 → 3.13.92
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/gnome-dictionary/Manifest | 11 | ||||
-rw-r--r-- | app-dicts/gnome-dictionary/gnome-dictionary-3.13.92.ebuild | 41 | ||||
-rw-r--r-- | app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild | 4 |
3 files changed, 54 insertions, 2 deletions
diff --git a/app-dicts/gnome-dictionary/Manifest b/app-dicts/gnome-dictionary/Manifest new file mode 100644 index 00000000..9daa0712 --- /dev/null +++ b/app-dicts/gnome-dictionary/Manifest @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA512 + +DIST gnome-dictionary-3.13.92.tar.xz 829208 SHA256 9a2802bda212b470b7bf0564a6b26e72c4139f8a5fc70614b837530ed8f8f51e SHA512 4e2adfe7d1a40216707609c98c5906ab7c582e834dffd37a9cf5fc9d8471a2e3ea8ddd2fc6dac6f549a6d35e00be02de4236b3c027175e71fd9dbd53e1f86a52 WHIRLPOOL 3239bf27e9aef0006f389a177603e6069b7d8b3ac183b488c889e5acf0415049629250eed2f70d8272b0e1bcbd410f9766a592b76a65288fb1dacf9d5438a528 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iEYEAREKAAYFAlQdx7gACgkQ1fmVwcYIWAbXNQCgsSlcr4mZrrxGiqGVY/9tZPBq +hEwAn0VnAGImtjq7T/xgInyKhBj25p/x +=CGnn +-----END PGP SIGNATURE----- diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.13.92.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.13.92.ebuild new file mode 100644 index 00000000..3e8bfa1b --- /dev/null +++ b/app-dicts/gnome-dictionary/gnome-dictionary-3.13.92.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" +GCONF_DEBUG="yes" +GNOME2_LA_PUNT="yes" + +inherit gnome2 + +DESCRIPTION="Dictionary utility for GNOME" +HOMEPAGE="https://live.gnome.org/GnomeUtils" + +LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+" +SLOT="0/6" # subslot = suffix of libgdict-1.0.so +IUSE="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 + x11-libs/cairo:= + >=x11-libs/gtk+-3:3 + x11-libs/pango +" +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 + >=sys-devel/gettext-0.17 + virtual/pkgconfig +" + +src_configure() { + gnome2_src_configure \ + $(use_enable ipv6) \ + ITSTOOL=$(type -P true) +} diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild index 3bf42a3e..0f959819 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-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -25,7 +25,7 @@ else fi COMMON_DEPEND=" - >=dev-libs/glib-2.28:2 + >=dev-libs/glib-2.39:2 x11-libs/cairo:= >=x11-libs/gtk+-3:3 x11-libs/pango |