From: "Maciej Barć" <xgqt@protonmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-text/komikku/
Date: Mon, 22 Feb 2021 13:23:56 +0000 (UTC) [thread overview]
Message-ID: <1614000149.8fabc1de424781db6596234b46203a25ba47c674.xgqt@gentoo> (raw)
commit: 8fabc1de424781db6596234b46203a25ba47c674
Author: Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Mon Feb 22 13:22:26 2021 +0000
Commit: Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Mon Feb 22 13:22:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8fabc1de
app-text/komikku: bump to 0.26.1
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>
app-text/komikku/Manifest | 1 +
app-text/komikku/komikku-0.26.1.ebuild | 71 ++++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+)
diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index ce8116fb..0e60e479 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,3 +1,4 @@
DIST komikku-0.15.0.tar.gz 1393312 BLAKE2B a9eba44119226c1e2de4403432cdf35758e41919a763e669592616ced82a530319b531dfa97844b14b189e75df84a16d3748b294dac72aefc1546d87f3c689bb SHA512 a819a95b8726929b78837ea0bedd12860ce30aa01616a54bab71efbc5216bd135cd96c717aa1a629ea4e9c29a176307039c22244ffee205e25db28ce0ddf08b4
DIST komikku-0.24.0.tar.gz 1585185 BLAKE2B 5d41162c9cfb1ecdc5127d3dd71789ef6e9688c2ca0eb201964362eb8d8c74b0b85ecd05841eb70834cebefcabc269f1c0659944d9e47447055a9a2bc0a23373 SHA512 aaa98f6e4e736ca8185c734885f3b9ae741f5656d090ae9647c7c4eb0815f28801907044b2107df4a5d1d05a1a85c738c1220aa4434f8c7529d1f70644d82666
DIST komikku-0.26.0.tar.gz 1614218 BLAKE2B b3302567bca062c8ba20880f6ba9ea55aecbdffd87a227677ee6f43e001a7e82d0ea9c82c25d7c56d03301ae41ad6bf275d946ea36951127de71c6572b9dd700 SHA512 c692ffabdfeaf34d95f1d8930ff2623cb0383d78502523ca13652cb630a5a75c5ee22861e66d19c58e6f52344d89c441ee6067cc252166061fb51cc76640e825
+DIST komikku-0.26.1.tar.gz 1614455 BLAKE2B ef58a7ac497f29c182788c3f827e83c8561ab5bf91598a051c1ca9784b5eafcd3573f1835572e67cd11e02043c902513e2ef86e68d2b33e310363967067ad955 SHA512 73409c51a44f333e3bb0e47e2480099f3a05a1e88dc3c8c96846c18caf7ee61d99e81fe5e47991bd93f76e36fccad73f4bcf406bd744a9fc6ca860b2feef4efc
diff --git a/app-text/komikku/komikku-0.26.1.ebuild b/app-text/komikku/komikku-0.26.1.ebuild
new file mode 100644
index 00000000..96dc2bb7
--- /dev/null
+++ b/app-text/komikku/komikku-0.26.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="Komikku"
+MY_P="${MY_PN}-${PV}"
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit python-single-r1 meson gnome2-utils xdg
+
+DESCRIPTION="An online/offline manga reader for GNOME"
+HOMEPAGE="https://gitlab.com/valos/Komikku"
+SRC_URI="https://gitlab.com/valos/${MY_PN}/-/archive/v${PV}/${MY_PN}-v${PV}.tar.gz -> ${P}.tar.gz"
+
+RESTRICT="test"
+KEYWORDS="~amd64"
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+ >=gui-libs/libhandy-1.0.2
+ >=x11-libs/gtk+-3.24.10
+ $(python_gen_cond_dep '
+ dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+ dev-python/cloudscraper[${PYTHON_USEDEP}]
+ dev-python/dateparser[${PYTHON_USEDEP}]
+ dev-python/keyring[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP}]
+ dev-python/pure-protobuf[${PYTHON_USEDEP}]
+ dev-python/python-magic[${PYTHON_USEDEP}]
+ dev-python/unidecode[${PYTHON_USEDEP}]
+ ')
+"
+RDEPEND="
+ ${DEPEND}
+"
+
+S="${WORKDIR}/${MY_PN}-v${PV}"
+
+pkg_setup() {
+ python-single-r1_pkg_setup
+}
+
+src_install() {
+ meson_src_install
+ python_optimize
+
+ # Dirty hack (python_doscript doesn't work)
+ echo "#!/usr/bin/${EPYTHON}
+ $(cat ${D}/usr/bin/${PN})" > "${D}/usr/bin/${PN}"
+}
+
+pkg_preinst() {
+ gnome2_schemas_savelist
+ xdg_pkg_preinst
+}
+
+pkg_postinst() {
+ gnome2_gconf_install
+ gnome2_schemas_update
+ xdg_pkg_postinst
+}
+
+pkg_postrm() {
+ gnome2_gconf_uninstall
+ gnome2_schemas_update
+ xdg_pkg_postrm
+}
next reply other threads:[~2021-02-22 13:24 UTC|newest]
Thread overview: 81+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-22 13:23 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-06 14:38 [gentoo-commits] repo/proj/guru:dev commit in: app-text/komikku/ Takuya Wakazono
2024-09-06 14:38 Takuya Wakazono
2024-08-12 11:22 Takuya Wakazono
2024-08-12 11:22 Takuya Wakazono
2024-08-02 13:51 Takuya Wakazono
2024-08-02 13:51 Takuya Wakazono
2024-07-13 12:56 Takuya Wakazono
2024-07-13 12:56 Takuya Wakazono
2024-07-03 10:29 Takuya Wakazono
2024-07-03 10:29 Takuya Wakazono
2024-06-26 12:42 Takuya Wakazono
2024-06-26 12:42 Takuya Wakazono
2024-06-13 10:12 Takuya Wakazono
2024-06-13 10:12 Takuya Wakazono
2024-06-11 10:52 Takuya Wakazono
2024-06-11 10:52 Takuya Wakazono
2024-06-01 10:03 Takuya Wakazono
2024-06-01 10:03 Takuya Wakazono
2024-03-07 10:03 Takuya Wakazono
2024-03-07 10:03 Takuya Wakazono
2024-02-23 10:28 Takuya Wakazono
2024-02-23 10:28 Takuya Wakazono
2024-02-09 10:09 Takuya Wakazono
2024-02-09 10:09 Takuya Wakazono
2024-01-27 9:27 Takuya Wakazono
2024-01-27 9:27 Takuya Wakazono
2023-06-17 8:34 Anna Vyalkova
2023-05-20 8:17 Anna Vyalkova
2023-05-08 16:45 Anna Vyalkova
2023-04-27 19:29 Anna Vyalkova
2023-04-13 15:37 Anna Vyalkova
2023-03-30 15:26 Anna Vyalkova
2023-03-24 18:01 Anna Vyalkova
2023-03-20 6:00 Anna Vyalkova
2023-03-12 10:53 Anna Vyalkova
2023-03-07 15:33 Anna Vyalkova
2023-02-26 4:59 Anna Vyalkova
2023-02-25 0:00 Anna Vyalkova
2023-02-15 13:56 Anna Vyalkova
2023-01-27 1:36 Anna Vyalkova
2023-01-26 20:53 Anna Vyalkova
2023-01-06 3:08 Anna Vyalkova
2022-12-27 19:27 Anna Vyalkova
2022-12-20 23:14 Anna Vyalkova
2022-11-27 20:23 Anna Vyalkova
2022-11-23 7:32 Anna Vyalkova
2022-11-22 7:32 Anna Vyalkova
2022-07-03 12:03 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2022-07-03 12:03 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-03-08 10:03 Anna Vyalkova
2022-02-24 7:54 Anna Vyalkova
2022-01-16 17:58 Anna Vyalkova
2021-12-07 20:42 Maciej Barć
2021-11-08 18:10 Maciej Barć
2021-11-08 18:10 Maciej Barć
2021-11-08 18:10 Maciej Barć
2021-10-20 23:47 Maciej Barć
2021-09-19 23:38 Maciej Barć
2021-08-27 12:35 Maciej Barć
2021-06-28 21:32 Maciej Barć
2021-06-16 15:27 Maciej Barć
2021-06-16 15:27 Maciej Barć
2021-06-03 17:32 Maciej Barć
2021-05-23 18:43 Maciej Barć
2021-05-16 23:12 Maciej Barć
2021-05-16 23:12 Maciej Barć
2021-05-16 22:58 Maciej Barć
2021-04-15 14:18 Maciej Barć
2021-03-28 9:39 Andrew Ammerlaan
2021-02-27 21:23 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-02-27 20:44 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-02-22 13:27 Maciej Barć
2021-02-22 13:25 Maciej Barć
2021-02-08 19:29 Maciej Barć
2021-02-08 19:29 Maciej Barć
2020-12-19 18:59 Maciej Barć
2020-12-19 13:48 Maciej Barć
2020-09-28 10:04 Maciej Barć
2020-06-17 15:16 David Heidelberg
2020-05-03 9:33 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-03 9:29 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-03 9:26 Andrew Ammerlaan
2020-05-02 16:46 Maciej Barć
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=1614000149.8fabc1de424781db6596234b46203a25ba47c674.xgqt@gentoo \
--to=xgqt@protonmail.com \
--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