diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-28 11:28:55 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-28 11:30:38 +0100 |
commit | 5c7860144e207a02dd49afe03845aea80a6c082c (patch) | |
tree | 2ce6997c4a113aa2d876d9f0011a360dd74cce4e /media-libs/kquickimageeditor | |
parent | kde-apps*/: Move meta packages to SLOT 0 (diff) | |
download | gentoo-5c7860144e207a02dd49afe03845aea80a6c082c.tar.gz gentoo-5c7860144e207a02dd49afe03845aea80a6c082c.tar.bz2 gentoo-5c7860144e207a02dd49afe03845aea80a6c082c.zip |
media-libs/kquickimageeditor: Add Qt6-based SLOT=6 revision
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/kquickimageeditor')
-rw-r--r-- | media-libs/kquickimageeditor/kquickimageeditor-0.3.0-r100.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/media-libs/kquickimageeditor/kquickimageeditor-0.3.0-r100.ebuild b/media-libs/kquickimageeditor/kquickimageeditor-0.3.0-r100.ebuild new file mode 100644 index 000000000000..fa2b3737c951 --- /dev/null +++ b/media-libs/kquickimageeditor/kquickimageeditor-0.3.0-r100.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.249.0 +QTMIN=6.6.2 +inherit ecm kde.org + +DESCRIPTION="QtQuick components providing basic image editing capabilities" +HOMEPAGE="https://invent.kde.org/libraries/kquickimageeditor +https://api.kde.org/kquickimageeditor/html/index.html" + +if [[ ${KDE_BUILD_TYPE} = release ]]; then + SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" + KEYWORDS="~amd64" +fi + +LICENSE="LGPL-2.1+" +SLOT="6" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui] + >=dev-qt/qtdeclarative-${QTMIN}:6 +" +RDEPEND="${DEPEND} + !${CATEGORY}/${PN}:5 + >=dev-qt/qt5compat-${QTMIN}:6[qml] + >=kde-frameworks/kirigami-${KFMIN}:6 +" |