* [gentoo-commits] repo/proj/guru:master commit in: media-gfx/mcomix/
@ 2025-09-07 11:02 David Roman
0 siblings, 0 replies; 2+ messages in thread
From: David Roman @ 2025-09-07 11:02 UTC (permalink / raw
To: gentoo-commits
commit: 08edb517a8877815ae2fb8e4e71e98c04fb19525
Author: Alexis Praga <alexis <AT> praga <DOT> dev>
AuthorDate: Sat Sep 6 14:55:25 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Sep 6 14:55:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08edb517
media-gfx/mcomix: update to 3.1.1
Fixes https://sourceforge.net/p/mcomix/bugs/150/
Signed-off-by: Alexis Praga <alexis <AT> praga.dev>
media-gfx/mcomix/Manifest | 1 +
media-gfx/mcomix/mcomix-3.1.1.ebuild | 59 ++++++++++++++++++++++++++++++++++++
media-gfx/mcomix/metadata.xml | 11 +++++++
3 files changed, 71 insertions(+)
diff --git a/media-gfx/mcomix/Manifest b/media-gfx/mcomix/Manifest
new file mode 100644
index 0000000000..7fb61853c1
--- /dev/null
+++ b/media-gfx/mcomix/Manifest
@@ -0,0 +1 @@
+DIST mcomix-3.1.1.tar.gz 669463 BLAKE2B 989b73cbf7e985a5986a11379db6c24b40da7083ce180a358bf5fb048dc5c4f0bcd63d3da01ccd73fed3b67a69ae45d5a40b1f3f82bebaf058ee4dac1d26516b SHA512 8298776a82120e63d0c02312c8878d0ac0adac11ddef101b5bc0f9d5db6e47364408edbbc5fa6342ccb3c0fe79ccb6827138aabf7a121d3423e3d3e79be674c6
diff --git a/media-gfx/mcomix/mcomix-3.1.1.ebuild b/media-gfx/mcomix/mcomix-3.1.1.ebuild
new file mode 100644
index 0000000000..41e024fc2e
--- /dev/null
+++ b/media-gfx/mcomix/mcomix-3.1.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+inherit desktop distutils-r1 optfeature xdg
+
+DESCRIPTION="GTK image viewer for comic book archives"
+HOMEPAGE="https://mcomix.sourceforge.net"
+SRC_URI="https://downloads.sourceforge.net/${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
+}
diff --git a/media-gfx/mcomix/metadata.xml b/media-gfx/mcomix/metadata.xml
new file mode 100644
index 0000000000..f62d0f2ed5
--- /dev/null
+++ b/media-gfx/mcomix/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>voyageur@gentoo.org</email>
+ <name>Bernard Cafarelli</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="sourceforge">mcomix</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-gfx/mcomix/
@ 2025-09-07 11:02 David Roman
0 siblings, 0 replies; 2+ messages in thread
From: David Roman @ 2025-09-07 11:02 UTC (permalink / raw
To: gentoo-commits
commit: c615ac65b17426af3c42a8573f2cf3d474db0fe6
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Sep 6 15:26:25 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Sep 6 15:26:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c615ac65
Revert "media-gfx/mcomix: update to 3.1.1"
This reverts commit 08edb517a8877815ae2fb8e4e71e98c04fb19525.
It's already in ::gentoo.
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
media-gfx/mcomix/Manifest | 1 -
media-gfx/mcomix/mcomix-3.1.1.ebuild | 59 ------------------------------------
media-gfx/mcomix/metadata.xml | 11 -------
3 files changed, 71 deletions(-)
diff --git a/media-gfx/mcomix/Manifest b/media-gfx/mcomix/Manifest
deleted file mode 100644
index 7fb61853c1..0000000000
--- a/media-gfx/mcomix/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mcomix-3.1.1.tar.gz 669463 BLAKE2B 989b73cbf7e985a5986a11379db6c24b40da7083ce180a358bf5fb048dc5c4f0bcd63d3da01ccd73fed3b67a69ae45d5a40b1f3f82bebaf058ee4dac1d26516b SHA512 8298776a82120e63d0c02312c8878d0ac0adac11ddef101b5bc0f9d5db6e47364408edbbc5fa6342ccb3c0fe79ccb6827138aabf7a121d3423e3d3e79be674c6
diff --git a/media-gfx/mcomix/mcomix-3.1.1.ebuild b/media-gfx/mcomix/mcomix-3.1.1.ebuild
deleted file mode 100644
index 41e024fc2e..0000000000
--- a/media-gfx/mcomix/mcomix-3.1.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-inherit desktop distutils-r1 optfeature xdg
-
-DESCRIPTION="GTK image viewer for comic book archives"
-HOMEPAGE="https://mcomix.sourceforge.net"
-SRC_URI="https://downloads.sourceforge.net/${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
-}
diff --git a/media-gfx/mcomix/metadata.xml b/media-gfx/mcomix/metadata.xml
deleted file mode 100644
index f62d0f2ed5..0000000000
--- a/media-gfx/mcomix/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>voyageur@gentoo.org</email>
- <name>Bernard Cafarelli</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">mcomix</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-09-07 11:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-07 11:02 [gentoo-commits] repo/proj/guru:master commit in: media-gfx/mcomix/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2025-09-07 11:02 David Roman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox