Skip to content

Commit

Permalink
kquickimageeditor: Initial add 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
  • Loading branch information
schnitzeltony committed Nov 6, 2022
1 parent 60e311e commit 6e0a0ef
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions recipes-kde/other/kquickimageeditor/kquickimageeditor.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
SUMMARY = "Image editing components"
LICENSE = "BSD-2-Clause & CC0-1.0 & LGPL-2.1-or-later"
LIC_FILES_CHKSUM = " \
file://LICENSES/BSD-2-Clause.txt;md5=63d6ee386b8aaba70b1bf15a79ca50f2 \
file://LICENSES/CC0-1.0.txt;md5=6fd064768b8d61c31ddd0540570fbd33 \
file://LICENSES/LGPL-2.1-or-later.txt;md5=2a4f4fd2128ea2f65047ee63fbca9f68 \
"

DEPENDS = "qtdeclarative"

inherit kde-base gettext

SRC_URI = "${KDE_MIRROR}/stable/${BPN}/${BP}.tar.xz"
SRC_URI[sha256sum] = "3cfba775498e031f6963669ee0e4426d4fddd48a244b9583620de4d312ba92ca"
PV = "0.2.0"

FILES:${PN} += " \
${OE_QMAKE_PATH_QML} \
"

0 comments on commit 6e0a0ef

Please sign in to comment.