public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrey Grozin" <grozin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/foliate/
Date: Sat,  6 Jan 2024 11:38:32 +0000 (UTC)	[thread overview]
Message-ID: <1704541090.0b94a4aacd9c6c3fb37addede586754b8c0454f4.grozin@gentoo> (raw)

commit:     0b94a4aacd9c6c3fb37addede586754b8c0454f4
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  6 11:38:10 2024 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sat Jan  6 11:38:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b94a4aa

app-text/foliate: bump to 3.1.0

Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 app-text/foliate/Manifest             |  1 +
 app-text/foliate/foliate-3.1.0.ebuild | 44 +++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/app-text/foliate/Manifest b/app-text/foliate/Manifest
index 0108d32562d1..c131b2061b80 100644
--- a/app-text/foliate/Manifest
+++ b/app-text/foliate/Manifest
@@ -1,2 +1,3 @@
 DIST foliate-2.6.4.tar.gz 4824560 BLAKE2B fd109d76a7cd0cfbff3fb7273b232a7c749922c5e4d782ed4b7dcb63e914a7cc0bd6e7623a509c3117e45ead5c1d7538c57f322742e4e826b88bddc6182abdf1 SHA512 af58efa2c33451617dbf7327b56551557d762ac80f1b489d5da1c5a46ebbfe329052149deb8b2f4c7729a7fd46deccd5500fd96c0a662b731c871c1ad8061cd3
 DIST foliate-3.0.1.tar.bz2 7873783 BLAKE2B 678fcd9c384df8b623074a83d5ab64bbd6144301bad60813c2d7735e8c89ed94cc35ef90adf234db894d9fca5ed2a45db985944f5749d3c433f32ebfec0d87b2 SHA512 e4e7344858327b75cbd44c4b4243386c9f175499c14f3d4a4407c6d850af9b585878ead69b4ab1941561ab84b4aa9db0e1ef66eaeabe4bbae5078d652f16b2a8
+DIST foliate-3.1.0.tar.bz2 7902106 BLAKE2B cd804b168529ebde3312954de6e907d4de30ef4342dbcf872757f485d5b5e223c96629c01d6e0e0b3bb7cfcc1e98015b034b053d6a6429138a8aa1ed40b0b0c2 SHA512 36dfb6618b04fcfdd3d298133f9fb592e987b898420da08d1e2e1539f162abc4c06cf28e3c9e6ae5f008554fdec9ab36a69333f5c5074b069c345ae729301236

diff --git a/app-text/foliate/foliate-3.1.0.ebuild b/app-text/foliate/foliate-3.1.0.ebuild
new file mode 100644
index 000000000000..f52ddf361f68
--- /dev/null
+++ b/app-text/foliate/foliate-3.1.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PLOCALES="ar cs de el es eu fa_IR fr he hi hr id ie it ko nb nl nn pt_BR ru sv tr uk zh_CN zh_TW"
+inherit meson plocale xdg gnome2-utils
+SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.bz2"
+DESCRIPTION="gtk ebook reader built with gjs"
+HOMEPAGE="https://github.com/johnfactotum/foliate/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="${MESON_DEPEND}"
+RDEPEND=">=dev-libs/gjs-1.76
+	>=gui-libs/gtk-4.12
+	gui-libs/libadwaita
+	net-libs/webkit-gtk:6[introspection]
+	sys-devel/gettext"
+
+src_prepare() {
+	default
+	xdg_environment_reset
+
+	plocale_find_changes "${S}"/po '' '.po'
+
+	rm_po() {
+		rm po/${1}.po
+		sed -e "/^${1}/d" -i po/LINGUAS
+	}
+
+	plocale_for_each_disabled_locale rm_po
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}


             reply	other threads:[~2024-01-06 11:38 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-06 11:38 Andrey Grozin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-06 12:46 [gentoo-commits] repo/gentoo:master commit in: app-text/foliate/ Andrey Grozin
2024-04-17 22:01 Sam James
2023-11-28 14:24 Andrey Grozin
2023-02-16 10:59 Andrey Grozin
2023-02-16 10:57 Andrey Grozin
2022-03-27  3:37 Andrey Grozin
2022-03-26 19:47 Agostino Sarubbo
2022-02-21  8:00 Andrey Grozin
2022-02-21  5:53 Andrey Grozin
2022-02-21  5:51 Andrey Grozin
2022-01-21  5:48 Andrey Grozin
2021-04-26 14:25 Andrey Grozin
2021-04-26 14:23 Andrey Grozin
2021-03-31 10:02 Andrey Grozin
2020-10-30 15:34 Andrey Grozin
2020-07-20 15:18 Andrey Grozin
2020-07-20 15:16 Andrey Grozin
2020-07-08 14:27 Andrey Grozin
2020-07-06  6:37 Andrey Grozin
2020-06-16 11:09 Andrey Grozin
2020-06-15 16:35 Andrey Grozin

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=1704541090.0b94a4aacd9c6c3fb37addede586754b8c0454f4.grozin@gentoo \
    --to=grozin@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