public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gtranslator/
Date: Fri,  7 Dec 2018 19:05:30 +0000 (UTC)	[thread overview]
Message-ID: <1544209462.f83f11b147254c59f75a0e9387be2635d9568445.leio@gentoo> (raw)

commit:     f83f11b147254c59f75a0e9387be2635d9568445
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  7 19:01:05 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Dec  7 19:04:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f83f11b1

app-text/gtranslator: bump to 3.30.1

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11

 app-text/gtranslator/Manifest                  |  1 +
 app-text/gtranslator/gtranslator-3.30.1.ebuild | 52 ++++++++++++++++++++++++++
 app-text/gtranslator/metadata.xml              |  9 +++++
 3 files changed, 62 insertions(+)

diff --git a/app-text/gtranslator/Manifest b/app-text/gtranslator/Manifest
index 5809c06a7b0..45a03b613da 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 00000000000..88e7d00a7c7
--- /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 a6e15044678..fac790dbf91 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>


             reply	other threads:[~2018-12-07 19:05 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-07 19:05 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-15 15:22 [gentoo-commits] repo/gentoo:master commit in: app-text/gtranslator/ Pacho Ramos
2025-01-15 15:22 Pacho Ramos
2024-10-17 11:56 Pacho Ramos
2024-10-17 11:56 Pacho Ramos
2023-10-26 16:23 Pacho Ramos
2021-05-01 12:13 Matt Turner
2020-08-22  9:23 Mart Raudsepp
2019-03-29 23:27 Mart Raudsepp
2018-12-07 19:05 Mart Raudsepp
2018-12-07 19:05 Mart Raudsepp
2018-06-27 19:29 Pacho Ramos
2017-04-27 22:08 Mart Raudsepp
2016-12-09 12:33 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1544209462.f83f11b147254c59f75a0e9387be2635d9568445.leio@gentoo \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox