forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-apps/kolourpaint: 23.04.1 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST kolourpaint-22.12.3.tar.xz 5785072 BLAKE2B de398d07ab4930a7dce934bb177afa7b21938a54c9a77c712a7a22ebb034b980b9bfcb78608d4b6291055caf742e33d13d6854f17e3222a12b2e53b3a2a77c56 SHA512 b043e54d80b336e5271ebbfc96b1a552edf033ef6bcf3de1be8c7637502c49e4ef57d0bb6ba6059ee8ed7265f86d2e22e3c708211a50ba238e9a5e56806fd717 | ||
DIST kolourpaint-23.04.0.tar.xz 5785388 BLAKE2B f119f854b409cfcc412a896d60c47adc4998233810f05980c9823ea6902db8fa8c9b7dd97d7cc5024c11033972912006c1cb1ab3ac15e01dc900bca7a5b3b512 SHA512 b4f20879bf4b4b0c49c0f0ebe30955a2f7b6363406c4d57b9cad383669124d97b3070c8624dff03146a5d9ea159e09dbe2dfaad8c8dc34e581e3582dc30b3d6b | ||
DIST kolourpaint-23.04.1.tar.xz 5785580 BLAKE2B 2ba9968d6314050e5e7285cb930930faf3159021feae5e951c150b4664f2ff20ae3985b2b842caa547b7a60c188105c302ef6d87129d9deac885df4cc3607f26 SHA512 4c6969424f29c43c9cfd7150eb94abee6948962b27538aaf8eebccd1aeb2a3da4c9d7f52fd27437e7283102703fad0974b9238dd2dac6db32252724b4e09aad4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Copyright 1999-2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="forceoptional" | ||
PVCUT=$(ver_cut 1-3) | ||
KFMIN=5.104.0 | ||
QTMIN=5.15.5 | ||
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="5" | ||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" | ||
IUSE="scanner" | ||
|
||
DEPEND=" | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtprintsupport-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=kde-frameworks/kconfig-${KFMIN}:5 | ||
>=kde-frameworks/kconfigwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/kguiaddons-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kio-${KFMIN}:5 | ||
>=kde-frameworks/kjobwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kservice-${KFMIN}:5 | ||
>=kde-frameworks/ktextwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
>=kde-frameworks/kxmlgui-${KFMIN}:5 | ||
scanner? ( >=kde-apps/libksane-${PVCUT}:5 ) | ||
" | ||
RDEPEND="${DEPEND}" | ||
|
||
src_configure() { | ||
local mycmakeargs=( | ||
$(cmake_use_find_package scanner KF5Sane) | ||
) | ||
|
||
ecm_src_configure | ||
} |