kjournald: move to release-service recipes and update

This commit is contained in:
Andreas Cord-Landwehr
2023-11-16 19:22:40 +01:00
parent bb39593c1f
commit 2d0c404569
3 changed files with 8 additions and 23 deletions

View File

@@ -9,34 +9,18 @@ LIC_FILES_CHKSUM = " \
file://LICENSES/MIT.txt;md5=4dd71a82d66fd9e3ca0cc65b8be370c0 \
file://LICENSES/LGPL-2.1-or-later.txt;md5=147a320ed8b16b036829a0c71d424153 \
"
PR = "r0"
DEPENDS = " \
kcoreaddons \
qtbase \
qtdeclarative \
systemd \
"
SRC_URI = "git://invent.kde.org/libraries/${BPN};nobranch=1;protocol=https"
S = "${WORKDIR}/git"
inherit cmake_kdeapp
inherit pkgconfig
PACKAGES += " \
${PN}-browser \
"
FILES:${PN} = " \
${libdir} \
"
FILES:${PN}-browser = " \
${bindir}/journald-browser \
${datadir}/applications \
${datadir}/metainfo \
"
RDEPENDS:${PN}-browser += " \
RDEPENDS:${PN} += " \
qtdeclarative-qmlplugins \
"

View File

@@ -0,0 +1,6 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
require ${PN}.inc
SRC_URI = "https://download.kde.org/unstable/release-service/24.01.75/src/kjournald-24.01.75.tar.xz"
SRC_URI[sha256sum] = "702bd16872faf597388f5b9c416769a128663035c78a416ffc2d5445a69c479e"

View File

@@ -1,5 +0,0 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
require ${BPN}.inc
SRCREV = "16e5da2b98cc1123b244ada185e3075dc74417ec"