mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
media-gfx/cropgui: drop 0.7, 0.8
Signed-off-by: Hanno Böck <hanno@gentoo.org>
This commit is contained in:
parent
9d10c84593
commit
16494a0b3a
@ -1,3 +1 @@
|
||||
DIST cropgui-0.7.tar.gz 855705 BLAKE2B d2693034b3e3a4355f58c4d17d355721189da8442b5d49ba4c11dc0033371c74301a99c001613c427375bdb9cd733f56a870186a6a59b631feaae93dbd69b232 SHA512 ea06527bdd80382bf4986ea1eea8d3c0e11ea60c472bebb489fdc3bd8206f087d0377d769e8fe86ec4573f6d510266443fd25134894b91206e1c5c9d6f7cf563
|
||||
DIST cropgui-0.8.tar.gz 857102 BLAKE2B 0fb1dd24c282e6c5595de97dc2c52d20e7c1200d7092edb8e3173276873c49512088f1fc8deed0c1e3d6b606009fe06f3c38cf98c7dac15dd74ccbdab2d71539 SHA512 911bea2b989ce53afeaf067fe5d718440b0a15c26b9488259569f1a287c8128cb7244bcb0721b15ec3564644a0ba8e9ed2991d275420bf3e3659cb0be2e8622d
|
||||
DIST cropgui-0.9.tar.gz 857265 BLAKE2B 8df3f1451b5a663fb9fdd7d414ec7f5e15f0db307c2b15c0bbd67a42b0e0358ffc8ca9cd5f5fcf837d289b3c76c27c54feddd440a0d43c2589c5d465f969345c SHA512 dd5b329d9da71a5764403099e379398aa352aca57574975799e74081d31933fb3f93fd8e2ea4657972a4d7e8a198b4195b37bc6a4778ae645b490b0f0318ac16
|
||||
|
||||
@ -1,47 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9,10,11,12} )
|
||||
inherit python-r1 desktop wrapper xdg-utils
|
||||
|
||||
DESCRIPTION="GUI for lossless cropping of jpeg images"
|
||||
HOMEPAGE="https://emergent.unpythonic.net/01248401946"
|
||||
SRC_URI="https://github.com/jepler/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
dev-python/pillow[${PYTHON_USEDEP}]
|
||||
dev-python/pygobject:3[${PYTHON_USEDEP}]
|
||||
media-libs/exiftool
|
||||
media-gfx/imagemagick"
|
||||
|
||||
install_cropgui_wrapper() {
|
||||
python_domodule cropgtk.py cropgui_common.py filechooser.py cropgui.glade
|
||||
make_wrapper "${PN}.tmp" "${PYTHON} $(python_get_sitedir)/${PN}/cropgtk.py"
|
||||
python_newexe "${ED}/usr/bin/${PN}.tmp" "${PN}"
|
||||
rm "${ED}/usr/bin/${PN}.tmp" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
python_moduleinto "${PN}"
|
||||
python_foreach_impl install_cropgui_wrapper
|
||||
|
||||
domenu "${PN}.desktop"
|
||||
doicon "${PN}.png"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
@ -1,47 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9,10,11,12} )
|
||||
inherit python-r1 desktop wrapper xdg-utils
|
||||
|
||||
DESCRIPTION="GUI for lossless cropping of jpeg images"
|
||||
HOMEPAGE="https://emergent.unpythonic.net/01248401946"
|
||||
SRC_URI="https://github.com/jepler/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
dev-python/pillow[${PYTHON_USEDEP}]
|
||||
dev-python/pygobject:3[${PYTHON_USEDEP}]
|
||||
media-libs/exiftool
|
||||
media-gfx/imagemagick"
|
||||
|
||||
install_cropgui_wrapper() {
|
||||
python_domodule cropgtk.py cropgui_common.py filechooser.py cropgui.glade
|
||||
make_wrapper "${PN}.tmp" "${PYTHON} $(python_get_sitedir)/${PN}/cropgtk.py"
|
||||
python_newexe "${ED}/usr/bin/${PN}.tmp" "${PN}"
|
||||
rm "${ED}/usr/bin/${PN}.tmp" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
python_moduleinto "${PN}"
|
||||
python_foreach_impl install_cropgui_wrapper
|
||||
|
||||
domenu "${PN}.desktop"
|
||||
doicon "${PN}.png"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user