diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-12-07 21:01:05 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-12-07 21:04:22 +0200 |
commit | f83f11b147254c59f75a0e9387be2635d9568445 (patch) | |
tree | ca756dbd5f0759c807fb6ffb8ffa7f3e76f3440b /app-text/gtranslator | |
parent | x11-libs/gtksourceview: bump to 4.0.3 (new SLOT) (diff) | |
download | gentoo-f83f11b147254c59f75a0e9387be2635d9568445.tar.gz gentoo-f83f11b147254c59f75a0e9387be2635d9568445.tar.bz2 gentoo-f83f11b147254c59f75a0e9387be2635d9568445.zip |
app-text/gtranslator: bump to 3.30.1
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11
Diffstat (limited to 'app-text/gtranslator')
-rw-r--r-- | app-text/gtranslator/Manifest | 1 | ||||
-rw-r--r-- | app-text/gtranslator/gtranslator-3.30.1.ebuild | 52 | ||||
-rw-r--r-- | app-text/gtranslator/metadata.xml | 9 |
3 files changed, 62 insertions, 0 deletions
diff --git a/app-text/gtranslator/Manifest b/app-text/gtranslator/Manifest index 5809c06a7b09..45a03b613da5 100644 --- a/app-text/gtranslator/Manifest +++ b/app-text/gtranslator/Manifest @@ -1 +1,2 @@ DIST gtranslator-2.91.7.tar.xz 2835836 BLAKE2B e6e1f7b512705152a520a47bdddd01336ddcecb9ca20409546d64caa124f1bca2985fd2a9cd7564983a8411c6a7227d37b55ce8b3e452ee7a0d5beba3460bd59 SHA512 8d2a582e06ab0fecb9c18bde372ca0cd02d426155d4b30b876bd8f2e177c88c79d410adb0297ab85f18a952eeef32c17352cde18eda3c4c4fe33833db25022b5 +DIST gtranslator-3.30.1.tar.xz 3060168 BLAKE2B e2e238ffc461b99be9df679c431d7cae85c70ca9db7aea4e7c51d9bd12aa417fab0d53d6c512555992dfb2d40f55d6d0dba8c3aacd043ad8c2ebe690de8ac562 SHA512 5f6384bec8bb23afa9aefe5928260b7ccb408d41b8a363d85277435428ca34fe544068526b11801e534911753c95b3049892e647938bee755b37f3f5cbf94f41 diff --git a/app-text/gtranslator/gtranslator-3.30.1.ebuild b/app-text/gtranslator/gtranslator-3.30.1.ebuild new file mode 100644 index 000000000000..88e7d00a7c7a --- /dev/null +++ b/app-text/gtranslator/gtranslator-3.30.1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome.org gnome2-utils meson xdg + +DESCRIPTION="GNOME Translation Editor" +HOMEPAGE="https://wiki.gnome.org/Apps/Gtranslator" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="gtk-doc" + +RDEPEND=" + >=dev-libs/glib-2.36.0:2 + >=x11-libs/gtk+-3.22.20:3 + >=app-text/iso-codes-0.35 + gnome-extra/libgda:5= + gnome-base/gsettings-desktop-schemas + >=app-text/gspell-1.2.0:= + >=x11-libs/gtksourceview-4.0.2:4 + >=dev-libs/libxml2-2.4.12:2 +" +DEPEND="${RDEPEND} + dev-util/glib-utils + >=dev-util/meson-0.46.0 + gtk-doc? ( dev-util/gtk-doc ) + dev-util/itstool + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +src_configure() { + local emesonargs=( + $(meson_use gtk-doc gtk_doc) + ) + meson_src_configure +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_icon_cache_update + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_icon_cache_update + gnome2_schemas_update +} diff --git a/app-text/gtranslator/metadata.xml b/app-text/gtranslator/metadata.xml index a6e15044678b..fac790dbf919 100644 --- a/app-text/gtranslator/metadata.xml +++ b/app-text/gtranslator/metadata.xml @@ -9,6 +9,15 @@ <flag name="gnome-dictionary">Enable plugin for dictionary lookups using <pkg>app-dicts/gnome-dictionary</pkg>.</flag> <flag name="gucharmap">Enable plugin for unicode symbols selection using <pkg>gnome-extra/gucharmap</pkg>.</flag> </use> + <longdescription lang="en"> + Gtranslator is an enhanced gettext po file editor for the GNOME desktop + environment. + It handles all forms of gettext po files and includes very useful features + like find/replace, translation memory, different translator profiles, + messages table (for having an overview of the translations/messages in the + po file), easy navigation and editing of translation messages and comments + of the translation where accurate. + </longdescription> <upstream> <remote-id type="sourceforge">gtranslator</remote-id> </upstream> |