From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/
Date: Sat, 14 Jul 2018 21:06:30 +0000 (UTC) [thread overview]
Message-ID: <1531602061.b5d8b1a54d4376eb945bf203764a4a00690ab923.leio@gentoo> (raw)
commit: b5d8b1a54d4376eb945bf203764a4a00690ab923
Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sat Jul 14 19:57:28 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Jul 14 21:01:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d8b1a5
app-i18n/poedit: bump to version 2.0.9
Closes: https://bugs.gentoo.org/661172
Package-Manager: Portage-2.3.42, Repoman-2.3.9
app-i18n/poedit/Manifest | 1 +
app-i18n/poedit/metadata.xml | 7 ++++-
app-i18n/poedit/poedit-2.0.9.ebuild | 62 +++++++++++++++++++++++++++++++++++++
3 files changed, 69 insertions(+), 1 deletion(-)
diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest
index 90c4b3e1128..8d90dba88ef 100644
--- a/app-i18n/poedit/Manifest
+++ b/app-i18n/poedit/Manifest
@@ -1,2 +1,3 @@
DIST poedit-2.0.6.tar.gz 2511777 BLAKE2B f28e8940310e80ee15fc70f10492e061097f88b62938f8a85194170fd107100c739dbfd1c1cf12516e6fe3d2a9b282986a4368615cf8fcb2ac889075fe64cc6b SHA512 e7beceeb4cd9e4e0269666d634e48622f175a7788219288ba6349a5b15f8360a929018480372e3eecb664d7d2e3093d6788640651696323d6dda0f0780aa5cd2
DIST poedit-2.0.7.tar.gz 2558220 BLAKE2B e4a958e516a5c4b56331b6f9f37d9fa627072a4a161f17b9e809df86af7ab86130c704b9f41d081a86dbc2dc3b24acf62615e843b73f78874c42730bd46f9b55 SHA512 7b8b41b5f55252b1845c452edbdad56dc841c507c4fb7a24267bd2af8490610f5f3eb72f31ed4d062fdaef939ef4ecd9c30ddc85a5dad3a792ac5857567dac71
+DIST poedit-2.0.9.tar.gz 2567156 BLAKE2B 29e616256a19430cb3efd3db5d6c2cc450155009e30ee056f6be712bac9e631e5aa20b0758262e9fbe00937eedf6ac777cd8e7407a3060f04503e3fa4d9cd6d0 SHA512 9981339ae0c3f11f972ed2f25e0c96e5c0cc0210771cc44d163e219c32eb951fa4180c8a03acdd7f0232a5e4b535f3202dda703b57ccfb02773eb24e6a1eb02d
diff --git a/app-i18n/poedit/metadata.xml b/app-i18n/poedit/metadata.xml
index ce23bed0e6f..59291cd93ec 100644
--- a/app-i18n/poedit/metadata.xml
+++ b/app-i18n/poedit/metadata.xml
@@ -5,8 +5,13 @@
<email>wxwidgets@gentoo.org</email>
<name>Gentoo wxWidgets Project</name>
</maintainer>
+ <longdescription>
+ This program is a GUI frontend to the GNU gettext utilities
+ and a catalogs editor/source code parser.
+ It helps with translating applications into another language.
+ </longdescription>
<upstream>
+ <bugs-to>https://github.com/vslavik/poedit/issues</bugs-to>
<remote-id type="github">vslavik/poedit</remote-id>
- <remote-id type="sourceforge">poedit</remote-id>
</upstream>
</pkgmetadata>
diff --git a/app-i18n/poedit/poedit-2.0.9.ebuild b/app-i18n/poedit/poedit-2.0.9.ebuild
new file mode 100644
index 00000000000..f985ecb9e16
--- /dev/null
+++ b/app-i18n/poedit/poedit-2.0.9.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="an ar az be be@latin bg bs ca ckb co cs da de el en_GB es et eu fa fi fr ga gl he hr hu hy id is it ja ka kab kk ko lt lv ms nb nl oc pa pl pt_BR pt_PT ro ru sk sl sq sr sv tg th tr uk uz vi zh_CN zh_TW"
+WX_GTK_VER=3.0-gtk3
+
+inherit gnome2-utils l10n wxwidgets xdg
+
+DESCRIPTION="GUI gettext translations editor"
+HOMEPAGE="https://poedit.net"
+SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+ app-text/gtkspell:3
+ x11-libs/gtk+:3
+ >=dev-cpp/lucene++-3.0.5
+ dev-libs/boost:=[nls]
+ dev-libs/icu:=
+ >=x11-libs/wxGTK-3.0.3:${WX_GTK_VER}[X]
+"
+
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_prepare() {
+ my_rm_loc() {
+ sed -i -e "/^POEDIT_LINGUAS = /s: ${1}::" locales/Makefile.in || die
+ rm "locales/${1}.mo" || die
+ }
+
+ l10n_find_plocales_changes 'locales' '' '.mo'
+ l10n_for_each_disabled_locale_do my_rm_loc
+
+ setup-wxwidgets
+ xdg_src_prepare
+}
+
+src_configure() {
+ # CLD2 and C++ Rest are not available in Gentoo
+ local myeconfargs=(
+ --without-cld2
+ --without-cpprest
+ )
+
+ econf "${myeconfargs[@]}"
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_icon_cache_update
+}
next reply other threads:[~2018-07-14 21:06 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-14 21:06 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-12 17:34 [gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/ Sam James
2024-12-14 16:38 Sam James
2024-12-14 16:38 Sam James
2024-11-24 23:15 Sam James
2024-11-08 18:16 Pacho Ramos
2024-11-08 18:16 Pacho Ramos
2024-08-30 14:59 Ionen Wolkens
2024-06-21 18:22 Sam James
2024-06-21 18:22 Sam James
2024-06-21 18:22 Sam James
2020-06-14 8:39 Mart Raudsepp
2019-12-31 8:18 Agostino Sarubbo
2019-12-31 8:15 Agostino Sarubbo
2019-12-30 12:29 Agostino Sarubbo
2019-12-28 10:17 Sergei Trofimovich
2019-12-27 16:43 Agostino Sarubbo
2019-12-25 21:24 Mart Raudsepp
2019-11-20 11:21 Agostino Sarubbo
2019-11-19 12:48 Agostino Sarubbo
2019-11-18 11:50 Agostino Sarubbo
2019-11-16 11:17 Mart Raudsepp
2019-11-16 11:17 Mart Raudsepp
2019-11-16 10:34 Sergei Trofimovich
2019-07-14 11:11 Mart Raudsepp
2018-12-20 0:20 Mart Raudsepp
2018-10-23 20:36 Sergei Trofimovich
2018-09-15 12:36 Mikle Kolyada
2018-09-11 20:45 Mart Raudsepp
2018-09-11 20:40 Matt Turner
2018-09-11 20:40 Matt Turner
2018-08-05 21:21 Mart Raudsepp
2018-08-05 1:03 Thomas Deutschmann
2018-08-04 0:07 Mikle Kolyada
2018-08-02 18:44 Sergei Trofimovich
2018-05-27 9:40 Mart Raudsepp
2018-05-27 8:44 Mart Raudsepp
2018-04-20 19:48 David Seifert
2018-04-01 21:44 Sergei Trofimovich
2018-02-27 21:56 Sergei Trofimovich
2018-02-23 22:10 Sergei Trofimovich
2018-02-20 8:10 Sergei Trofimovich
2018-02-19 7:50 Jason Zaman
2018-02-18 21:48 Thomas Deutschmann
2018-02-10 12:56 Jeroen Roovers
2018-01-24 21:25 Sergei Trofimovich
2018-01-20 23:03 Andreas Sturmlechner
2018-01-20 19:13 Mart Raudsepp
2018-01-10 2:30 Mart Raudsepp
2017-12-23 19:53 Sergei Trofimovich
2017-12-23 19:53 Sergei Trofimovich
2017-12-10 14:16 David Seifert
2017-09-24 10:39 Sergei Trofimovich
2017-06-02 12:04 Jeroen Roovers
2017-04-22 14:03 Jeroen Roovers
2016-12-31 22:20 Agostino Sarubbo
2016-06-21 20:01 Michał Górny
2016-05-24 19:15 Pacho Ramos
2016-04-24 8:44 Ryan Hill
2015-10-15 2:19 Ryan Hill
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=1531602061.b5d8b1a54d4376eb945bf203764a4a00690ab923.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