diff options
| -rw-r--r-- | kde-apps/kolourpaint/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/kolourpaint/kolourpaint-24.12.2.ebuild | 43 |
2 files changed, 44 insertions, 0 deletions
diff --git a/kde-apps/kolourpaint/Manifest b/kde-apps/kolourpaint/Manifest new file mode 100644 index 00000000000..c2a3cd38cca --- /dev/null +++ b/kde-apps/kolourpaint/Manifest @@ -0,0 +1 @@ +DIST kolourpaint-24.12.2.tar.xz 5309892 BLAKE2B 73932bc9110269a4b8a2e92ad34aa534678d40e068a4fa2739fd0c81c9dcac34056a5ee3d38e95d6feaf83c5abef522580c916e8523682a56978612e3ddeaae2 SHA512 4013d570901bd4d4678dfb421fb39530c3a917e3646212477b83e5f51ffb4aced0c149a1ec5cd04b4c926dc1aef140ac0ebd47b6ce4d4933950c3cbfd65dfd5f diff --git a/kde-apps/kolourpaint/kolourpaint-24.12.2.ebuild b/kde-apps/kolourpaint/kolourpaint-24.12.2.ebuild new file mode 100644 index 00000000000..67200f32758 --- /dev/null +++ b/kde-apps/kolourpaint/kolourpaint-24.12.2.ebuild @@ -0,0 +1,43 @@ +# 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.7.0 +QTMIN=6.7.2 +inherit ecm gear.kde.org + +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 +} |
