mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
media-gfx/phototonic: drop 3.0.0
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://codeberg.org/gentoo/gentoo/pulls/551 Merges: https://codeberg.org/gentoo/gentoo/pulls/551 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
6aba2fe6ee
commit
ed033e5103
@@ -1,3 +1,2 @@
|
||||
DIST phototonic-3.0.0.tar.gz 923097 BLAKE2B c297c046122cb916bbf2bed5be16895f45720edd92313d87f9fc6e980dad51962e850ec2da403174a0b58ab0b628959bda62314d7411604305d13f14b81670d4 SHA512 7b2c8696bcdc0891c759164fc00ef51870c1b7e624b453ce7f202c5fece494041bd3eacc2d104ad208f38a77c3757f35d5ccbf921643385356f2eaa531fa1f94
|
||||
DIST phototonic-3.1.0.tar.gz 1057308 BLAKE2B ed74112461e5d9e5eeddc6ef227eb727c31b77e05b385a37ce2e58e860efc73ebb22192c0cc076721404678be1feb796b6f5892cf45552a4fc34b9a8c6a3a8cf SHA512 87142b3f30c29c1cc0659e797e6d70b28e13dce0d18e08393795f081684e0e29b79d95c67a719fc899d7df045f482ad4338d4304d77949b72528863d704f210f
|
||||
DIST phototonic-3.2.0.tar.gz 1148135 BLAKE2B 1d753e6de4ca90e165879f4950a062ea8faffa6ddeee53d56f79d96a22f4c71fb43292e6d296894505688255fa9ec964ad0ea544364dac280c17aa7ad96d14e9 SHA512 99f990cbe0b4a3cfc142697c570704699e070ae8299e4882a44c74e7a8162daa30077614980732983980e736796d21d95a49c506cec2fe8866a7b967f829503a
|
||||
|
||||
@@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit optfeature qmake-utils xdg
|
||||
|
||||
DESCRIPTION="Image viewer and organizer"
|
||||
HOMEPAGE="https://github.com/luebking/phototonic"
|
||||
SRC_URI="https://github.com/luebking/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
dev-qt/qtbase:6[gui,opengl,widgets]
|
||||
media-gfx/exiv2:=
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
eqmake6
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake install INSTALL_ROOT="${D}"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
|
||||
optfeature "SVG image support" dev-qt/qtsvg:6
|
||||
optfeature "TIFF and TGA image support" dev-qt/qtimageformats:6
|
||||
}
|
||||
Reference in New Issue
Block a user