commit:     5c7860144e207a02dd49afe03845aea80a6c082c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 10:28:55 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 10:30:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c786014

media-libs/kquickimageeditor: Add Qt6-based SLOT=6 revision

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kquickimageeditor-0.3.0-r100.ebuild            | 30 ++++++++++++++++++++++
 profiles/package.mask                              |  1 +
 2 files changed, 31 insertions(+)

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
+"

diff --git a/profiles/package.mask b/profiles/package.mask
index dff66d013f11..3680adf8bfc6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -402,6 +402,7 @@ app-editors/emacs:25
 ~dev-libs/ktextaddons-1.5.3
 ~dev-libs/kweathercore-0.8.0
 ~gui-apps/xwaylandvideobridge-0.4.0
+=media-libs/kquickimageeditor-0.3.0-r100
 ~media-libs/libqaccessibilityclient-0.6.0
 ~media-libs/phonon-4.12.0
 ~media-libs/phonon-vlc-0.12.0

Reply via email to