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: Mon, 15 Jun 2020 16:35:12 +0000 (UTC)	[thread overview]
Message-ID: <1592238883.adc5e44f43a81cc701b440a91437a37dbe84e209.grozin@gentoo> (raw)

commit:     adc5e44f43a81cc701b440a91437a37dbe84e209
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 15 16:34:43 2020 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 16:34:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc5e44f

app-text/foliate: initial import

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 app-text/foliate/Manifest             |  1 +
 app-text/foliate/foliate-2.2.1.ebuild | 46 +++++++++++++++++++++++++++++++++++
 app-text/foliate/metadata.xml         | 15 ++++++++++++
 3 files changed, 62 insertions(+)

diff --git a/app-text/foliate/Manifest b/app-text/foliate/Manifest
new file mode 100644
index 00000000000..1cfbc505eff
--- /dev/null
+++ b/app-text/foliate/Manifest
@@ -0,0 +1 @@
+DIST foliate-2.2.1.tar.gz 4310842 BLAKE2B 3e858379c84a790d1ce4d60af25c4911d2864d7b82f1896216ae8a01598ae7865d65b90056348b372b328e84184e75fcbacfbb2b6fdb8aa9a7e254e726957c4f SHA512 3c9c3d8f2df72fcb8699ccf23bf1850c129c6f387a9b12489d8fcc3dd1da4da5a7e0707f74f4607ab0e28d67e2f55f0bb2d053fbbc072bc9915c54c4857e4cff

diff --git a/app-text/foliate/foliate-2.2.1.ebuild b/app-text/foliate/foliate-2.2.1.ebuild
new file mode 100644
index 00000000000..734e1532440
--- /dev/null
+++ b/app-text/foliate/foliate-2.2.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PLOCALES="cs_CS de_DE es fr_FR id_ID it nl pt_BR ru_RU sv zh_CN zh_TW"
+inherit meson l10n xdg-utils gnome2-utils
+SRC_URI="https://github.com/johnfactotum/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+DESCRIPTION="gtk ebook reader built with gjs"
+HOMEPAGE="https://github.com/johnfactotum/foliate/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+BDEPEND="sys-devel/gettext"
+RDEPEND="${BDEPEND}
+	dev-libs/gjs
+	net-libs/webkit-gtk"
+
+src_prepare() {
+	default
+
+	l10n_find_plocales_changes "${S}"/po '' '.po'
+
+	rm_po() {
+		rm po/${1}.po
+		sed -e "/^${1}/d" -i po/LINGUAS
+	}
+
+	l10n_for_each_disabled_locale_do rm_po
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+	xdg_icon_cache_update
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+	xdg_icon_cache_update
+	gnome2_schemas_update
+}

diff --git a/app-text/foliate/metadata.xml b/app-text/foliate/metadata.xml
new file mode 100644
index 00000000000..61acad2b955
--- /dev/null
+++ b/app-text/foliate/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>grozin@gentoo.org</email>
+  </maintainer>
+  <longdescription lang="en">
+    A simple and modern GTK eBook viewer, built with GJS and Epub.js.
+    Supported formats:
+    epub, epub3, azw, azw3, mobi, fb2, fb2.zip, cbr, cbz, cbt, cb7, txt
+  </longdescription>
+  <upstream>
+    <remote-id type="github">johnfactotum/foliate</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2020-06-15 19:48 UTC|newest]

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