From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E4520138359 for ; Sat, 22 Aug 2020 09:23:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 155C1E08E0; Sat, 22 Aug 2020 09:23:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1907E08E0 for ; Sat, 22 Aug 2020 09:23:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68FA6340E82 for ; Sat, 22 Aug 2020 09:23:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D608F30A for ; Sat, 22 Aug 2020 09:23:34 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1598088198.8b8b79978058eb68089d8f91bcee4fd58464fb1a.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gtranslator/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/gtranslator/Manifest app-text/gtranslator/gtranslator-3.36.0.ebuild X-VCS-Directories: app-text/gtranslator/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 8b8b79978058eb68089d8f91bcee4fd58464fb1a X-VCS-Branch: master Date: Sat, 22 Aug 2020 09:23:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5e4bab55-0b0b-4c13-804c-6146f2d7f84a X-Archives-Hash: e89efce01b1c004d57361012450a013a commit: 8b8b79978058eb68089d8f91bcee4fd58464fb1a Author: Mart Raudsepp gentoo org> AuthorDate: Sat Aug 22 09:19:52 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Aug 22 09:23:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b8b7997 app-text/gtranslator: bump to 3.36.0 Package-Manager: Portage-2.3.103, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> app-text/gtranslator/Manifest | 1 + app-text/gtranslator/gtranslator-3.36.0.ebuild | 54 ++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/app-text/gtranslator/Manifest b/app-text/gtranslator/Manifest index 1c82dc1e0c1..c217df424a1 100644 --- a/app-text/gtranslator/Manifest +++ b/app-text/gtranslator/Manifest @@ -1 +1,2 @@ DIST gtranslator-3.32.0.tar.xz 2767988 BLAKE2B cf05561d35adaa77e1bb15adb11faad5346a236d6bf82ccc2b474c2478ea537c89852e0c0322067de1bb24c320ad6732eff5a0f6489a97e57c980b0f1c7d56f6 SHA512 4119b64f671ccb4d8132c4b18f53b614a80c6faaecef212b23268b2a189e7b337dd63f9c0d82e139976a6d5615c4c047ad3be97397734930b5c0d07b57e13531 +DIST gtranslator-3.36.0.tar.xz 2121776 BLAKE2B 745ae74a9a1a47af609b30712f5e6e99474081da9136cc15ecf0bd121e0dd01d326574466ddf4551df7255247a6a895dd468b085cee91735fe8883e4feb16c97 SHA512 63393a33db031ea549763113d6bc55cd00c081e671a31654d225968d8d31d671ca7e577b4df8336603fe2c769c5c443e9ebf69d558c888438d194a503e044044 diff --git a/app-text/gtranslator/gtranslator-3.36.0.ebuild b/app-text/gtranslator/gtranslator-3.36.0.ebuild new file mode 100644 index 00000000000..e8faa15bacc --- /dev/null +++ b/app-text/gtranslator/gtranslator-3.36.0.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2020 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 + >=dev-libs/libdazzle-3.33.90 + 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 + net-libs/libsoup:2.4 + >=dev-libs/json-glib-1.2.0 +" +DEPEND="${RDEPEND} + dev-libs/appstream-glib + dev-libs/libxml2:2 + dev-util/glib-utils + gtk-doc? ( >=dev-util/gtk-doc-1.28 + app-text/docbook-xml-dtd:4.1.2 ) + 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_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +}