diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-09 11:58:58 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-09 17:37:07 +0200 |
commit | cc2eb56ad3747a084aa5b5c1f8c364ce26b9c3e4 (patch) | |
tree | bad762da9071a797a1d8ae6bf62565cc5c9e50cb /kde-apps/kolourpaint | |
parent | kde-apps/kipi-plugins: 20.04.3 version bump (diff) | |
download | gentoo-cc2eb56ad3747a084aa5b5c1f8c364ce26b9c3e4.tar.gz gentoo-cc2eb56ad3747a084aa5b5c1f8c364ce26b9c3e4.tar.bz2 gentoo-cc2eb56ad3747a084aa5b5c1f8c364ce26b9c3e4.zip |
kde-apps/kolourpaint: 20.04.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kolourpaint')
-rw-r--r-- | kde-apps/kolourpaint/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kolourpaint/kolourpaint-20.04.3.ebuild | 45 |
2 files changed, 46 insertions, 0 deletions
diff --git a/kde-apps/kolourpaint/Manifest b/kde-apps/kolourpaint/Manifest index 6138bb9e0074..91ad7c8e7c90 100644 --- a/kde-apps/kolourpaint/Manifest +++ b/kde-apps/kolourpaint/Manifest @@ -1,2 +1,3 @@ DIST kolourpaint-19.12.3.tar.xz 5654284 BLAKE2B 55e22e4081a3a4cba8c2c3dc1abfe40de104fe2aea22a473f496296d181772aa21cc03dea6f2c4ff7b676e7aa948b93019e7a30136f53f4f23036d3385c7261f SHA512 8697ada6f407426bb48e8f62dcc9337630631a0aed17d5efd3390dfedd7039c3c7a9f7c88e46dfe2475fea5f25f73387a4dd40b624c8811fdb019e1e5f6e85bf DIST kolourpaint-20.04.2.tar.xz 5652284 BLAKE2B d03adf3eb9c514db776926518c29bc0d89264e6c287dc1d3c9cb7956166f291e1763ad8767f7c969d941b1a0bfbb343ddf585b56658665784d0aaf52e0389c95 SHA512 b08b14b6dc92d8c1df16edd552ecd5701c8cf6d8ed6d28319c7aa623d0a3b3386c2a81f79d92654c1c304bebef13b9ab13bfb1a60d1fe8b0002d6250eede8f1c +DIST kolourpaint-20.04.3.tar.xz 5651568 BLAKE2B 30b550a0c41b4414a474f8a068a5681cfebe12d03bd7e2260ea39aeb8ca331fa7301b6adf414a8aafc42579d2460dd5549ea5955d30941aca4d6b17d45c524d5 SHA512 fdefd7de9cbb65f791b1cd243d60a3ed81994b6ae4243a76efe024d7259e64f214f5bb6d67e6dfdc7339dd6dec93bb2498d0b4a3e80104b89022bd881ad0a1a1 diff --git a/kde-apps/kolourpaint/kolourpaint-20.04.3.ebuild b/kde-apps/kolourpaint/kolourpaint-20.04.3.ebuild new file mode 100644 index 000000000000..6967fb2b7a27 --- /dev/null +++ b/kde-apps/kolourpaint/kolourpaint-20.04.3.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_HANDBOOK="forceoptional" +PVCUT=$(ver_cut 1-3) +KFMIN=5.70.0 +QTMIN=5.14.2 +inherit ecm kde.org + +DESCRIPTION="Paint Program by KDE" +HOMEPAGE="https://kde.org/applications/graphics/org.kde.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 ~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 +} |