mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
media-gfx/mirage: new package, add 0.11.2
Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
1
media-gfx/mirage/Manifest
Normal file
1
media-gfx/mirage/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST mirage-0.11.2.tar.bz2 121946 BLAKE2B 82b54081de0c2a828e7f23ed5f52845b776b1a0d52cb11b727c4ffaac1591300bf70a2161519512cf64cf41527bf1ab3ba4c9644ccc8319a91baea6455ac9924 SHA512 55da694a1c185e8fc207fd64aa61dfbd730c9adbe2d606e39b08200ce6cb67d7cb9ab44b4fee0552f3ba38ce32cc0cd488f043e166c10098d3c9c30d0e7a608b
|
||||
17
media-gfx/mirage/metadata.xml
Normal file
17
media-gfx/mirage/metadata.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>ghostyn678+git@gmail.com</email>
|
||||
<name>dsaf</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
Mirage is a fast and simple GTK+ image viewer. Because
|
||||
it depends only on PyGTK, Mirage is ideal for users who
|
||||
wish to keep their computers lean while still having a
|
||||
clean image viewer.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="gitlab">thomasross/mirage</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
34
media-gfx/mirage/mirage-0.11.2.ebuild
Normal file
34
media-gfx/mirage/mirage-0.11.2.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..14} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1 xdg
|
||||
|
||||
DESCRIPTION="Fast and simple image viewer based on Python and GTK"
|
||||
HOMEPAGE="https://gitlab.com/thomasross/mirage/"
|
||||
SRC_URI="https://gitlab.com/thomasross/mirage/-/archive/${PV}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/pygobject-3.29.3[${PYTHON_USEDEP},cairo]
|
||||
>=dev-python/pycairo-1.0.0[${PYTHON_USEDEP}]
|
||||
>=media-libs/gexiv2-0.10[introspection]
|
||||
>=media-gfx/exiv2-0.27
|
||||
>=x11-libs/gtk+-3.24.0:3[introspection]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
}
|
||||
Reference in New Issue
Block a user