kde-apps: upgrade 20.12.3 -> 21.04.0

License crusaders ruined my day (again) and it seems they do not even know what
they are doing:
* Loads of new checksums (shouldn't there be just one accepted variabt?)
* libkdegames 'invented' a new license 'ICS'
* kbounce LGPL - sure?

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-04-25 16:25:10 +02:00
parent c3214cc91a
commit fbb2ba5f5f
62 changed files with 173 additions and 130 deletions

View File

@@ -1,8 +1,7 @@
inherit kde-base
KDE_APP_VERSION = "20.12.3"
KDE_APP_VERSION = "21.04.0"
#SRC_URI = "${KDE_MIRROR}/stable/applications/${PV}/src/${BPN}-${PV}.tar.xz"
SRC_URI = "${KDE_MIRROR}/stable/release-service/${PV}/src/${BPN}-${PV}.tar.xz"
RRECOMMENDS_${PN} += "qtbase-plugins"

View File

@@ -15,7 +15,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "00a0be2810f6e6637b1b64be6abe7c552bc5603f7ef7ee4f33b662cadab7f5a0"
SRC_URI[sha256sum] = "11c839454b1393ca48cc7af8872f4bbf9cae8e7c971816985bba8f701b739abc"
FILES_${PN} += " \
${datadir}/libanalitza \

View File

@@ -28,7 +28,7 @@ DEPENDS += "\
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "e4f2dfe595f7b51879c8db3734ad56a2363a934013ee4bd4bc8c94a210405b3b"
SRC_URI[sha256sum] = "0e5e0552598038e38f42d813aefb46ebee9a3d00ffb1ea163b526de58ce39e0c"
FILES_${PN} += " \
${datadir}/config.kcfg \

View File

@@ -21,7 +21,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "35bf5044b904acebaac6ccf9064738d7d5b0a2433610ef742dd0295e8172d6be"
SRC_URI[sha256sum] = "fc9f7701903fdc9ecdac401dd5260e0e88892c300e8f34d6cbdfc11b285c7a5d"
FILES_${PN} += " \
${datadir}/config.kcfg \

View File

@@ -19,7 +19,7 @@ DEPENDS += "\
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "113bec52f93b0c18f62e0c5814a8221ea1c8e2f26e6079937d337564fffbf633"
SRC_URI[sha256sum] = "3996d5741c2f88c5e32ecd672148f7d255a863a4c355e92f120ae67c2c48c523"
FILES_${PN} += " \
${datadir}/kservices5 \

View File

@@ -19,7 +19,7 @@ DEPENDS += "\
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "bb845496ed0f1d783846918c52faab9e38eae373c2ba7f4a4a2e657994c09984"
SRC_URI[sha256sum] = "c32a0afbcd1df30e254bc63014f16e9ccfd59652005f320540e2dbfc274cd3cc"
FILES_${PN} += " \
${datadir}/kxmlgui5 \

View File

@@ -18,7 +18,7 @@ DEPENDS += "\
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "fcb2ca9acf2ef3b7aaa8d5bf66920fc79983952cda7223416d172802ad9a5e80"
SRC_URI[sha256sum] = "9fb395bfc62b726a4feae87b89d97294262cdadbeadf69706d7f314b1ff488d2"
FILES_${PN} += " \
${datadir}/config.kcfg \

View File

@@ -36,7 +36,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "9794b825de2440f53bd237c0bc1c974e89431b5c440ab81ccc1135e696f8a1f3"
SRC_URI[sha256sum] = "4988e59d4e3edfd58c2d0857745398fc1840c87ec03ea13b0d73254874cfbdbe"
EXTRA_OECMAKE += "-DBUILD_TESTING=OFF"
@@ -50,4 +50,5 @@ FILES_${PN} += " \
${datadir}/dbus-1 \
${libdir}/libkdeinit5_dolphin.so \
${OE_QMAKE_PATH_PLUGINS} \
${systemd_user_unitdir} \
"

View File

@@ -1,8 +1,10 @@
SUMMARY = "Simple KDE multimedia player"
LICENSE = "GPL-2.0 & GFDL-1.2"
LICENSE = "GFDL-1.2 & GPL-2.0-only & GPL-2.0-or-later & GPL-3.0-only"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=393a5ca445f6965873eca0259a17f833 \
file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \
file://LICENSES/GFDL-1.2-or-later.txt;md5=9a4c4207e152ff95aa8539e9c1ed53e9 \
file://LICENSES/GPL-2.0-only.txt;md5=93e64b4a83c7e441e48bbdeeea05c977 \
file://LICENSES/GPL-2.0-or-later.txt;md5=fed54355545ffd980b814dab4a3b312c \
file://LICENSES/GPL-3.0-only.txt;md5=1c76c4cc354acaac30ed4d5eefea7245 \
"
inherit kde-apps gettext mime-xdg
@@ -29,7 +31,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "ea218014245455ed90a695c0031485ea9935053dd12cd6579367053d7d9f372a"
SRC_URI[sha256sum] = "690e64200d82f9b41b1a9b92f3706b814fa99c7acc2704cb7194f5fda6ce9602"
CXXFLAGS += "-isystem ${STAGING_INCDIR}/phonon4qt5/KDE"

View File

@@ -1,8 +1,9 @@
SUMMARY = "KDE graphical diskspace analyser"
LICENSE = "GPL-2.0 & GFDL-1.2"
LICENSE = "GFDL-1.2 & GPL-2.0-only & GPL-3.0-only"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=e098acff086ea3d1264fc89b51242144 \
file://COPYING-DOCS;md5=ad1419ecc56e060eccf8184a87c4285f \
file://LICENSES/GFDL-1.2-or-later.txt;md5=9f58808219e9a42ff1228309d6f83dc6 \
file://LICENSES/GPL-2.0-only.txt;md5=9e2385fe012386d34dcc5c9863070881 \
file://LICENSES/GPL-3.0-only.txt;md5=49fc03046e56a282c0c743b5d3a55b7c \
"
inherit kde-apps gettext mime-xdg
@@ -21,7 +22,7 @@ DEPENDS += "\
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "206a70d9aa2d5ba025cb5ab84d860843a163919f26517eca5c0108b123be4a5a"
SRC_URI[sha256sum] = "db2004c06c2ae95f007ade9244d161bb140b3012776cce0f0f1fcf7a0cc3d7ad"
FILES_${PN} += " \
${datadir}/k*5 \

View File

@@ -1,9 +1,10 @@
SUMMARY = "Granatier is a clone of the classic Bomberman game"
DESCRIPTION = "Granatier is a clone of the classic Bomberman game, inspired by the work of the Clanbomber clone"
LICENSE = "GPL-2.0 & GFDL-1.2"
LICENSE = "GFDL-1.2+ & GPL-2.0-or-later & LGPL-2.0-only"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \
file://LICENSES/GFDL-1.2-or-later.txt;md5=9a4c4207e152ff95aa8539e9c1ed53e9 \
file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
file://LICENSES/LGPL-2.0-only.txt;md5=da48810c4ddf8e49efa031294a26b98c \
"
inherit kde-apps gtk-icon-cache
@@ -24,7 +25,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "740fdf55a24e26ad83678290641676d3cc40127234332cb2010e67de934b54f4"
SRC_URI[sha256sum] = "e84bf46f618e6ab66cae8baee528486bba14eed38c92bff89b3e0022ecc99661"
FILES_${PN} += " \
${datadir}/config.kcfg \

View File

@@ -25,7 +25,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "68234a515f0870c295020a4a7495f42e785e4ad1cce536c77f108a41561b41a2"
SRC_URI[sha256sum] = "a5f9839db9e756c4e442982314a053b4765f5907398350d7776cf544dc71de1b"
EXTRA_OECMAKE += " \
-DJPEGLIB_RUN_RESULT=true \

View File

@@ -22,7 +22,7 @@ DEPENDS += "\
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "e99ab7cc2845d82c1fd3981880374238971cacd14af639d4ecd2df8791d8a72f"
SRC_URI[sha256sum] = "b65f4ea8fcedd8ea8870d46966818dca3740a6c0fbef6b1d32bc4f30c2f03bf1"
FILES_${PN} += " \
${datadir}/icons \

View File

@@ -6,7 +6,10 @@ LIC_FILES_CHKSUM = " \
file://COPYING.DOC;md5=d8855fca80aa0b428deafa405d0ea17a \
"
inherit kde-apps gettext pkgconfig gtk-icon-cache mime-xdg
# avogadrolibs -> glew
REQUIRED_DISTRO_FEATURES = "opengl"
inherit kde-apps gettext pkgconfig gtk-icon-cache mime-xdg features_check
DEPENDS += " \
qtsvg \
@@ -34,10 +37,11 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "8233969b13f104e8388a771df2561f49fa65a6913184a0d92c7d4ec4ecdcffe4"
SRC_URI[sha256sum] = "f5f5fe033f03031e565ba594963521147b7ffdfa5fc8d31d2f6b3e6a7b90d83a"
FILES_${PN} += " \
${datadir}/config.kcfg \
${datadir}/kxmlgui5 \
${datadir}/knsrcfiles \
${datadir}/libkdeedu \
"

View File

@@ -2,10 +2,10 @@ SUMMARY = "Kapman is a clone of the well known game Pac-Man"
DESCRIPTION = "Kapman is a clone of the well known game Pac-Man.\
\
You must run through the maze to eat all pills without being captured by a ghost. By eating an energizer, Kapman gets the ability to eat ghosts for a few seconds. When a stage is cleared of pills and energizer the player is taken to the next stage with slightly increased game speed."
LICENSE = "GPL-2.0 & GFDL-1.2"
LICENSE = "GFDL-1.2+ & GPL-2.0-or-later"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \
file://LICENSES/GFDL-1.2-or-later.txt;md5=9a4c4207e152ff95aa8539e9c1ed53e9 \
file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
"
inherit kde-apps gettext
@@ -26,7 +26,7 @@ DEPENDS += "\
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "857e8daaf5a6d2d10f1a52486012358fe52be828c5ec0aab5e0cf13322c8649c"
SRC_URI[sha256sum] = "1523fb4d100cebfe26b418c212aeb326f59f0e2e63b0b5d2e7640f483bcaf2c4"
FILES_${PN} += " \
${datadir}/kxmlgui5 \

View File

@@ -39,7 +39,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "81bc2d8afe1958186feec8b1b275da5d6eb52bd8b4fa154896d19830d628d4fd"
SRC_URI[sha256sum] = "3780cc0de0cf078add7901e255a6524c34f093a4aff2a2d032ed88c20a7421d4"
FILES_SOLIBSDEV = ""

View File

@@ -1,9 +1,9 @@
SUMMARY = "Katomic is a fun and educational game built around molecular geometry"
DESCRIPTION = "KAtomic is a fun educational game built around molecular geometry. It employs simplistic two-dimensional looks at different chemical elements."
LICENSE = "GPL-2.0 & GFDL-1.2"
LICENSE = "GFDL-1.2+ & GPL-2.0-or-later"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \
file://LICENSES/GFDL-1.2-or-later.txt;md5=9a4c4207e152ff95aa8539e9c1ed53e9 \
file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
"
inherit kde-apps gtk-icon-cache
@@ -27,7 +27,7 @@ DEPENDS += "\
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "1868fd6b08f9ce33e7b7a80eaf2772aa6aa380596cf9ae320ce3eb7099f0abe2"
SRC_URI[sha256sum] = "33fb70505ffac3db6380ef14aeecbe88017026ff00194cc6d876006ef1af3443"
FILES_${PN} += " \
${datadir}/kxmlgui5 \

View File

@@ -22,7 +22,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "1b0e0798e6c634afff48a20a24282c42213f8b4154bff23152443ff395f75d67"
SRC_URI[sha256sum] = "f678d652875cdad8612fc572ad86970a716e7701c9d246fdf6a621fda3232206"
FILES_${PN} += " \
${datadir}/config.kcfg \

View File

@@ -1,10 +1,9 @@
SUMMARY = "KBounce is a single player arcade game with the elements of puzzle"
DESCRIPTION = "KBounce is a single player arcade game with the elements of puzzle. It is played on a field, surrounded by wall, with two or more balls bouncing around within the walls. The object of the game is to build new walls to decrease the size of the active field."
LICENSE = "GPL-2.0 & LGPL-2.0 & GFDL-1.2"
LICENSE = "GFDL-1.2+ & LGPL-2.0-or-later"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \
file://LICENSES/GFDL-1.2-or-later.txt;md5=9a4c4207e152ff95aa8539e9c1ed53e9 \
file://LICENSES/LGPL-2.0-or-later.txt;md5=da48810c4ddf8e49efa031294a26b98c \
"
inherit kde-apps gettext
@@ -28,7 +27,7 @@ DEPENDS += "\
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "ba942d26d8959cd0415a0ea8ad0a0fecdddff2236d0fe17776ca6d5d3fc8df7b"
SRC_URI[sha256sum] = "42ca5f40793ffb1757aee0d68ef4f5765ea8577250dc212b138746487c259e17"
FILES_${PN} += " \
${datadir}/kxmlgui5 \

View File

@@ -1,9 +1,9 @@
SUMMARY = "KBreakout: Destroy as many bricks as possible without losing the ball"
DESCRIPTION = "KBreakout is a Breakout-like game. Its objective is to destroy as many bricks as possible without losing the ball"
LICENSE = "GPL-2.0 & GFDL-1.2"
LICENSE = "GFDL-1.2+ & GPL-2.0-or-later"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \
file://LICENSES/GFDL-1.2-or-later.txt;md5=9a4c4207e152ff95aa8539e9c1ed53e9 \
file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
"
inherit kde-apps gettext
@@ -23,7 +23,7 @@ DEPENDS += "\
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "011b5491d9c0765f648824553ecb58f1897d80e513ee859ab845a8c6738f51b6"
SRC_URI[sha256sum] = "d2c941ac6db29d8d886fb0c7ce4cc7df63bf2ecbafd029f9a9614cce498b0401"
FILES_${PN} += " \
${datadir}/kxmlgui5 \

View File

@@ -1,9 +1,12 @@
SUMMARY = "GUI to profilers such as Valgrind"
HOMEPAGE = "https://kcachegrind.github.io/html/Home.html"
LICENSE = "GPL-2.0 & GFDL-1.2"
LICENSE = "GFDL-1.2 & GPL-2.0-only & LGPL-2.1-only & LGPL-3.0-only & Qt-LGPL-exception-1.1"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=7974e16b472f00bbbadf2d006aa00c50 \
file://COPYING.DOC;md5=24ea4c7092233849b4394699333b5c56 \
file://LICENSES/GFDL-1.2-or-later.txt;md5=9a4c4207e152ff95aa8539e9c1ed53e9 \
file://LICENSES/GPL-2.0-only.txt;md5=9e2385fe012386d34dcc5c9863070881 \
file://LICENSES/LGPL-2.1-only.txt;md5=147a320ed8b16b036829a0c71d424153 \
file://LICENSES/LGPL-3.0-only.txt;md5=8d51f5b5fd447f7a1040c3dc9f0a8de6 \
file://LICENSES/Qt-LGPL-exception-1.1.txt;md5=bb426f3367c4805d1e12fad05bd0b750 \
"
inherit kde-apps gettext gtk-icon-cache mime-xdg
@@ -22,7 +25,7 @@ DEPENDS += "\
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "95e18b85ae69a522f1f0047960c2dbcc2553af284d18b45d5373746a7e5f69ea"
SRC_URI[sha256sum] = "b91ce13625d1e0925fc27c8ec00e6b809d5765c6c612c7feda968454c6fdb4ad"
FILES_${PN} += " \
${datadir}/kxmlgui5 \

View File

@@ -23,7 +23,7 @@ DEPENDS += "\
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "54068a1767f8d96fd507e8969c7b4b71cc61b5e605c7d6b0869c0bac5c0798de"
SRC_URI[sha256sum] = "505fce9ddb6f079284e417263a940fe8280bef41742f0a0494d5b8a87c0a0b74"
FILES_SOLIBSDEV = ""

View File

@@ -19,4 +19,4 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "83a1a8b0850d4b3c335f1b76a553ff490365928cf34e38963e941fe82933e9e3"
SRC_URI[sha256sum] = "dd02c6f44258917fd7c6154d560a2d84d539579e98bbc0a6bcfdc1cb272ee7be"

View File

@@ -16,7 +16,7 @@ DEPENDS += "\
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "4d3d3f446447e07a054d44c5bf23f2bbeb0f6e7ea91299945cac927168555529"
SRC_URI[sha256sum] = "3bad5a7d8b4744eea7678922649733a457e8d0d5238cca3c4af458561d65ff31"
FILES_${PN} += " \
${datadir}/icons \

View File

@@ -1,6 +1,6 @@
From d7cf023376cb834f9becb63f2648c63c5ec3fd12 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
Date: Sun, 13 Dec 2020 14:08:12 +0100
Date: Sun, 25 Apr 2021 00:26:18 +0200
Subject: [PATCH] CMakeLists.txt: make MLT_PREFIX configurable
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
@@ -14,18 +14,18 @@ Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2b25f04..fff0f52 100644
index 0144610..f6b2105 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -70,7 +70,7 @@ if(WIN32)
@@ -71,7 +71,7 @@ if(WIN32)
find_package(DrMinGW)
set(MLT_PREFIX "..")
else()
- set(MLT_PREFIX ${MLT_ROOT_DIR})
+ set(MLT_PREFIX ${MLT_ROOT_DIR} CACHE STRING "mlt prefix")
find_package(Qt5 OPTIONAL_COMPONENTS WebEngineWidgets QUIET)
endif()
if(KF5FileMetaData_FOUND)
--
2.26.2
2.30.2

View File

@@ -15,6 +15,7 @@ DEPENDS += "\
mlt \
qtsvg \
qtwebengine \
qtnetworkauth \
karchive \
sonnet-native \
kbookmarks \
@@ -39,7 +40,7 @@ DEPENDS += "\
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "8d9f94699befc59b0a410d99dcafd445f33126678c18d859df4fceb553a88586"
SRC_URI[sha256sum] = "b0be8f0adef51d3305ec6bebde089b8e4d2fb4519c83456cd91647e7763d4bdf"
SRC_URI += " \
file://0001-CMakeLists.txt-make-MLT_PREFIX-configurable.patch \

View File

@@ -15,4 +15,4 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "8386c5108fd761aa5b4b8dbd25f36b021c0bf3a42127e41916c8cd646b99c35f"
SRC_URI[sha256sum] = "f06c5e2599e43e8cb65cf2896f3736bbf162364e0f1785e6cb1066e8b552778e"

View File

@@ -22,7 +22,7 @@ DEPENDS += "\
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "e72c5eaad86838dc67dd0e3059dea15476a0a1e3fbecd2efa4d7b3a7ac9b72e3"
SRC_URI[sha256sum] = "ee1559cfc31fc234f9409cb1c3b7ed1d27201e83b9ae09fcbea8bf317e396ced"
FILES_${PN} += " \
${datadir}/k*5 \

View File

@@ -1,9 +1,9 @@
SUMMARY = "KDiamond is a single player puzzle game"
DESCRIPTION = "KDiamond is a single player puzzle game. The object of the game is to build lines of three similar diamonds."
LICENSE = "GPL-2.0 & GFDL-1.2"
LICENSE = "GFDL-1.2+ & GPL-2.0-or-later"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \
file://LICENSES/GFDL-1.2-or-later.txt;md5=9a4c4207e152ff95aa8539e9c1ed53e9 \
file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
"
inherit kde-apps gettext gtk-icon-cache
@@ -26,7 +26,7 @@ DEPENDS += "\
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "4731ebc32b050e2a2a1eeefb6106a7588cb6998f0d901eac61503105c19e92f2"
SRC_URI[sha256sum] = "3b1521dabf33890147d9f45f7db2d1bec0419ee5a3fe2d6a1644908d3c7cfcd2"
FILES_${PN} += " \
${datadir}/k*5 \

View File

@@ -1,8 +1,7 @@
SUMMARY = "KDE file find utility"
LICENSE = "GPL-2.0 & GFDL-1.3"
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://COPYING.DOC;md5=10b9de612d532fdeeb7fe8fcd1435cc6 \
file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
"
inherit kde-apps gettext gtk-icon-cache
@@ -21,7 +20,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "e6f608fcd717021bc2f4c69def81f18361c05abb72503deb268d219fb8a6f167"
SRC_URI[sha256sum] = "72bfa8708e0e627fff6cc78693f6c778ba27cebdc65f84c69189385de5814284"
FILES_${PN} += " \
${datadir}/icons \

View File

@@ -21,7 +21,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "9588611cf0c355abf3367bb2835f8920d5307ecdd7a1a80b956cae3c80783a45"
SRC_URI[sha256sum] = "71ef156ac0dab03d94b24e2aeb62d8c1be94ad8eaf187025ea38fd2fc9b892c1"
FILES_${PN} += " \
${datadir}/config.kcfg \

View File

@@ -1,8 +1,8 @@
SUMMARY = "A game of action and puzzle solving"
LICENSE = "GPL-2.0 & GFDL-1.2"
LICENSE = "GFDL-1.2+ & GPL-2.0-or-later"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=7108e5acd7ce861dee282297d7c2f38c \
file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \
file://LICENSES/GFDL-1.2-or-later.txt;md5=9a4c4207e152ff95aa8539e9c1ed53e9 \
file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
"
inherit kde-apps gtk-icon-cache
@@ -23,7 +23,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "401cb5e45c1e6d7b97cca856788172ac0ab370d6540ea8bc1229220d918a8205"
SRC_URI[sha256sum] = "a28e7addae40b67b04731474e8aaf6006a66ffebd1cfec6bfdff4544cf6ef409"
FILES_${PN} += " \
${datadir}/knsrcfiles \

View File

@@ -28,7 +28,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "0e29e793687395d0349d23856a790ea2bab88c1b3f13ab5e0fdd1445627f3d56"
SRC_URI[sha256sum] = "fb9655db22859ec75f1a05a966106469885de7e148d1f5b41354fe36d88ddb11"
# do not move so-libs to -dev package
FILES_SOLIBSDEV = ""

View File

@@ -54,7 +54,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "ba5b90dbbc08ce1a0aeb456e3bba89a328538a41950e7bfa3e04f24b7f6741e2"
SRC_URI[sha256sum] = "4f4a6f127a29d68e7c8185ff9f67a2c1ceb2df8edaa87bab4bcc974b5869b3dc"
do_configure_append() {
sed -i 's:${S}/smb/kdsoap-ws-discovery-client/src/kdwsdl2cpp:${STAGING_BINDIR_NATIVE}/kdwsdl2cpp:g' ${B}/build.ninja

View File

@@ -19,7 +19,7 @@ DEPENDS += "\
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "32932eb791d76de88de93a04f71f1224c41f0e33eb87b84eeab55668a18961dc"
SRC_URI[sha256sum] = "1e0fcce98fe11cb2bae0a762fb382127f7f57a15ccdf2e496f8c977dd238dc1b"
FILES_${PN} += " \
${datadir}/kxmlgui5 \

View File

@@ -1,8 +1,8 @@
SUMMARY = "KBlocks - Falling Blocks Game"
LICENSE = "GPL-2.0 & GFDL-1.2"
LICENSE = "GFDL-1.2+ & GPL-2.0-or-later"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \
file://LICENSES/GFDL-1.2-or-later.txt;md5=9a4c4207e152ff95aa8539e9c1ed53e9 \
file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
"
inherit kde-apps gtk-icon-cache
@@ -23,7 +23,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "4256a643c64d5d8df226f56f65fdba241caeb25f87491cd1c99b21d307a0a6cf"
SRC_URI[sha256sum] = "9859b6e970d0a47254ff385cd095acbbae8d7aa0d3286818ca7127eb94bd8e70"
FILES_${PN} += " \
${datadir}/config.kcfg \

View File

@@ -1,8 +1,8 @@
SUMMARY = "KMines is the classic Minesweeper game"
LICENSE = "GPL-2.0 & GFDL-1.2"
LICENSE = "GFDL-1.2+ & GPL-2.0-or-later"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \
file://LICENSES/GFDL-1.2-or-later.txt;md5=9a4c4207e152ff95aa8539e9c1ed53e9 \
file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
"
inherit kde-apps gtk-icon-cache
@@ -23,7 +23,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "595261077519c2556d614ba5da6b09caf6f93154cb907d77fc419d839143e985"
SRC_URI[sha256sum] = "f7fefd9563a5821ec2460ad04142177f0006efab8c0510516912d81404b5be21"
FILES_${PN} += " \
${datadir}/icons \

View File

@@ -32,7 +32,7 @@ PACKAGECONFIG = "pulseaudio"
PACKAGECONFIG[pulseaudio] = ",,pulseaudio"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "68f892958eec984685567ad36624084118b6dc5e7a4633733a6c3e6aea34ea17"
SRC_URI[sha256sum] = "e29742d0618e704fc9593051527347eac8aaf209f90451180f17b279ebb24ce8"
EXTRA_OECMAKE += "-DKMIX_KF5_BUILD=1"
@@ -40,6 +40,7 @@ FILES_SOLIBSDEV = ""
FILES_${PN} += " \
${datadir}/k*5 \
${datadir}/config.kcfg \
${datadir}/plasma \
${datadir}/icons \
${datadir}/dbus-1 \

View File

@@ -23,7 +23,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "834aa87b5f58b8a5a9a96b4693e98b00fb11996e629cb42ed5b60d74a59be0ac"
SRC_URI[sha256sum] = "5ec7087e0e7ed4b90ba2e0a776166dca926fa004cbe50a1f10a97a03d62cfff2"
FILES_${PN} += " \
${datadir}/config.kcfg \

View File

@@ -30,7 +30,7 @@ DEPENDS += "\
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "2f947803698f8169891191cb6ff841d3e991f9ae7157469cf01f4af594bde93e"
SRC_URI[sha256sum] = "7c0fe6886e3432e29b986d9b7dd31da45dea35c566bc52b14a474c68b49ae176"
FILES_${PN} += " \
${datadir}/k*5 \

View File

@@ -40,7 +40,7 @@ DEPENDS += " \
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "24cd42fdc4ae2e17526bfab9c5ad516bb25b22d654782e98aa52f6e39bdd138d"
SRC_URI[sha256sum] = "260a1748a065c22d3bb63ffe57bd4bc79067e24a24f6332e5c91317d0e0799b6"
# do not move so-libs to -dev package
FILES_SOLIBSDEV = ""

View File

@@ -28,7 +28,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "21d802097e8891d7655407a56a42a79107a4002096a2a3ea26b0ac0ee8fe34ec"
SRC_URI[sha256sum] = "d645882d8de0e5ec6c79e01f13fef258553e1d59bb18189b6888cd5276bb6a10"
FILES_SOLIBSDEV = ""

View File

@@ -24,7 +24,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "3392e413549fab7ebd19500505d037d117cf393f06043241c492f0cd89f84a0a"
SRC_URI[sha256sum] = "e7b2ff18f8aac6b7922755d8fe84000c8c4410b13f27d540bd0b4ac1410b6731"
FILES_${PN} += " \
${datadir}/k*5 \

View File

@@ -1,9 +1,10 @@
SUMMARY = "KReversi is is a simple strategy game played against the computer"
DESCRIPTION = "KReversi is is a simple one player strategy game played against the computer"
LICENSE = "GPL-2.0 & GFDL-1.2"
LICENSE = "GFDL-1.2+ & GPL-2.0-or-later & LGPL-2.0-only"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \
file://LICENSES/GFDL-1.2-or-later.txt;md5=9a4c4207e152ff95aa8539e9c1ed53e9 \
file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
file://LICENSES/LGPL-2.0-only.txt;md5=da48810c4ddf8e49efa031294a26b98c \
"
inherit kde-apps gettext
@@ -30,7 +31,7 @@ DEPENDS += "\
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "eecf3987100268c4c338adf14bc2da6710b6ae3e9b07e9f961fc9ed67f86d66c"
SRC_URI[sha256sum] = "446aa6487bf7f1529ffa6878e9bceb5ba8d6c1559dffbddc99f7c12af902f30b"
FILES_${PN} += " \
${datadir}/k*5 \

View File

@@ -29,7 +29,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "997003b9c5719402eacb4ae10d6b868b252a141f6b5d6cebac47a746f2bd717a"
SRC_URI[sha256sum] = "60475276fa548766401433c6eaa6b02fa1478f2db02f40f04be5fc2baf34d564"
FILES_${PN} += " \
${datadir}/icons \

View File

@@ -22,6 +22,6 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "1e3fa2a9e2c9f995ce8aea028ca68ba2487db7212ad298d9d2d7fa98710cf0eb"
SRC_URI[sha256sum] = "2474b8d13451e7c884250d7e29b808dbad1e90cacbb1df4786c890abdd445f19"
FILES_${PN} += "${datadir}/kxmlgui5"

View File

@@ -16,7 +16,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "28d3db3ed5b672e943e50d482855e48d6088022620b088b261f4eeb7ea42f289"
SRC_URI[sha256sum] = "858cfcb07f039c17702bb77c1d5aec180d48d38a5d57e38a1536e62a968f4838"
FILES_${PN} += " \
${datadir}/knotifications5 \

View File

@@ -19,5 +19,5 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "c31e083cf551e9b51a0641177469da6419c67182f61e4d1f2a000e7ef2767efa"
SRC_URI[sha256sum] = "3b95d6ae91c416533129a3762742afdf7fea57526a12cded6e75ca2da65e1031"
SRC_URI += "file://0001-Find-libgmp-with-pkgconfig.patch"

View File

@@ -1,8 +1,11 @@
SUMMARY = "KDE Wallet Manager is a tool to manage the passwords on your KDE system"
LICENSE = "GPL-2.0 & LGPL-2.1"
LICENSE = "GPL-2.0-only & GPL-2.0-or-later & GPL-3.0-only & LGPL-2.0-only & LGPL-2.0-or-later"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24 \
file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
file://LICENSES/GPL-2.0-only.txt;md5=9e2385fe012386d34dcc5c9863070881 \
file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
file://LICENSES/GPL-3.0-only.txt;md5=49fc03046e56a282c0c743b5d3a55b7c \
file://LICENSES/LGPL-2.0-only.txt;md5=da48810c4ddf8e49efa031294a26b98c \
file://LICENSES/LGPL-2.0-or-later.txt;md5=da48810c4ddf8e49efa031294a26b98c \
"
inherit kde-apps gtk-icon-cache mime-xdg
@@ -24,7 +27,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "995414a017735a0dedf19bffdc715cc0f526925b597bba9aa7f5d34e97059d9a"
SRC_URI[sha256sum] = "7323e7d548bec44ba53e77bf4e482024644529f25d2b339244bc4d6079eb07e6"
FILES_${PN} += " \
${datadir}/dbus-1 \

View File

@@ -33,7 +33,7 @@ DEPENDS += "\
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "fad7f66738f218b6bf99ebdf02544675deca7595112af37a50f9d3aff948a1ad"
SRC_URI[sha256sum] = "d14c028bcaab8793320cf5fbc8f1cf04891b807f77e9d6cf3162dee46ad7c6f3"
SRC_URI += "file://0001-FIND_REQUIRED_PROGRAM-is-broken-use-the-tools-direct.patch"
# Aagh: To select a soundcard we need to select another type - so keep oss in as dummy

View File

@@ -1,9 +1,8 @@
SUMMARY = "Libkdcraw is a C++ interface around LibRaw library"
LICENSE = "GPL-2.0 & BSD-3-Clause & LGPL-2.0"
LICENSE = "BSD-3-Clause & GPL-2.0-or-later"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=7974e16b472f00bbbadf2d006aa00c50 \
file://COPYING-CMAKE-SCRIPTS;md5=54c7042be62e169199200bc6477f04d1 \
file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
file://LICENSES/BSD-3-Clause.txt;md5=954f4d71a37096249f837652a7f586c0 \
file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
"
inherit kde-apps
@@ -13,4 +12,4 @@ DEPENDS += "\
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "4f12042ea57547cf03d5c82c5adb31b8df3c6b7c6b0fd4eb195885f109c88def"
SRC_URI[sha256sum] = "4bbd654879c629b08ba6d30d4bf5046b4a999afcb67799068bc0a1e583a926c7"

View File

@@ -1,8 +1,13 @@
SUMMARY = "Common code and data for many KDE games"
LICENSE = "GPL-2.0 & GFDL-1.2"
LICENSE = "BSD-2-Clause & BSD-3-Clause & GFDL-1.2+ & GPL-2.0-or-later & ISC & LGPL-2.0-only & LGPL-2.0-or-later"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \
file://LICENSES/BSD-2-Clause.txt;md5=4e290b17e3e05732730de37b44abef90 \
file://LICENSES/BSD-3-Clause.txt;md5=954f4d71a37096249f837652a7f586c0 \
file://LICENSES/GFDL-1.2-or-later.txt;md5=9a4c4207e152ff95aa8539e9c1ed53e9 \
file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
file://LICENSES/ICS.txt;md5=1108ca4f15e2e55accf0f66de647cfd6 \
file://LICENSES/LGPL-2.0-only.txt;md5=da48810c4ddf8e49efa031294a26b98c \
file://LICENSES/LGPL-2.0-or-later.txt;md5=da48810c4ddf8e49efa031294a26b98c \
"
inherit kde-apps gettext
@@ -43,7 +48,7 @@ DEPENDS += "\
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "401b919640eea95ec8feab1ce0914db2750fafc19893c424eed8ea37e5e216d1"
SRC_URI[sha256sum] = "4766ce2c73a17b05a7a79c326edaa2c29718719218f48d7ea7543f31f02415e0"
FILES_${PN} += " \
${datadir}/carddecks \

View File

@@ -1,9 +1,8 @@
SUMMARY = "Libkexiv2 is a wrapper around Exiv2 library"
LICENSE = "GPL-2.0 & BSD-3-Clause & LGPL-2.0"
LICENSE = "BSD-3-Clause & GPL-2.0-or-later"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=7974e16b472f00bbbadf2d006aa00c50 \
file://COPYING-CMAKE-SCRIPTS;md5=54c7042be62e169199200bc6477f04d1 \
file://COPYING.LIB;md5=3214f080875748938ba060314b4f727d \
file://LICENSES/BSD-3-Clause.txt;md5=954f4d71a37096249f837652a7f586c0 \
file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
"
inherit kde-apps
@@ -13,4 +12,4 @@ DEPENDS += "\
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "b762730416f8c9db6075695222027c0c37cec8c8defe0c5723af570fa49021e4"
SRC_URI[sha256sum] = "39dfb5d67ed22175972fb179c7b3ee5b18be34b821c3266b52cb1f82ef8a303f"

View File

@@ -1,8 +1,7 @@
SUMMARY = "Common code, backgrounds and tile sets for Mahjongg games"
LICENSE = "GPL-2.0 & GFDL-1.2"
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \
file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
"
inherit kde-apps gtk-icon-cache
@@ -19,7 +18,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "9b3c960b09935c234cad92abaf959750421a4f6d24ff34d37f99c4f508398b9b"
SRC_URI[sha256sum] = "8b5da3f5fe62ea6ab0f07588b0c5202321a7a2b5c0e1ad319389edbb1bd752d8"
FILES_${PN} += " \
${datadir}/kmahjongglib \

View File

@@ -26,7 +26,7 @@ DEPENDS += "\
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "e20c8a33750f2c997802da28f92d7eca6c930bbbd31e4b37eb6d348ecdfb2da8"
SRC_URI[sha256sum] = "ca2a1a1f1b902cbd1d9c054509ea50acbd9c0c2f07fb46353c9f449c902f69f1"
FILES_${PN} += " \
${datadir}/config.kcfg \

View File

@@ -31,7 +31,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "57b1b129dd0301c124ab5f930af9dfe044cedfcd42a6b180c6cf3c594fba7bc2"
SRC_URI[sha256sum] = "187efcf9976f7e478a5420f5c4fd7ca73782b9bff58626e37e78c2efcae9c3b0"
EXTRA_OECMAKE += " \
-DMARBLE_PRI_INSTALL_DIR=${OE_QMAKE_PATH_QT_ARCHDATA}/mkspecs/modules \

View File

@@ -21,7 +21,7 @@ DEPENDS += "\
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "a6daf26b247ac1c1ccd3a60c39fa9552e8eeb5143715e24af36d4cabb15b2d4a"
SRC_URI[sha256sum] = "27315b7376428683c8f94e79d7b08c67c8b3609e17dc354cf0ee907700ba5836"
FILES_${PN} += " \
${datadir}/kxmlgui5 \

View File

@@ -40,7 +40,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "ae570fcd2b35cc9c061c1c55b6f8de256358f0f5dd8d0a8283f13eae006b73dc"
SRC_URI[sha256sum] = "1ee7c4c19a88ccac8351b150a7b4fd601db83634a7d361b10e6324dfe9cb1b50"
EXTRA_OECMAKE += "-DBUILD_TESTING=OFF"

View File

@@ -31,7 +31,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "1564d7420adcaf4fc9b4a0af65e6c58b4ab250cf74aad7a43dae53eb1f31731a"
SRC_URI[sha256sum] = "157b64779e2a2bc650da1c16130ea9d95f53a06c92490274838a1b153a5eaf09"
FILES_${PN} += " \
${datadir}/config.kcfg \

View File

@@ -1,8 +1,11 @@
SUMMARY = "The new screenshot capture utility, replaces KSnapshot"
LICENSE = "GPL-2.0 & GFDL-1.3"
LICENSE = "GFDL-1.2+ & GPL-2.0-only & GPL-2.0-or-later & LGPL-2.0-or-later & LGPL-2.1-only"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://COPYING.DOC;md5=10ce6fc3438e5c4c933bfb5db3b097ec \
file://LICENSES/GFDL-1.2-or-later.txt;md5=9f58808219e9a42ff1228309d6f83dc6 \
file://LICENSES/GPL-2.0-only.txt;md5=9e2385fe012386d34dcc5c9863070881 \
file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
file://LICENSES/LGPL-2.0-or-later.txt;md5=da48810c4ddf8e49efa031294a26b98c \
file://LICENSES/LGPL-2.1-or-later.txt;md5=147a320ed8b16b036829a0c71d424153 \
"
inherit kde-apps gtk-icon-cache
@@ -31,7 +34,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "4ce20ea1a81be1ec81c3917fc12e3c904cd95e58d559d56bd3d3bd2a15e149c0"
SRC_URI[sha256sum] = "e08a9820f9b53efbefaceaf00a477b95370bfba9c620e371a19e1756cf4d0e33"
FILES_${PN} += " \
${datadir}/dbus-1 \

View File

@@ -32,7 +32,7 @@ DEPENDS += " \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "57fb7d988e115be18514f807bab483a19877acc3f1910aeb952c4d8372f4d378"
SRC_URI[sha256sum] = "1d5f7c637a59a68a1ee3c15f3c992a38f0a75671a407b299a64fc01b98d4bc9f"
EXTRA_OECMAKE += "-DBUILD_KF5=1"

View File

@@ -26,6 +26,8 @@ Copy & paste templates:
file://LICENSES/GPL-3.0-only.txt;md5=1c76c4cc354acaac30ed4d5eefea7245 \
file://LICENSES/GPL-3.0-or-later.txt;md5=1c76c4cc354acaac30ed4d5eefea7245 \
file://LICENSES/ICS.txt;md5=1108ca4f15e2e55accf0f66de647cfd6 \ -> this is ISC!!
file://LICENSES/LGPL-2.0-only.txt;md5=6d2d9952d88b50a51a5c73dc431d06c7 \
file://LICENSES/LGPL-2.0-or-later.txt;md5=6d2d9952d88b50a51a5c73dc431d06c7 \
file://LICENSES/LGPL-2.1-only.txt;md5=fabba2a3bfeb22a6483d44e9ae824d3f \
@@ -45,4 +47,25 @@ Copy & paste templates:
[1] https://community.kde.org/Policies/Licensing_Policy
To make things even more complicated license-/styleguide-crusaders do not
follow their own rules (use one set of accepted / common license files only):
We have a other sets introduced by (some!!!) kde-apps with different checksums.
What a useless waste of resources!!!
file://LICENSES/BSD-2-Clause.txt;md5=4e290b17e3e05732730de37b44abef90 \
file://LICENSES/GFDL-1.2-or-later.txt;md5=9a4c4207e152ff95aa8539e9c1ed53e9 \
file://LICENSES/GFDL-1.2-or-later.txt;md5=9f58808219e9a42ff1228309d6f83dc6 \
file://LICENSES/GPL-2.0-only.txt;md5=9e2385fe012386d34dcc5c9863070881 \
file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
file://LICENSES/GPL-3.0-only.txt;md5=49fc03046e56a282c0c743b5d3a55b7c \
file://LICENSES/LGPL-2.0-only.txt;md5=da48810c4ddf8e49efa031294a26b98c \
file://LICENSES/LGPL-2.0-or-later.txt;md5=da48810c4ddf8e49efa031294a26b98c \
file://LICENSES/LGPL-2.1-only.txt;md5=147a320ed8b16b036829a0c71d424153 \
file://LICENSES/LGPL-2.1-or-later.txt;md5=147a320ed8b16b036829a0c71d424153 \
file://LICENSES/LGPL-3.0-only.txt;md5=8d51f5b5fd447f7a1040c3dc9f0a8de6 \
file://LICENSES/Qt-LGPL-exception-1.1.txt;md5=bb426f3367c4805d1e12fad05bd0b750 \