mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-apps/kolourpaint: drop 25.04.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST kolourpaint-25.04.3.tar.xz 5314956 BLAKE2B d5fc26d72295e1c3c6adb4287def7a7ee2752ba9fd6837842c92180a015f890664e56dc48cc34a4bb47b44b5b9f8311ded0d7e90da7685f7c9609032cc1708b9 SHA512 92d8244191a993cdc0d62e22e9a6a660e7c6b74cc6fb64fc63d910b0d7d14a8272171a755e67eb12b01874f9d2e665996bfc67a97f50d0ce35100deda56f8dd8
|
||||
DIST kolourpaint-25.08.2.tar.xz 5317552 BLAKE2B 604e706da46e1882dd0fde25397ab6d4962968faba4ee648434f6632a67f089364a938c76e893666948f8aa118b6e0ebef4b32c043c2bad8cd4ae025c825cda4 SHA512 de7bb82c36c21c395d84a9d478694d2e802f2f7a940b7f5512db5ae23b6c291cd5a7a3c65238a0a903342d1aa5353c5868c455f9806814faf0e6e87783a45413
|
||||
|
||||
@@ -1,43 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_HANDBOOK="forceoptional"
|
||||
PVCUT=$(ver_cut 1-3)
|
||||
KFMIN=6.13.0
|
||||
QTMIN=6.7.2
|
||||
inherit ecm gear.kde.org xdg
|
||||
|
||||
DESCRIPTION="Paint Program by KDE"
|
||||
HOMEPAGE="https://apps.kde.org/kolourpaint/"
|
||||
|
||||
LICENSE="BSD-2 LGPL-2 LGPL-2+ || ( LGPL-2.1 LGPL-3 ) GPL-2 handbook? ( FDL-1.2 )"
|
||||
SLOT="6"
|
||||
KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
|
||||
IUSE="scanner"
|
||||
|
||||
DEPEND="
|
||||
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
|
||||
>=kde-frameworks/kconfig-${KFMIN}:6
|
||||
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kcrash-${KFMIN}:6
|
||||
>=kde-frameworks/kguiaddons-${KFMIN}:6
|
||||
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kio-${KFMIN}:6
|
||||
>=kde-frameworks/kjobwidgets-${KFMIN}:6
|
||||
>=kde-frameworks/kservice-${KFMIN}:6
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kxmlgui-${KFMIN}:6
|
||||
scanner? ( >=kde-apps/libksane-${PVCUT}:6 )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
$(cmake_use_find_package scanner KSaneWidgets6)
|
||||
)
|
||||
|
||||
ecm_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user