Diff mcomix-3.1.1-r1 with a mcomix-9999
| /usr/portage/media-gfx/mcomix/mcomix-9999.ebuild 2026-05-04 19:17:04.927097869 +0300 | ||
|---|---|---|
| 5 | 5 | |
| 6 | 6 |
DISTUTILS_USE_PEP517=setuptools |
| 7 | 7 |
PYTHON_COMPAT=( python3_{11..14} )
|
| 8 |
inherit desktop distutils-r1 optfeature xdg |
|
| 8 |
inherit desktop distutils-r1 git-r3 optfeature xdg |
|
| 9 | 9 | |
| 10 | 10 |
DESCRIPTION="GTK image viewer for comic book archives" |
| 11 | 11 |
HOMEPAGE="https://mcomix.sourceforge.net" |
| 12 |
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
|
|
| 12 |
EGIT_REPO_URI="https://git.code.sf.net/p/${PN}/git"
|
|
| 13 | 13 | |
| 14 | 14 |
LICENSE="GPL-2" |
| 15 | 15 |
SLOT="0" |
| 16 |
KEYWORDS="amd64 arm64 ~riscv x86" |
|
| 16 |
KEYWORDS="" |
|
| 17 |
IUSE="" |
|
| 17 | 18 | |
| 18 | 19 |
DEPEND="${PYTHON_DEPS}"
|
| 19 | 20 |
RDEPEND="${DEPEND}
|
| ... | ... | |
| 26 | 27 |
# Most tests are quite old and do not run |
| 27 | 28 |
RESTRICT="test" |
| 28 | 29 | |
| 29 |
PATCHES=( |
|
| 30 |
"${FILESDIR}"/mcomix-3.1.1-fix-keybindings-py3.14.patch # bug #977206
|
|
| 31 |
) |
|
| 32 | ||
| 33 | 30 |
src_prepare() {
|
| 34 | 31 |
default |
| 35 | 32 | |