From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/mcomix/
Date: Sat, 27 Jan 2024 10:02:27 +0000 (UTC) [thread overview]
Message-ID: <1706349739.7a4607f92a3c4fae7ca3ba086786c1b3be8e0bed.voyageur@gentoo> (raw)
commit: 7a4607f92a3c4fae7ca3ba086786c1b3be8e0bed
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 19:03:14 2024 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Jan 27 10:02:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4607f9
media-gfx/mcomix: add 3.1.0
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
media-gfx/mcomix/Manifest | 1 +
media-gfx/mcomix/mcomix-3.1.0.ebuild | 59 ++++++++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
diff --git a/media-gfx/mcomix/Manifest b/media-gfx/mcomix/Manifest
index a2ef0bdd0690..377fb88d4f84 100644
--- a/media-gfx/mcomix/Manifest
+++ b/media-gfx/mcomix/Manifest
@@ -1,3 +1,4 @@
DIST mcomix-2.1.1.tar.gz 517628 BLAKE2B fb4d6cb4a10966795156672e8710e264f6e22abeebc3bd9471f378169417a6aab39c705d916624b9c1cd547516ae042d94cf00cf4596242f4655045c305bc630 SHA512 699fc1fe2348491ca5f94c9142e8a7432a3afc932aff42187ec57b5026d84ad189700283082fb60f920088747f13cc8f74297feaaab8ce2a5a9bd42d74b7f5e2
DIST mcomix-2.2.1.tar.gz 531734 BLAKE2B 4dfff8f12b3e719dcb9c32535b8d53fe5443a743fb2a7287e2b00ebb7325124c04fca5fbc853462f7e55a5ca361ba6bebd9abe5f07bad67abd5278facd9e6303 SHA512 9f9e2f0f2b0b7d1c7f5d027e852bf081c63789676ed4dabd7bce3f442b51954f3950926086ba8d279a4c88fd8f8918690bdca07d4681671ac11e97e79a73829b
DIST mcomix-3.0.0.tar.gz 666676 BLAKE2B 48c4566cc09c99e4cea76e487753c43fc36ed9e06c26dd1cbcf0e16b1ded4cf438cbcd2d423bdff393468a368d226a499b70967b9fc094d526bb4637c5d3b24b SHA512 e6661c72e132cef04a16b795b17262da706fd27c169d791a576be4fe812c2fc5e5c1f83fb6c4ed094eb9a305ba836524d0717fc6dfa77d8543493bda71d9d815
+DIST mcomix-3.1.0.tar.gz 668651 BLAKE2B 9e5ca2a1735aaf77f4e46b926c36655e9e5fe19c37ce7583e88a71cc13978ee51ae7793ddef03d74829449f0960dcf42044a1ad41f59d1945d25c58d99b792fa SHA512 1331b0db1501f2e5e9e4b6a5250b6aaa70d4c0ab1198e49761fb27bc6c9114d37abfb1807272721e8bf6f822500eb71c8b8ef8af28dd10d979abf36bd399ef5f
diff --git a/media-gfx/mcomix/mcomix-3.1.0.ebuild b/media-gfx/mcomix/mcomix-3.1.0.ebuild
new file mode 100644
index 000000000000..d6fa2ffcfe75
--- /dev/null
+++ b/media-gfx/mcomix/mcomix-3.1.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..12} )
+inherit desktop distutils-r1 optfeature xdg
+
+DESCRIPTION="GTK image viewer for comic book archives"
+HOMEPAGE="https://mcomix.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+ >=dev-python/pillow-6.0.0[${PYTHON_USEDEP}]
+ >=dev-python/pycairo-1.16.0[${PYTHON_USEDEP}]
+ >=dev-python/pygobject-3.36.0[${PYTHON_USEDEP}]
+ media-libs/libjpeg-turbo:0
+ x11-libs/gtk+:3[introspection]"
+BDEPEND="sys-devel/gettext"
+# Most tests are quite old and do not run
+RESTRICT="test"
+
+src_prepare() {
+ default
+
+ # Uncompress man page
+ gunzip share/man/man1/mcomix.1.gz || die
+}
+
+src_install() {
+ distutils-r1_src_install
+
+ # Application meta files are not installed automatically anymore
+ domenu share/applications/*.desktop
+ local x
+ for x in 16 22 24 32 48 256 scalable; do
+ doicon -s ${x} share/icons/hicolor/${x}*/*
+ done
+ doman share/man/man1/mcomix.1
+ insinto /usr/share/metainfo
+ doins share/metainfo/*.xml
+ insinto /usr/share/mime/packages
+ doins share/mime/packages/*.xml
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+
+ optfeature "RAR (.cbr) archives" app-arch/unrar
+ optfeature "7Zip archives" app-arch/p7zip
+ optfeature "LHA/LZA archives" app-arch/lha
+ optfeature "PDF files" app-text/mupdf
+}
next reply other threads:[~2024-01-27 10:02 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-27 10:02 Bernard Cafarelli [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-27 10:02 [gentoo-commits] repo/gentoo:master commit in: media-gfx/mcomix/ Bernard Cafarelli
2024-01-25 20:03 Bernard Cafarelli
2024-01-19 3:18 Sam James
2023-10-29 20:52 Sam James
2023-10-29 20:52 Sam James
2023-09-22 6:59 Bernard Cafarelli
2023-09-21 21:24 Bernard Cafarelli
2023-09-21 21:24 Bernard Cafarelli
2023-07-19 11:47 Bernard Cafarelli
2023-07-19 11:47 Bernard Cafarelli
2023-06-19 20:32 Bernard Cafarelli
2023-06-19 20:32 Bernard Cafarelli
2023-06-19 20:32 Bernard Cafarelli
2023-04-21 7:54 Sam James
2023-04-21 7:53 Sam James
2023-04-20 5:01 Sam James
2022-12-19 16:27 Bernard Cafarelli
2022-10-17 15:18 Bernard Cafarelli
2022-07-09 15:43 Bernard Cafarelli
2022-07-09 15:43 Bernard Cafarelli
2022-05-20 18:42 Jakov Smolić
2022-05-20 18:42 Jakov Smolić
2022-05-20 12:09 Bernard Cafarelli
2022-05-20 12:09 Bernard Cafarelli
2022-01-28 22:42 Bernard Cafarelli
2022-01-28 22:42 Bernard Cafarelli
2021-06-01 6:59 Agostino Sarubbo
2021-06-01 6:32 Agostino Sarubbo
2020-12-04 9:17 Bernard Cafarelli
2020-07-09 16:40 Bernard Cafarelli
2020-03-06 13:01 Bernard Cafarelli
2020-03-06 12:32 Agostino Sarubbo
2020-03-06 11:35 Agostino Sarubbo
2020-02-23 23:58 Bernard Cafarelli
2020-02-23 23:58 Bernard Cafarelli
2020-02-16 20:24 David Seifert
2018-04-20 19:43 David Seifert
2018-03-10 12:23 Pacho Ramos
2017-08-31 12:16 Tim Harder
2016-06-15 2:47 Ryan Hill
2016-02-18 3:44 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=1706349739.7a4607f92a3c4fae7ca3ba086786c1b3be8e0bed.voyageur@gentoo \
--to=voyageur@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