kpmcore: upgrade 4.1.0 -> 20.12.0 / move to kde-apps
This fixes build on current oe-master Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
34
recipes-kde/apps/kpmcore/kpmcore.bb
Normal file
34
recipes-kde/apps/kpmcore/kpmcore.bb
Normal file
@@ -0,0 +1,34 @@
|
||||
SUMMARY = "Library for managing partitions"
|
||||
LICENSE = "CC0-1.0 & CC-BY-SA-4.0 & GPL-3.0+ & MIT"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSES/CC0-1.0.txt;md5=6fd064768b8d61c31ddd0540570fbd33 \
|
||||
file://LICENSES/CC-BY-4.0.txt;md5=28bacf04b75cbad10cb7871e0b063188 \
|
||||
file://LICENSES/GPL-3.0-or-later.txt;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
file://LICENSES/MIT.txt;md5=38aa75cf4c4c87f018227d5ec9638d75 \
|
||||
"
|
||||
|
||||
inherit kde-apps pkgconfig gettext
|
||||
|
||||
DEPENDS += " \
|
||||
kconfig-native \
|
||||
kauth-native \
|
||||
kcoreaddons-native \
|
||||
qca \
|
||||
ki18n \
|
||||
kiconthemes \
|
||||
kio \
|
||||
kservice \
|
||||
\
|
||||
parted \
|
||||
libatasmart \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[sha256sum] = "9227c3a06e18e31271b630e0f1de7c7c3ddabe9cca7b6f8cb24c5c800a52d79e"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/k*5 \
|
||||
${datadir}/dbus-1 \
|
||||
${datadir}/polkit-1 \
|
||||
${OE_QMAKE_PATH_PLUGINS} \
|
||||
"
|
||||
@@ -1,30 +0,0 @@
|
||||
SUMMARY = "Library for managing partitions"
|
||||
LICENSE = "GPL-3.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.md;md5=97a733ff40c50b4bfc74471e1f6ca88b"
|
||||
|
||||
inherit kde-base pkgconfig gettext
|
||||
|
||||
DEPENDS += " \
|
||||
kconfig-native \
|
||||
kauth-native \
|
||||
kcoreaddons-native \
|
||||
qca \
|
||||
ki18n \
|
||||
kiconthemes \
|
||||
kio \
|
||||
kservice \
|
||||
\
|
||||
parted \
|
||||
libatasmart \
|
||||
"
|
||||
|
||||
SRC_URI = "${KDE_MIRROR}/stable/${BPN}/${PV}/src/${BPN}-${PV}.tar.xz"
|
||||
SRC_URI[sha256sum] = "b545a357cc348c84e8875531fdfe40fc63d915f03581e5004c4bd547d579514b"
|
||||
PV = "4.1.0"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/k*5 \
|
||||
${datadir}/dbus-1 \
|
||||
${datadir}/polkit-1 \
|
||||
${OE_QMAKE_PATH_PLUGINS} \
|
||||
"
|
||||
Reference in New Issue
Block a user