Compare commits
112 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
095d0e8fc6 | ||
|
|
672d4b58bc | ||
|
|
d4110731ac | ||
|
|
f925178650 | ||
|
|
9b741592f1 | ||
|
|
85984e0319 | ||
|
|
e533c2bf31 | ||
|
|
210312ada4 | ||
|
|
4483c8983a | ||
|
|
6d82e49059 | ||
|
|
d5ccf415f5 | ||
|
|
ee9198105d | ||
|
|
c20de939e3 | ||
|
|
92d04fa47a | ||
|
|
8a97b92bf9 | ||
|
|
f631b70642 | ||
|
|
5a32a4b907 | ||
|
|
8c0f10f973 | ||
|
|
dc258a5cb7 | ||
|
|
b995423eea | ||
|
|
8ff2064d42 | ||
|
|
524ff1d900 | ||
|
|
e9b7c01261 | ||
|
|
fc8adf4321 | ||
|
|
8ca641cc5d | ||
|
|
760a94fb87 | ||
|
|
af983215d5 | ||
|
|
e79657e0b7 | ||
|
|
2ccbc0e667 | ||
|
|
1affd8d03a | ||
|
|
241f5f07dd | ||
|
|
51e4bf91cd | ||
|
|
aeed6d36a5 | ||
|
|
7d65ac455c | ||
|
|
b8531c5154 | ||
|
|
80b9e8edc9 | ||
|
|
6f477d2ac0 | ||
|
|
c7703adbce | ||
|
|
ce89e334fe | ||
|
|
54981582be | ||
|
|
d8c1878a88 | ||
|
|
3db55912df | ||
|
|
cf20141a65 | ||
|
|
69555bd079 | ||
|
|
1560e099e4 | ||
|
|
6803dc3dbf | ||
|
|
9d63e2ae12 | ||
|
|
0e312705ed | ||
|
|
6e3162f770 | ||
|
|
5878008b75 | ||
|
|
f980039a9e | ||
|
|
58286c0632 | ||
|
|
0a5d601da4 | ||
|
|
ea610dff75 | ||
|
|
aeba2ea6b9 | ||
|
|
a1fb537172 | ||
|
|
81d3385fd8 | ||
|
|
89c2b2ea5f | ||
|
|
e5f12a917f | ||
|
|
e735396de3 | ||
|
|
c0a7217eb3 | ||
|
|
ef0133103d | ||
|
|
8e41e0c2c0 | ||
|
|
324ea6f705 | ||
|
|
78e7861418 | ||
|
|
9f7d692c88 | ||
|
|
0c1de08d43 | ||
|
|
4ae96a93c8 | ||
|
|
bbdd1e6098 | ||
|
|
8bd8b85a11 | ||
|
|
4feb16c07e | ||
|
|
fca02a0bac | ||
|
|
5632430cd1 | ||
|
|
d0da157ec1 | ||
|
|
7de7048149 | ||
|
|
1081b5bcbe | ||
|
|
7af195b12f | ||
|
|
a34f9045e2 | ||
|
|
2861160af0 | ||
|
|
4dd9801e9a | ||
|
|
b7fb8d764e | ||
|
|
9ef56d4813 | ||
|
|
7da8ce8596 | ||
|
|
c595777603 | ||
|
|
a5da681648 | ||
|
|
bb3ccf341a | ||
|
|
b73cd58a19 | ||
|
|
7e109b97ca | ||
|
|
a72f8bc8c8 | ||
|
|
c58ea1eedb | ||
|
|
46c9c9b069 | ||
|
|
807a2c517a | ||
|
|
230e20f846 | ||
|
|
f34d581b06 | ||
|
|
d748fb1da0 | ||
|
|
f49385dd8a | ||
|
|
5489c86bb0 | ||
|
|
2f8d4c7b0b | ||
|
|
da1034a44e | ||
|
|
d53e42d2e4 | ||
|
|
53385d399a | ||
|
|
bb9b3b9979 | ||
|
|
6f8e52d784 | ||
|
|
f48899b85a | ||
|
|
72539c3d37 | ||
|
|
b3f36fcff1 | ||
|
|
e21862be7b | ||
|
|
ff37b5fbeb | ||
|
|
fdba314d75 | ||
|
|
b721bf907b | ||
|
|
df8392400c | ||
|
|
f9282d7799 |
@@ -5,12 +5,14 @@
|
||||
inherit cmake_qt5
|
||||
inherit ki18n
|
||||
inherit kdoctools
|
||||
inherit pkgconfig
|
||||
|
||||
EXTRA_OECMAKE += " \
|
||||
EXTRA_OECMAKE:append = " \
|
||||
-DBUILD_TESTING=OFF \
|
||||
-DOE_KF5_PATH_HOST_ROOT=${STAGING_DIR_HOST} \
|
||||
"
|
||||
|
||||
DEPENDS += " \
|
||||
DEPENDS:append = " \
|
||||
extra-cmake-modules \
|
||||
qtbase \
|
||||
gettext-native \
|
||||
@@ -22,7 +24,7 @@ do_configure:prepend() {
|
||||
export XDG_DATA_DIRS=${STAGING_DATADIR}:$XDG_DATA_DIRS
|
||||
}
|
||||
|
||||
FILES:${PN} += " \
|
||||
FILES:${PN}:append = " \
|
||||
${libdir}/libkdeinit5_*.so \
|
||||
${libdir}/kconf_update_bin/* \
|
||||
${libdir}/plugins/*.so \
|
||||
@@ -46,7 +48,7 @@ FILES:${PN} += " \
|
||||
${datadir}/qlogging-categories5 \
|
||||
"
|
||||
|
||||
FILES:${PN}-dev += " \
|
||||
FILES:${PN}-dev:append = " \
|
||||
${datadir}/dbus-1/interfaces/*.xml \
|
||||
${datadir}/kdevappwizard/templates/*.tar.bz2 \
|
||||
${libdir}/cmake/*/*.cmake \
|
||||
|
||||
@@ -8,13 +8,16 @@ inherit ki18n
|
||||
inherit kcoreaddons
|
||||
inherit kconfig
|
||||
inherit kauth
|
||||
inherit kcmutils
|
||||
inherit kdoctools
|
||||
inherit pkgconfig
|
||||
|
||||
EXTRA_OECMAKE += " \
|
||||
EXTRA_OECMAKE:append = " \
|
||||
-DBUILD_TESTING=OFF \
|
||||
-DOE_KF5_PATH_HOST_ROOT=${STAGING_DIR_HOST} \
|
||||
"
|
||||
|
||||
DEPENDS += " \
|
||||
DEPENDS:append = " \
|
||||
extra-cmake-modules \
|
||||
qtbase \
|
||||
kpackage-native \
|
||||
@@ -25,12 +28,13 @@ do_configure:prepend() {
|
||||
export XDG_DATA_DIRS=${STAGING_DATADIR}:$XDG_DATA_DIRS
|
||||
}
|
||||
|
||||
FILES:${PN} += " \
|
||||
FILES:${PN}:append = " \
|
||||
${libdir}/libkdeinit5_*.so \
|
||||
${libdir}/kconf_update_bin/* \
|
||||
${libdir}/plugins/*.so \
|
||||
${libdir}/plugins/*/*.so \
|
||||
${libdir}/plugins/*/*/*.so \
|
||||
${libdir}/plugins/plasma/kcms/*/*.so \
|
||||
${libdir}/systemd/user \
|
||||
${datadir}/config.kcfg/*.kcfg \
|
||||
${datadir}/dbus-1/services/*.service \
|
||||
@@ -48,7 +52,7 @@ FILES:${PN} += " \
|
||||
${datadir}/polkit-1/actions/*.policy \
|
||||
"
|
||||
|
||||
FILES:${PN}-dev += " \
|
||||
FILES:${PN}-dev:append = " \
|
||||
${datadir}/dbus-1/interfaces/*.xml \
|
||||
${datadir}/kdevappwizard/templates/*.tar.bz2 \
|
||||
${datadir}/qlogging-categories5/* \
|
||||
|
||||
@@ -8,8 +8,10 @@ BBPATH .= ":${LAYERDIR}"
|
||||
BBFILES += " \
|
||||
${LAYERDIR}/recipes-*/*.bb \
|
||||
${LAYERDIR}/recipes-*/*/*.bb \
|
||||
${LAYERDIR}/recipes-*/*/*/*.bb \
|
||||
${LAYERDIR}/recipes-*/*.bbappend \
|
||||
${LAYERDIR}/recipes-*/*/*.bbappend \
|
||||
${LAYERDIR}/recipes-*/*/*/*.bbappend \
|
||||
"
|
||||
|
||||
BBFILE_COLLECTIONS += "kde"
|
||||
@@ -17,4 +19,4 @@ BBFILE_PATTERN_kde = "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_kde = "8"
|
||||
|
||||
LAYERDEPENDS_kde += "openembedded-layer kf5 qt5-layer"
|
||||
LAYERSERIES_COMPAT_kde = "dunfell hardknott honister"
|
||||
LAYERSERIES_COMPAT_kde = "kirkstone mickledore"
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/21.08.0/src/blinken-21.08.0.tar.xz"
|
||||
SRC_URI[sha256sum] = "45288d7d4d7a03af621edd766fdb3bc8c86673cbaba2f42088778eb916d19844"
|
||||
6
recipes-application/education/blinken_22.04.3.bb
Normal file
6
recipes-application/education/blinken_22.04.3.bb
Normal file
@@ -0,0 +1,6 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/22.04.3/src/blinken-22.04.3.tar.xz"
|
||||
SRC_URI[sha256sum] = "67b47d9db2e656822a10a7c065c8299cd6acdbcbd0baa4bb766fac7974700467"
|
||||
@@ -29,3 +29,7 @@ inherit mime-xdg
|
||||
RDEPENDS:${PN} += " \
|
||||
kdeedu-data \
|
||||
"
|
||||
|
||||
FILES:${PN} += " \
|
||||
${datadir}/knsrcfiles/ \
|
||||
"
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/21.08.0/src/kanagram-21.08.0.tar.xz"
|
||||
SRC_URI[sha256sum] = "3f721216f0ef3800f94d29bc8ce2259ec5596a6ca028934c5a7d05ac73c867aa"
|
||||
6
recipes-application/education/kanagram_22.04.3.bb
Normal file
6
recipes-application/education/kanagram_22.04.3.bb
Normal file
@@ -0,0 +1,6 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/22.04.3/src/kanagram-22.04.3.tar.xz"
|
||||
SRC_URI[sha256sum] = "7ea87105e98c350a65027d19dab7e519770daffe90e6360671e3e7a08cb6a5af"
|
||||
@@ -1,6 +0,0 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/21.08.0/src/kdeedu-data-21.08.0.tar.xz"
|
||||
SRC_URI[sha256sum] = "8ff0200898569c6c4135d9b66006b504ed7cc9fdd472b7b2cb987c622cc3f3eb"
|
||||
6
recipes-application/education/kdeedu-data_22.04.3.bb
Normal file
6
recipes-application/education/kdeedu-data_22.04.3.bb
Normal file
@@ -0,0 +1,6 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/22.04.3/src/kdeedu-data-22.04.3.tar.xz"
|
||||
SRC_URI[sha256sum] = "320463fe32177e49ffb4747f890d83b471f091477473439bfe0531b0ba5fb3e4"
|
||||
@@ -31,3 +31,7 @@ inherit mime-xdg
|
||||
RDEPENDS:${PN} += " \
|
||||
kdeedu-data \
|
||||
"
|
||||
|
||||
FILES:${PN} += " \
|
||||
${datadir}/knsrcfiles/ \
|
||||
"
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/21.08.0/src/khangman-21.08.0.tar.xz"
|
||||
SRC_URI[sha256sum] = "1072c76e38260f518aa27e4395943fad1219d252af7c142f487888b6c8fb6a0d"
|
||||
6
recipes-application/education/khangman_22.04.3.bb
Normal file
6
recipes-application/education/khangman_22.04.3.bb
Normal file
@@ -0,0 +1,6 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/22.04.3/src/khangman-22.04.3.tar.xz"
|
||||
SRC_URI[sha256sum] = "8aaa989a50a88a712f29841a79ba7ebe6dbebd9584dc5bec0a249f36ffb5aa03"
|
||||
@@ -1,6 +0,0 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/21.08.0/src/libkeduvocdocument-21.08.0.tar.xz"
|
||||
SRC_URI[sha256sum] = "8d47469d3392f9451772592e131b472cd16eac10f3e8e6fcb0f268a59a3ba0da"
|
||||
@@ -0,0 +1,6 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/22.04.3/src/libkeduvocdocument-22.04.3.tar.xz"
|
||||
SRC_URI[sha256sum] = "02a4b5945c938c119784b8e9d96778f613e6f2d6ddb9615f71c8c8cae07d6033"
|
||||
@@ -6,7 +6,7 @@ SUMMARY = "Marble"
|
||||
DESCRIPTION = "Marble is a virtual globe and world atlas."
|
||||
HOMEPAGE = "https://marble.kde.org/"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e9b5891877660f283be4bc396de0570f"
|
||||
LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.1-only.txt;md5=41890f71f740302b785c27661123bff5"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS += " \
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/21.08.0/src/marble-21.08.0.tar.xz"
|
||||
SRC_URI[sha256sum] = "f40b5386f5502803f72a4551652e06be7b9f779e28113e058f08de9b9f11569f"
|
||||
6
recipes-application/education/marble_22.04.3.bb
Normal file
6
recipes-application/education/marble_22.04.3.bb
Normal file
@@ -0,0 +1,6 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/22.04.3/src/marble-22.04.3.tar.xz"
|
||||
SRC_URI[sha256sum] = "438d4ef317231b8f2377f64ebfe9249ce669103fb71105c9d7de35a39bbef771"
|
||||
@@ -1,6 +0,0 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/21.08.0/src/gwenview-21.08.0.tar.xz"
|
||||
SRC_URI[sha256sum] = "8d631791f532b7b674d0c701dd78395ff923c17683948ece5d7e17fe03c06f19"
|
||||
6
recipes-application/graphics/gwenview_22.04.3.bb
Normal file
6
recipes-application/graphics/gwenview_22.04.3.bb
Normal file
@@ -0,0 +1,6 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/22.04.3/src/gwenview-22.04.3.tar.xz"
|
||||
SRC_URI[sha256sum] = "8c793929f2ad3050d906e185b6753acffd9481dc619156844d681ac0ba57bc05"
|
||||
@@ -51,6 +51,7 @@ FILES:${PN} = " \
|
||||
"
|
||||
|
||||
FILES:${PN}-shared = " \
|
||||
${sysconfdir}/xdg/okular.categories \
|
||||
${datadir}/okular/pics \
|
||||
${datadir}/okular/icons \
|
||||
${datadir}/qlogging-categories5 \
|
||||
@@ -80,6 +81,8 @@ FILES:${PN}-shared = " \
|
||||
${datadir}/applications/org.kde.mobile.okular_dvi.desktop \
|
||||
${datadir}/applications/org.kde.mobile.okular_plucker.desktop \
|
||||
${datadir}/applications/okularApplication_pdf.desktop \
|
||||
${datadir}/applications/org.kde.mobile.okular_kimgio.desktop \
|
||||
${datadir}/applications/okularApplication_kimgio.desktop \
|
||||
${libdir} \
|
||||
"
|
||||
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/21.08.0/src/okular-21.08.0.tar.xz"
|
||||
SRC_URI[sha256sum] = "dded73111fa78a9b7f544d6089de2cc0c48b1696c723ba76ab2dab8fd9c16a69"
|
||||
6
recipes-application/graphics/okular_22.04.3.bb
Normal file
6
recipes-application/graphics/okular_22.04.3.bb
Normal file
@@ -0,0 +1,6 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/22.04.3/src/okular-22.04.3.tar.xz"
|
||||
SRC_URI[sha256sum] = "7c563572e31da5c1ae23b0333c31980ca115bd859d0e181e09dd3f09f3e3570e"
|
||||
@@ -1,6 +0,0 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/21.08.0/src/kpublictransport-21.08.0.tar.xz"
|
||||
SRC_URI[sha256sum] = "a265c8ae39da47dfe14189da588db20bbe179ebd20abe953f9ef889f40c9dead"
|
||||
@@ -0,0 +1,6 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/22.04.3/src/kpublictransport-22.04.3.tar.xz"
|
||||
SRC_URI[sha256sum] = "3f87338567fd931ae3f2ec43141cb2671d8b9ef30d8f1a550b7f9363f1ad4817"
|
||||
@@ -1,6 +0,0 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/21.08.0/src/elisa-21.08.0.tar.xz"
|
||||
SRC_URI[sha256sum] = "d57b46c0d1518b50f2875c5eca20006389f64e91560146fda7f0a87852e7f493"
|
||||
6
recipes-application/multimedia/elisa_22.04.3.bb
Normal file
6
recipes-application/multimedia/elisa_22.04.3.bb
Normal file
@@ -0,0 +1,6 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/22.04.3/src/elisa-22.04.3.tar.xz"
|
||||
SRC_URI[sha256sum] = "68c64892712446eb4a75b903d8903514f4b2b30d1d1d3a1b34ceececbd3a50ec"
|
||||
@@ -19,7 +19,6 @@ DEPENDS += " \
|
||||
kiconthemes \
|
||||
knotifications \
|
||||
kio \
|
||||
kcmutils \
|
||||
kirigami \
|
||||
kpeople \
|
||||
kpeoplevcard \
|
||||
@@ -32,10 +31,10 @@ inherit kcoreaddons
|
||||
inherit kconfig
|
||||
inherit kauth
|
||||
inherit mime-xdg
|
||||
inherit kcmutils
|
||||
|
||||
EXTRA_OECMAKE += "-DEXPERIMENTALAPP_ENABLED=ON"
|
||||
EXTRA_OECMAKE += "-DSMSAPP_ENABLED=OFF"
|
||||
EXTRA_OECMAKE += "-DOE_QCA_PATH_HOST_ROOT=${STAGING_DIR_HOST}"
|
||||
# workaround for missing variable, which is only used for Windows builds
|
||||
EXTRA_OECMAKE += "-DCMAKE_SYSTEM_VERSION=0.0.0"
|
||||
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/21.08.0/src/kdeconnect-kde-21.08.0.tar.xz"
|
||||
SRC_URI[sha256sum] = "9a0a31dd1af88735edbb06cfe7e11f4a42b7b31f12afa79c6e7479130060b1e2"
|
||||
6
recipes-application/network/kdeconnect-kde_22.04.3.bb
Normal file
6
recipes-application/network/kdeconnect-kde_22.04.3.bb
Normal file
@@ -0,0 +1,6 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/22.04.3/src/kdeconnect-kde-22.04.3.tar.xz"
|
||||
SRC_URI[sha256sum] = "9df40473469e73fbb865e1d0fcbe530b10b49d0f652f9265dd4237cae8ebaf04"
|
||||
@@ -1,6 +0,0 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/21.08.0/src/kirigami-gallery-21.08.0.tar.xz"
|
||||
SRC_URI[sha256sum] = "487753e629565953799050f4bfaa8bbbc53f7c352127c82ebf02d595155dc4e0"
|
||||
6
recipes-application/sdk/kirigami-gallery_22.04.3.bb
Normal file
6
recipes-application/sdk/kirigami-gallery_22.04.3.bb
Normal file
@@ -0,0 +1,6 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/22.04.3/src/kirigami-gallery-22.04.3.tar.xz"
|
||||
SRC_URI[sha256sum] = "b06ef98a0dc34e7fa1fbe94b26c132f62e3d03b8a751d0f1705e94e6213c3f8c"
|
||||
@@ -1,6 +0,0 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/21.08.0/src/kdialog-21.08.0.tar.xz"
|
||||
SRC_URI[sha256sum] = "d4af3cd41b34a4dc3f3ef23238f9791f1470ce5362c2edbf6354e6ce1b0471de"
|
||||
6
recipes-application/utilities/kdialog_22.04.3.bb
Normal file
6
recipes-application/utilities/kdialog_22.04.3.bb
Normal file
@@ -0,0 +1,6 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/22.04.3/src/kdialog-22.04.3.tar.xz"
|
||||
SRC_URI[sha256sum] = "c0fd9708b17ffa016fc54eacffac6735e0db82b4812208ef9ffd41c9d36fff33"
|
||||
@@ -27,4 +27,5 @@ inherit kauth
|
||||
FILES_SOLIBSDEV = ""
|
||||
FILES:${PN} += " \
|
||||
${datadir}/knsrcfiles \
|
||||
${datadir}/kio/servicemenus \
|
||||
"
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/21.08.0/src/konsole-21.08.0.tar.xz"
|
||||
SRC_URI[sha256sum] = "5bdd16aadfe3e45a353dfac31c66cc769232f31dea8d4735a6de61f1384abebf"
|
||||
6
recipes-application/utilities/konsole_22.04.3.bb
Normal file
6
recipes-application/utilities/konsole_22.04.3.bb
Normal file
@@ -0,0 +1,6 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/release-service/22.04.3/src/konsole-22.04.3.tar.xz"
|
||||
SRC_URI[sha256sum] = "148f65891318e6a6f31793c9535e2bf32068b1cae8c5026e54f360bea484d9a7"
|
||||
@@ -7,7 +7,7 @@ DESCRIPTION = "GCompris is a high quality educational software suite, \
|
||||
including a large number of activities for children aged 2 to 10."
|
||||
HOMEPAGE = "https://gcompris.net"
|
||||
LICENSE = "GPL-3.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e"
|
||||
LIC_FILES_CHKSUM = "file://LICENSES/GPL-3.0-only.txt;md5=49fc03046e56a282c0c743b5d3a55b7c"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS += " \
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "V${PV}"
|
||||
SRCREV = "50ae6067a9dffbcee3e2597ec6815b9a1bcbf8d3"
|
||||
@@ -5,7 +5,7 @@
|
||||
DESCRIPTION = "KF5 PulseAudio Qt Bindings - libpulse bindings for Qt"
|
||||
HOMEPAGE = "https://invent.kde.org/libraries/pulseaudio-qt"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.1-only.txt;md5=fabba2a3bfeb22a6483d44e9ae824d3f"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = " \
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${BPN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRCREV = "204f0ca4593563f2b7d5386c444f930e9491e71c"
|
||||
@@ -3,9 +3,9 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
DESCRIPTION = "Heaptrack"
|
||||
HOMEPAGE = "https://phabricator.kde.org/source/heaptrack/"
|
||||
HOMEPAGE = "https://invent.kde.org/sdk/heaptrack"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.1-only.txt;md5=41890f71f740302b785c27661123bff5"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = "zlib boost libunwind elfutils"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRCREV = "994301d7388960148b2dd2227b62b5a78945d7a7"
|
||||
24
recipes-integration/images/core-image-plasma-bigscreen.bb
Normal file
24
recipes-integration/images/core-image-plasma-bigscreen.bb
Normal file
@@ -0,0 +1,24 @@
|
||||
# SPDX-FileCopyrightText: 2022 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
SUMMARY = "A basic KDE Plasma Bigscreen image"
|
||||
|
||||
IMAGE_FEATURES += "splash package-management hwcodecs x11"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
inherit features_check
|
||||
inherit core-image
|
||||
|
||||
REQUIRED_DISTRO_FEATURES += "wayland x11 kde"
|
||||
|
||||
IMAGE_INSTALL += " \
|
||||
${CORE_IMAGE_BASE_INSTALL} \
|
||||
wayland \
|
||||
dbus \
|
||||
sddm \
|
||||
sddm-config-plasma-bigscreen \
|
||||
packagegroup-plasma-bigscreen-workspace \
|
||||
packagegroup-core-x11-utils \
|
||||
"
|
||||
@@ -16,6 +16,7 @@ IMAGE_INSTALL = " \
|
||||
${CORE_IMAGE_BASE_INSTALL} \
|
||||
wayland dbus \
|
||||
sddm \
|
||||
sddm-config-plasma-mobile \
|
||||
packagegroup-kde-frameworks5 \
|
||||
packagegroup-plasma-mobile \
|
||||
packagegroup-core-x11-xserver \
|
||||
|
||||
@@ -0,0 +1,50 @@
|
||||
# SPDX-FileCopyrightText: 2022 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
SUMMARY = "KDE Plasma Bigscreen"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit packagegroup features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland x11 kde"
|
||||
|
||||
# Qt5's WebEngine requires Python2
|
||||
WEBENGINE_PACKAGES = " \
|
||||
aura-browser \
|
||||
discover \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
bluedevil \
|
||||
breeze \
|
||||
kactivitymanagerd \
|
||||
kde-cli-tools \
|
||||
kdecoration \
|
||||
kscreen \
|
||||
kscreenlocker \
|
||||
kwayland-integration \
|
||||
kwin \
|
||||
libkscreen \
|
||||
libksysguard \
|
||||
milou \
|
||||
plasma-integration \
|
||||
plasma-nano \
|
||||
plasma-nm \
|
||||
plasma-pa \
|
||||
plasma-workspace \
|
||||
polkit-kde-agent-1 \
|
||||
powerdevil \
|
||||
plasma-settings \
|
||||
xdg-desktop-portal-kde \
|
||||
${@bb.utils.contains('BBFILE_COLLECTIONS', 'python2-layer', '${WEBENGINE_PACKAGES}', '', d)} \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
plasma-bigscreen \
|
||||
plasma-remotecontrollers \
|
||||
plank-player \
|
||||
"
|
||||
@@ -1,6 +1,6 @@
|
||||
# SPDX-FileCopyrightText: 2017-2019 Volker Krause <vkrause@kde.org>
|
||||
# SPDX-FileCopyrightText: 2019 Alistair Francis <alistair.francis@wdc.com>
|
||||
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
# SPDX-FileCopyrightText: 2022 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
@@ -14,10 +14,14 @@ inherit packagegroup features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland x11 kde"
|
||||
|
||||
# Qt5's WebEngine requires Python2
|
||||
WEBENGINE_PACKAGES = " \
|
||||
discover \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
bluedevil \
|
||||
breeze \
|
||||
discover \
|
||||
kactivitymanagerd \
|
||||
kde-cli-tools \
|
||||
kdecoration \
|
||||
@@ -32,7 +36,7 @@ RDEPENDS:${PN} = " \
|
||||
plasma-nano \
|
||||
plasma-nm \
|
||||
plasma-pa \
|
||||
plasma-phone-components \
|
||||
plasma-mobile \
|
||||
plasma-workspace \
|
||||
polkit-kde-agent-1 \
|
||||
powerdevil \
|
||||
@@ -41,4 +45,5 @@ RDEPENDS:${PN} = " \
|
||||
xdg-desktop-portal-kde \
|
||||
kclock \
|
||||
kweather \
|
||||
${@bb.utils.contains('BBFILE_COLLECTIONS', 'python2-layer', '${WEBENGINE_PACKAGES}', '', d)} \
|
||||
"
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
SUMMARY = "libmbim is library for talking to WWAN devices by MBIM protocol"
|
||||
DESCRIPTION = "libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol"
|
||||
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libmbim/"
|
||||
LICENSE = "GPLv2 & LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
|
||||
"
|
||||
|
||||
DEPENDS = "glib-2.0 glib-2.0-native libgudev"
|
||||
|
||||
inherit autotools pkgconfig bash-completion gobject-introspection
|
||||
|
||||
SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz"
|
||||
|
||||
SRC_URI[md5sum] = "4b4b12ab7153d7c999289b5dfc2d25db"
|
||||
SRC_URI[sha256sum] = "dd488ee6176243a6adb27a5872897336272ea7bea33a3ad501ba268e5a58b285"
|
||||
@@ -1,21 +0,0 @@
|
||||
SUMMARY = "libqmi is a library for talking to WWAN devices by QMI protocol"
|
||||
DESCRIPTION = "libqmi is a glib-based library for talking to WWAN modems and \
|
||||
devices which speak the Qualcomm MSM Interface (QMI) protocol"
|
||||
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libqmi"
|
||||
LICENSE = "GPLv2 & LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
|
||||
"
|
||||
|
||||
DEPENDS = "glib-2.0 glib-2.0-native"
|
||||
|
||||
inherit autotools pkgconfig bash-completion gobject-introspection
|
||||
|
||||
SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz"
|
||||
|
||||
SRC_URI[sha256sum] = "a71963bb1097a42665287e40a9a36f95b8f9d6d6a4b7a5de22d660328af97cb9"
|
||||
|
||||
PACKAGECONFIG ??= "udev mbim"
|
||||
PACKAGECONFIG[udev] = ",--without-udev,libgudev"
|
||||
PACKAGECONFIG[mbim] = "--enable-mbim-qmux,--disable-mbim-qmux,libmbim"
|
||||
@@ -1,53 +0,0 @@
|
||||
SUMMARY = "ModemManager is a daemon controlling broadband devices/connections"
|
||||
DESCRIPTION = "ModemManager is a DBus-activated daemon which controls mobile broadband (2G/3G/4G) devices and connections"
|
||||
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/ModemManager/"
|
||||
LICENSE = "GPL-2.0 & LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
|
||||
"
|
||||
|
||||
inherit gnomebase gettext systemd vala gobject-introspection bash-completion
|
||||
|
||||
DEPENDS = "glib-2.0 libgudev intltool-native libxslt-native"
|
||||
|
||||
SRC_URI = "http://www.freedesktop.org/software/ModemManager/ModemManager-${PV}.tar.xz"
|
||||
SRC_URI[sha256sum] = "783d5da925b2ca69f6233fcead691dd0f5cba06aa479d71495efdc07053fc0fd"
|
||||
S = "${WORKDIR}/ModemManager-${PV}"
|
||||
|
||||
PACKAGECONFIG ??= "mbim qmi \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'systemd polkit', d)} \
|
||||
"
|
||||
|
||||
PACKAGECONFIG[at] = "--with-at-command-via-dbus"
|
||||
PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,,"
|
||||
PACKAGECONFIG[polkit] = "--with-polkit=yes,--with-polkit=no,polkit"
|
||||
# Support WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol.
|
||||
PACKAGECONFIG[mbim] = "--with-mbim,--without-mbim,libmbim"
|
||||
# Support WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol.
|
||||
PACKAGECONFIG[qmi] = "--with-qmi,--without-qmi,libqmi"
|
||||
|
||||
EXTRA_OECONF = " \
|
||||
--with-udev-base-dir=${nonarch_base_libdir}/udev \
|
||||
"
|
||||
|
||||
FILES:${PN} += " \
|
||||
${datadir}/icons \
|
||||
${datadir}/polkit-1 \
|
||||
${datadir}/dbus-1 \
|
||||
${datadir}/ModemManager \
|
||||
${libdir}/ModemManager \
|
||||
${systemd_unitdir}/system \
|
||||
"
|
||||
|
||||
FILES:${PN}-dev += " \
|
||||
${libdir}/ModemManager/*.la \
|
||||
"
|
||||
|
||||
FILES:${PN}-staticdev += " \
|
||||
${libdir}/ModemManager/*.a \
|
||||
"
|
||||
|
||||
FILES:${PN}-dbg += "${libdir}/ModemManager/.debug"
|
||||
|
||||
SYSTEMD_SERVICE:${PN} = "ModemManager.service"
|
||||
@@ -0,0 +1,60 @@
|
||||
SUMMARY = "Userspace interface to the kernel DRM services"
|
||||
DESCRIPTION = "The runtime library for accessing the kernel DRM services. DRM \
|
||||
stands for \"Direct Rendering Manager\", which is the kernel portion of the \
|
||||
\"Direct Rendering Infrastructure\" (DRI). DRI is required for many hardware \
|
||||
accelerated OpenGL drivers."
|
||||
HOMEPAGE = "http://dri.freedesktop.org"
|
||||
SECTION = "x11/base"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c530816761e949dc71"
|
||||
PROVIDES = "drm"
|
||||
DEPENDS = "libpthread-stubs"
|
||||
|
||||
SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.xz \
|
||||
"
|
||||
|
||||
SRC_URI[sha256sum] = "7fd7eb2967f63beb4606f22d50e277d993480d05ef75dd88a9bd8e677323e5e1"
|
||||
|
||||
inherit meson pkgconfig manpages
|
||||
|
||||
PACKAGECONFIG ??= "intel radeon amdgpu nouveau vmwgfx omap freedreno vc4 etnaviv tests install-test-programs"
|
||||
PACKAGECONFIG[intel] = "-Dintel=enabled,-Dintel=disabled,libpciaccess"
|
||||
PACKAGECONFIG[radeon] = "-Dradeon=enabled,-Dradeon=disabled"
|
||||
PACKAGECONFIG[amdgpu] = "-Damdgpu=enabled,-Damdgpu=disabled"
|
||||
PACKAGECONFIG[nouveau] = "-Dnouveau=enabled,-Dnouveau=disabled"
|
||||
PACKAGECONFIG[vmwgfx] = "-Dvmwgfx=enabled,-Dvmwgfx=disabled"
|
||||
PACKAGECONFIG[omap] = "-Domap=enabled,-Domap=disabled"
|
||||
PACKAGECONFIG[exynos] = "-Dexynos=enabled,-Dexynos=disabled"
|
||||
PACKAGECONFIG[freedreno] = "-Dfreedreno=enabled,-Dfreedreno=disabled"
|
||||
PACKAGECONFIG[tegra] = "-Dtegra=enabled,-Dtegra=disabled"
|
||||
PACKAGECONFIG[vc4] = "-Dvc4=enabled,-Dvc4=disabled"
|
||||
PACKAGECONFIG[etnaviv] = "-Detnaviv=enabled,-Detnaviv=disabled"
|
||||
PACKAGECONFIG[freedreno-kgsl] = "-Dfreedreno-kgsl=true,-Dfreedreno-kgsl=false"
|
||||
PACKAGECONFIG[valgrind] = "-Dvalgrind=enabled,-Dvalgrind=disabled,valgrind"
|
||||
PACKAGECONFIG[install-test-programs] = "-Dinstall-test-programs=true,-Dinstall-test-programs=false"
|
||||
PACKAGECONFIG[cairo-tests] = "-Dcairo-tests=enabled,-Dcairo-tests=disabled"
|
||||
PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false"
|
||||
PACKAGECONFIG[udev] = "-Dudev=true,-Dudev=false,udev"
|
||||
PACKAGECONFIG[manpages] = "-Dman-pages=enabled,-Dman-pages=disabled,libxslt-native xmlto-native python3-docutils-native"
|
||||
|
||||
ALLOW_EMPTY:${PN}-drivers = "1"
|
||||
PACKAGES =+ "${PN}-tests ${PN}-drivers ${PN}-radeon ${PN}-nouveau ${PN}-omap \
|
||||
${PN}-intel ${PN}-exynos ${PN}-kms ${PN}-freedreno ${PN}-amdgpu \
|
||||
${PN}-etnaviv"
|
||||
|
||||
RRECOMMENDS:${PN}-drivers = "${PN}-radeon ${PN}-nouveau ${PN}-omap ${PN}-intel \
|
||||
${PN}-exynos ${PN}-freedreno ${PN}-amdgpu \
|
||||
${PN}-etnaviv"
|
||||
|
||||
FILES:${PN}-tests = "${bindir}/*"
|
||||
FILES:${PN}-radeon = "${libdir}/libdrm_radeon.so.*"
|
||||
FILES:${PN}-nouveau = "${libdir}/libdrm_nouveau.so.*"
|
||||
FILES:${PN}-omap = "${libdir}/libdrm_omap.so.*"
|
||||
FILES:${PN}-intel = "${libdir}/libdrm_intel.so.*"
|
||||
FILES:${PN}-exynos = "${libdir}/libdrm_exynos.so.*"
|
||||
FILES:${PN}-kms = "${libdir}/libkms*.so.*"
|
||||
FILES:${PN}-freedreno = "${libdir}/libdrm_freedreno.so.*"
|
||||
FILES:${PN}-amdgpu = "${libdir}/libdrm_amdgpu.so.* ${datadir}/${PN}/amdgpu.ids"
|
||||
FILES:${PN}-etnaviv = "${libdir}/libdrm_etnaviv.so.*"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
@@ -0,0 +1,21 @@
|
||||
This finds our outer git tree and that version information breaks
|
||||
determinism of this recipe. Disable it.
|
||||
|
||||
RP 2020/2/6
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||||
|
||||
Index: libinput-1.14.3/meson.build
|
||||
===================================================================
|
||||
--- libinput-1.14.3.orig/meson.build
|
||||
+++ libinput-1.14.3/meson.build
|
||||
@@ -387,7 +387,7 @@ pkgconfig.generate(
|
||||
libraries : lib_libinput
|
||||
)
|
||||
|
||||
-git_version_h = vcs_tag(command : ['git', 'describe'],
|
||||
+git_version_h = vcs_tag(command : ['false'],
|
||||
fallback : 'unknown',
|
||||
input : 'src/libinput-git-version.h.in',
|
||||
output :'libinput-git-version.h')
|
||||
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
/usr/libexec/libinput/libinput-test-suite -j1
|
||||
if [ $? -eq 0 ]; then
|
||||
echo 'PASS: libinput-test-suite'
|
||||
else
|
||||
echo 'FAIL: libinput-test-suite'
|
||||
fi
|
||||
|
||||
@@ -0,0 +1,49 @@
|
||||
SUMMARY = "Library to handle input devices in Wayland compositors"
|
||||
DESCRIPTION = "libinput is a library to handle input devices in Wayland \
|
||||
compositors and to provide a generic X.Org input driver. It provides \
|
||||
device detection, device handling, input device event processing and \
|
||||
abstraction so minimize the amount of custom input code compositors need to \
|
||||
provide the common set of functionality that users expect."
|
||||
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libinput/"
|
||||
SECTION = "libs"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=bab4ac7dc1c10bc0fb037dc76c46ef8a"
|
||||
|
||||
DEPENDS = "libevdev udev mtdev libcheck"
|
||||
|
||||
SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz \
|
||||
file://run-ptest \
|
||||
file://determinism.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "3cae78ccde19d7d0f387e58bc734d4d17ab5f6426f54a9e8b728c90b17baa068"
|
||||
|
||||
UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
|
||||
|
||||
inherit meson pkgconfig lib_package ptest
|
||||
|
||||
# Patch out build directory, otherwise it leaks into ptest binary
|
||||
do_configure:append() {
|
||||
sed -i -e "s,${WORKDIR},,g" config.h
|
||||
if [ -e "litest-config.h" ]; then
|
||||
sed -i -e "s,${WORKDIR},,g" litest-config.h
|
||||
fi
|
||||
}
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[libwacom] = "-Dlibwacom=true,-Dlibwacom=false,libwacom"
|
||||
PACKAGECONFIG[gui] = "-Ddebug-gui=true,-Ddebug-gui=false,cairo gtk+3"
|
||||
|
||||
UDEVDIR = "`pkg-config --variable=udevdir udev`"
|
||||
|
||||
EXTRA_OEMESON += "-Dudev-dir=${UDEVDIR} \
|
||||
-Ddocumentation=false \
|
||||
${@bb.utils.contains('PTEST_ENABLED', '1', '-Dtests=true -Dinstall-tests=true', '-Dtests=false -Dinstall-tests=false', d)} \
|
||||
-Dzshcompletiondir=no"
|
||||
|
||||
# package name changed in 1.8.1 upgrade: make sure package upgrades work
|
||||
RPROVIDES:${PN} = "libinput"
|
||||
RREPLACES:${PN} = "libinput"
|
||||
RCONFLICTS:${PN} = "libinput"
|
||||
|
||||
FILES:${PN}-ptest += "${libexecdir}/libinput/libinput-test-suite"
|
||||
@@ -0,0 +1,41 @@
|
||||
From b4c64b6f07743e3fb63ce52359bc664ab7d60df0 Mon Sep 17 00:00:00 2001
|
||||
From: Joshua Watt <JPEWhacker@gmail.com>
|
||||
Date: Thu, 20 Feb 2020 15:20:45 -0600
|
||||
Subject: [PATCH] build: Fix strndup detection on MinGW
|
||||
|
||||
GCC and meson conspire together to incorrectly detect that strndup()
|
||||
exists on MinGW as __builtin_strndup, when no such function exists. As a
|
||||
work around, meson will skip looking for __builtin functions if an
|
||||
'#include' is in the prefix, so add '#include <string.h>' when looking
|
||||
for strndup().
|
||||
|
||||
See: https://github.com/mesonbuild/meson/issues/3672
|
||||
|
||||
Upstream-Status: Submitted [https://gitlab.freedesktop.org/wayland/wayland/merge_requests/63]
|
||||
|
||||
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
|
||||
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
||||
---
|
||||
meson.build | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/meson.build b/meson.build
|
||||
index 3bc25c9..adde7b9 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -38,11 +38,11 @@ have_funcs = [
|
||||
'prctl',
|
||||
'memfd_create',
|
||||
'mremap',
|
||||
- 'strndup',
|
||||
]
|
||||
foreach f: have_funcs
|
||||
config_h.set('HAVE_' + f.underscorify().to_upper(), cc.has_function(f))
|
||||
endforeach
|
||||
+config_h.set('HAVE_STRNDUP', cc.has_function('strndup') and cc.has_header_symbol('string.h', 'strndup'))
|
||||
config_h.set10('HAVE_XUCRED_CR_PID', cc.has_member('struct xucred', 'cr_pid', prefix : '#include <sys/ucred.h>'))
|
||||
have_broken_msg_cmsg_cloexec = false
|
||||
if host_machine.system() == 'freebsd'
|
||||
--
|
||||
2.7.4
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
#!/bin/sh
|
||||
|
||||
export WAYLAND_SCANNER=wayland-scanner
|
||||
export TEST_DATA_DIR=tests/data
|
||||
export TEST_OUTPUT_DIR=tests/output
|
||||
export SED=sed
|
||||
export WAYLAND_EGL_LIB=/usr/lib/libwayland-egl.so.1
|
||||
export NM=nm
|
||||
|
||||
for i in `ls tests/*-test tests/wayland-egl-symbols-check tests/scanner-test.sh`; do
|
||||
$i
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "PASS: $i"
|
||||
else
|
||||
echo "FAIL: $i"
|
||||
fi
|
||||
done
|
||||
@@ -0,0 +1,87 @@
|
||||
From ff8ecbe8891d592e645927659318720f9e190054 Mon Sep 17 00:00:00 2001
|
||||
From: Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
Date: Sun, 6 Feb 2022 17:23:46 +0100
|
||||
Subject: [PATCH] [PATCH] Consider pkgconfig sysroot for pkgdatadir
|
||||
|
||||
For libs/cflags this is done automatically, but not for manually accessed
|
||||
variables. This matches what wayland-protocols does.
|
||||
---
|
||||
src/meson.build | 6 +++---
|
||||
src/wayland-client.pc.in | 2 +-
|
||||
src/wayland-scanner.pc.in | 2 +-
|
||||
src/wayland-server.pc.in | 2 +-
|
||||
4 files changed, 6 insertions(+), 6 deletions(-)
|
||||
|
||||
diff --git a/src/meson.build b/src/meson.build
|
||||
index 61edbc8..d621efd 100644
|
||||
--- a/src/meson.build
|
||||
+++ b/src/meson.build
|
||||
@@ -50,7 +50,7 @@ if get_option('scanner')
|
||||
version: meson.project_version(),
|
||||
variables: [
|
||||
'datarootdir=' + join_paths('${prefix}', get_option('datadir')),
|
||||
- 'pkgdatadir=' + join_paths('${datarootdir}', meson.project_name()),
|
||||
+ 'pkgdatadir=' + join_paths('${pc_sysrootdir}${datarootdir}', meson.project_name()),
|
||||
'bindir=' + join_paths('${prefix}', get_option('bindir')),
|
||||
'wayland_scanner=wayland-scanner'
|
||||
],
|
||||
@@ -179,7 +179,7 @@ if get_option('libraries')
|
||||
filebase: 'wayland-server',
|
||||
variables: [
|
||||
'datarootdir=' + join_paths('${prefix}', get_option('datadir')),
|
||||
- 'pkgdatadir=' + join_paths('${datarootdir}', meson.project_name())
|
||||
+ 'pkgdatadir=' + join_paths('${pc_sysrootdir}${datarootdir}', meson.project_name())
|
||||
]
|
||||
)
|
||||
|
||||
@@ -211,7 +211,7 @@ if get_option('libraries')
|
||||
filebase: 'wayland-client',
|
||||
variables: [
|
||||
'datarootdir=' + join_paths('${prefix}', get_option('datadir')),
|
||||
- 'pkgdatadir=' + join_paths('${datarootdir}', meson.project_name())
|
||||
+ 'pkgdatadir=' + join_paths('${pc_sysrootdir}${datarootdir}', meson.project_name())
|
||||
]
|
||||
)
|
||||
|
||||
diff --git a/src/wayland-client.pc.in b/src/wayland-client.pc.in
|
||||
index eef61da..8221a87 100644
|
||||
--- a/src/wayland-client.pc.in
|
||||
+++ b/src/wayland-client.pc.in
|
||||
@@ -1,7 +1,7 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
datarootdir=@datarootdir@
|
||||
-pkgdatadir=@datadir@/@PACKAGE@
|
||||
+pkgdatadir=${pc_sysrootdir}@datadir@/@PACKAGE@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
diff --git a/src/wayland-scanner.pc.in b/src/wayland-scanner.pc.in
|
||||
index 7b2a4c9..af50511 100644
|
||||
--- a/src/wayland-scanner.pc.in
|
||||
+++ b/src/wayland-scanner.pc.in
|
||||
@@ -1,7 +1,7 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
datarootdir=@datarootdir@
|
||||
-pkgdatadir=@datadir@/@PACKAGE@
|
||||
+pkgdatadir=${pc_sysrootdir}@datadir@/@PACKAGE@
|
||||
wayland_scanner=@bindir@/wayland-scanner
|
||||
|
||||
Name: Wayland Scanner
|
||||
diff --git a/src/wayland-server.pc.in b/src/wayland-server.pc.in
|
||||
index 50dff53..a5fe9d7 100644
|
||||
--- a/src/wayland-server.pc.in
|
||||
+++ b/src/wayland-server.pc.in
|
||||
@@ -1,7 +1,7 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
datarootdir=@datarootdir@
|
||||
-pkgdatadir=@datadir@/@PACKAGE@
|
||||
+pkgdatadir=${pc_sysrootdir}@datadir@/@PACKAGE@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
--
|
||||
2.32.0
|
||||
|
||||
@@ -0,0 +1,48 @@
|
||||
From ff8ecbe8891d592e645927659318720f9e190054 Mon Sep 17 00:00:00 2001
|
||||
From: Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
Date: Sun, 6 Feb 2022 17:23:46 +0100
|
||||
Subject: [PATCH] [PATCH] Consider pkgconfig sysroot for pkgdatadir
|
||||
|
||||
For libs/cflags this is done automatically, but not for manually accessed
|
||||
variables. This matches what wayland-protocols does.
|
||||
---
|
||||
src/meson.build | 6 +++---
|
||||
src/wayland-client.pc.in | 2 +-
|
||||
src/wayland-scanner.pc.in | 2 +-
|
||||
src/wayland-server.pc.in | 2 +-
|
||||
4 files changed, 6 insertions(+), 6 deletions(-)
|
||||
|
||||
diff --git a/src/meson.build b/src/meson.build
|
||||
index 61edbc8..d621efd 100644
|
||||
--- a/src/meson.build
|
||||
+++ b/src/meson.build
|
||||
@@ -50,7 +50,7 @@ if get_option('scanner')
|
||||
version: meson.project_version(),
|
||||
variables: [
|
||||
'datarootdir=' + join_paths('${prefix}', get_option('datadir')),
|
||||
- 'pkgdatadir=' + join_paths('${datarootdir}', meson.project_name()),
|
||||
+ 'pkgdatadir=' + join_paths('${pc_sysrootdir}${datarootdir}', meson.project_name()),
|
||||
'bindir=' + join_paths('${prefix}', get_option('bindir')),
|
||||
'wayland_scanner=wayland-scanner'
|
||||
],
|
||||
@@ -179,7 +179,7 @@ if get_option('libraries')
|
||||
filebase: 'wayland-server',
|
||||
variables: [
|
||||
'datarootdir=' + join_paths('${prefix}', get_option('datadir')),
|
||||
- 'pkgdatadir=' + join_paths('${datarootdir}', meson.project_name())
|
||||
+ 'pkgdatadir=' + join_paths('${pc_sysrootdir}${datarootdir}', meson.project_name())
|
||||
]
|
||||
)
|
||||
|
||||
@@ -211,7 +211,7 @@ if get_option('libraries')
|
||||
filebase: 'wayland-client',
|
||||
variables: [
|
||||
'datarootdir=' + join_paths('${prefix}', get_option('datadir')),
|
||||
- 'pkgdatadir=' + join_paths('${datarootdir}', meson.project_name())
|
||||
+ 'pkgdatadir=' + join_paths('${pc_sysrootdir}${datarootdir}', meson.project_name())
|
||||
]
|
||||
)
|
||||
|
||||
--
|
||||
2.32.0
|
||||
|
||||
@@ -0,0 +1,44 @@
|
||||
From ff8ecbe8891d592e645927659318720f9e190054 Mon Sep 17 00:00:00 2001
|
||||
From: Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
Date: Sun, 6 Feb 2022 17:23:46 +0100
|
||||
Subject: [PATCH] [PATCH] Consider pkgconfig sysroot for pkgdatadir
|
||||
|
||||
For libs/cflags this is done automatically, but not for manually accessed
|
||||
variables. This matches what wayland-protocols does.
|
||||
---
|
||||
src/meson.build | 6 +++---
|
||||
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/src/meson.build b/src/meson.build
|
||||
index a8a1d2b..721e151 100644
|
||||
--- a/src/meson.build
|
||||
+++ b/src/meson.build
|
||||
@@ -65,7 +65,7 @@ if get_option('scanner')
|
||||
version: meson.project_version(),
|
||||
variables: [
|
||||
'datarootdir=' + join_paths('${prefix}', get_option('datadir')),
|
||||
- 'pkgdatadir=' + join_paths('${datarootdir}', meson.project_name()),
|
||||
+ 'pkgdatadir=' + join_paths('${pc_sysrootdir}${datarootdir}', meson.project_name()),
|
||||
'bindir=' + join_paths('${prefix}', get_option('bindir')),
|
||||
'wayland_scanner=${bindir}/wayland-scanner'
|
||||
],
|
||||
@@ -211,7 +211,7 @@ if get_option('libraries')
|
||||
filebase: 'wayland-server',
|
||||
variables: [
|
||||
'datarootdir=' + join_paths('${prefix}', get_option('datadir')),
|
||||
- 'pkgdatadir=' + join_paths('${datarootdir}', meson.project_name())
|
||||
+ 'pkgdatadir=' + join_paths('${pc_sysrootdir}${datarootdir}', meson.project_name())
|
||||
]
|
||||
)
|
||||
|
||||
@@ -250,7 +250,7 @@ if get_option('libraries')
|
||||
filebase: 'wayland-client',
|
||||
variables: [
|
||||
'datarootdir=' + join_paths('${prefix}', get_option('datadir')),
|
||||
- 'pkgdatadir=' + join_paths('${datarootdir}', meson.project_name())
|
||||
+ 'pkgdatadir=' + join_paths('${pc_sysrootdir}${datarootdir}', meson.project_name())
|
||||
]
|
||||
)
|
||||
|
||||
--
|
||||
2.37.2
|
||||
@@ -2,6 +2,6 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:"
|
||||
SRC_URI += " \
|
||||
file://0001-Consider-pkgconfig-sysroot-for-pkgdatadir.patch \
|
||||
SRC_URI:append = " \
|
||||
file://wayland-${PV}_0001-Consider-pkgconfig-sysroot-for-pkgdatadir.patch \
|
||||
"
|
||||
@@ -0,0 +1,61 @@
|
||||
SUMMARY = "Wayland, a protocol between a compositor and clients"
|
||||
DESCRIPTION = "Wayland is a protocol for a compositor to talk to its clients \
|
||||
as well as a C library implementation of that protocol. The compositor can be \
|
||||
a standalone display server running on Linux kernel modesetting and evdev \
|
||||
input devices, an X application, or a wayland client itself. The clients can \
|
||||
be traditional applications, X servers (rootless or fullscreen) or other \
|
||||
display servers."
|
||||
HOMEPAGE = "http://wayland.freedesktop.org"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b31d8f53b6aaf2b4985d7dd7810a70d1 \
|
||||
file://src/wayland-server.c;endline=24;md5=b8e046164a766bb1ede8ba38e9dcd7ce"
|
||||
|
||||
DEPENDS = "expat libffi wayland-native"
|
||||
|
||||
SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland/-/releases/${PV}/downloads/${BPN}-${PV}.tar.xz \
|
||||
file://run-ptest \
|
||||
file://0001-build-Fix-strndup-detection-on-MinGW.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "6dc64d7fc16837a693a51cfdb2e568db538bfdc9f457d4656285bb9594ef11ac"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
|
||||
UPSTREAM_CHECK_REGEX = "wayland-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
|
||||
|
||||
inherit meson pkgconfig ptest
|
||||
|
||||
PACKAGECONFIG ??= "dtd-validation"
|
||||
PACKAGECONFIG[dtd-validation] = "-Ddtd_validation=true,-Ddtd_validation=false,libxml2,,"
|
||||
|
||||
EXTRA_OEMESON = "-Ddocumentation=false"
|
||||
EXTRA_OEMESON:class-native = "-Ddocumentation=false"
|
||||
|
||||
# Wayland installs a M4 macro for other projects to use, which uses the target
|
||||
# pkg-config to find files. Replace pkg-config with pkg-config-native.
|
||||
do_install:append:class-native() {
|
||||
sed -e 's,PKG_CHECK_MODULES(.*),,g' \
|
||||
-e 's,$PKG_CONFIG,pkg-config-native,g' \
|
||||
-i ${D}/${datadir}/aclocal/wayland-scanner.m4
|
||||
}
|
||||
|
||||
do_install_ptest() {
|
||||
mkdir -p ${D}${PTEST_PATH}/tests/data
|
||||
cp -rf ${B}/tests/*-test ${B}/tests/*-checker ${D}${PTEST_PATH}/tests
|
||||
cp -rf ${B}/tests/*-checker ${D}${PTEST_PATH}
|
||||
cp -rf ${S}/tests/scanner-test.sh ${D}${PTEST_PATH}/tests
|
||||
cp -rf ${S}/tests/data/* ${D}${PTEST_PATH}/tests/data/
|
||||
cp -rf ${S}/egl/wayland-egl-symbols-check ${D}${PTEST_PATH}/tests/
|
||||
}
|
||||
|
||||
sysroot_stage_all:append:class-target () {
|
||||
rm ${SYSROOT_DESTDIR}/${datadir}/aclocal/wayland-scanner.m4
|
||||
cp ${STAGING_DATADIR_NATIVE}/aclocal/wayland-scanner.m4 ${SYSROOT_DESTDIR}/${datadir}/aclocal/
|
||||
}
|
||||
|
||||
PACKAGES =+ "${PN}-tools"
|
||||
|
||||
FILES:${PN}-tools = "${bindir}/wayland-scanner"
|
||||
FILES:${PN}-dev += "${datadir}/${BPN}/wayland-scanner.mk"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS:${PN}-ptest += "binutils sed ${PN}-tools"
|
||||
@@ -9,13 +9,16 @@ LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \
|
||||
file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53"
|
||||
|
||||
SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
|
||||
"
|
||||
SRC_URI[sha256sum] = "b99945842d8be18817c26ee77dafa157883af89268e15f4a5a1a1ff3ffa4cde5"
|
||||
SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${PV}/downloads/wayland-protocols-${PV}.tar.xz"
|
||||
SRC_URI[sha256sum] = "a07fa722ed87676ec020d867714bc9a2f24c464da73912f39706eeef5219e238"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
|
||||
|
||||
inherit allarch autotools pkgconfig
|
||||
inherit meson pkgconfig allarch
|
||||
|
||||
EXTRA_OEMESON += "-Dtests=false"
|
||||
|
||||
PACKAGES = "${PN}"
|
||||
FILES:${PN} += "${datadir}/pkgconfig/wayland-protocols.pc"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
@@ -12,6 +12,7 @@ DEPENDS = " \
|
||||
qtdeclarative \
|
||||
syndication \
|
||||
kirigami \
|
||||
kirigami-addons \
|
||||
ki18n \
|
||||
plasma-framework \
|
||||
"
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/21.12/alligator-21.12.tar.xz"
|
||||
SRC_URI[sha256sum] = "7c5a8d05f241c0ba774b6a8da11c0b04098ca34fd3fa62fd11b6055b56ba8e3c"
|
||||
|
||||
7
recipes-plasma-mobile/alligator_22.11.bb
Normal file
7
recipes-plasma-mobile/alligator_22.11.bb
Normal file
@@ -0,0 +1,7 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/22.11/alligator-22.11.tar.xz"
|
||||
SRC_URI[sha256sum] = "54330ffaa8680519c43d6b9cbb48ae839198fd606f71e36b3878fa5dab200f0a"
|
||||
|
||||
7
recipes-plasma-mobile/alligator_23.01.0.bb
Normal file
7
recipes-plasma-mobile/alligator_23.01.0.bb
Normal file
@@ -0,0 +1,7 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/23.01.0/alligator-23.01.0.tar.xz"
|
||||
SRC_URI[sha256sum] = "6caf6777621c5d3a013e211c19a2b2d488be8591f8796030dc49e2bf1b926c03"
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/21.12/calindori-21.12.tar.xz"
|
||||
SRC_URI[sha256sum] = "2bc72b24d96499afb1418c6de3657a7639a74076a04eb43e3fbc5c08567ba9e6"
|
||||
|
||||
7
recipes-plasma-mobile/calindori_22.11.bb
Normal file
7
recipes-plasma-mobile/calindori_22.11.bb
Normal file
@@ -0,0 +1,7 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/22.11/calindori-22.11.tar.xz"
|
||||
SRC_URI[sha256sum] = "ac2cd82ccfed3ee3970005eb0296413a383db98a4a603539bb4bdafa8369edd5"
|
||||
|
||||
7
recipes-plasma-mobile/calindori_23.01.0.bb
Normal file
7
recipes-plasma-mobile/calindori_23.01.0.bb
Normal file
@@ -0,0 +1,7 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/23.01.0/calindori-23.01.0.tar.xz"
|
||||
SRC_URI[sha256sum] = "14ba0b525893fd51ad04a11a6948556be037ddd5545864f0c540b467a0ee194a"
|
||||
|
||||
@@ -18,8 +18,11 @@ DEPENDS = " \
|
||||
syndication \
|
||||
ki18n \
|
||||
taglib \
|
||||
threadweaver \
|
||||
networkmanager-qt \
|
||||
qtkeychain \
|
||||
kirigami \
|
||||
kirigami-addons \
|
||||
"
|
||||
|
||||
inherit cmake_kdeapp
|
||||
@@ -30,4 +33,5 @@ FILES_SOLIBSDEV = ""
|
||||
|
||||
FILES:${PN} += " \
|
||||
${libdir}/libKastsSolidExtras.so \
|
||||
${libdir}/libKMediaSession.so \
|
||||
"
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/21.12/kasts-21.12.tar.xz"
|
||||
SRC_URI[sha256sum] = "601719980e3b9853f8ca136cd48395874c0ecb4eed36b8ee14376129fb85d5e6"
|
||||
|
||||
7
recipes-plasma-mobile/kasts_22.11.bb
Normal file
7
recipes-plasma-mobile/kasts_22.11.bb
Normal file
@@ -0,0 +1,7 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/22.11/kasts-22.11.tar.xz"
|
||||
SRC_URI[sha256sum] = "2912b4a8864e35a7dadc16b9368988b6163870a0358e020c3b80b31222002711"
|
||||
|
||||
7
recipes-plasma-mobile/kasts_23.01.0.bb
Normal file
7
recipes-plasma-mobile/kasts_23.01.0.bb
Normal file
@@ -0,0 +1,7 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/23.01.0/kasts-23.01.0.tar.xz"
|
||||
SRC_URI[sha256sum] = "6ec76b04fd6c06fa1f3201cb907e9b58ec9b414b35e6ae2cc5d1d6b64b7bbb27"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
DESCRIPTION = "Clock app for Plasma Mobile"
|
||||
HOMEPAGE = ""
|
||||
LICENSE = "GPL-2.0 | GPL-3.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-or-later.txt;md5=4cc91856b08b094b4f406a29dc61db21"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = " \
|
||||
@@ -16,6 +16,7 @@ DEPENDS = " \
|
||||
kiconthemes \
|
||||
ki18n \
|
||||
kirigami \
|
||||
kirigami-addons \
|
||||
knotifications \
|
||||
plasma-framework \
|
||||
"
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/21.12/kclock-21.12.tar.xz"
|
||||
SRC_URI[sha256sum] = "127790345d93087b9a457bfd164bbba5a819c0fa78b267cc09bcef9f46480694"
|
||||
|
||||
7
recipes-plasma-mobile/kclock_22.11.bb
Normal file
7
recipes-plasma-mobile/kclock_22.11.bb
Normal file
@@ -0,0 +1,7 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/22.11/kclock-22.11.tar.xz"
|
||||
SRC_URI[sha256sum] = "a48c8eb50af485bb12d872be7674ed56e3887b4619b47438c1e385bddc27660b"
|
||||
|
||||
7
recipes-plasma-mobile/kclock_23.01.0.bb
Normal file
7
recipes-plasma-mobile/kclock_23.01.0.bb
Normal file
@@ -0,0 +1,7 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/23.01.0/kclock-23.01.0.tar.xz"
|
||||
SRC_URI[sha256sum] = "397c0d8f5fd5792cfeaa629af38bff5f9611519608e83fa99018a7889950ad3b"
|
||||
|
||||
@@ -29,4 +29,5 @@ inherit mime-xdg
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
qtgraphicaleffects-qmlplugins \
|
||||
purpose \
|
||||
"
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/21.12/koko-21.12.tar.xz"
|
||||
SRC_URI[sha256sum] = "b4c261d8ef5263d7978f210ca7763f9a0a326702832a96efb3e6e52f9f85fda1"
|
||||
|
||||
7
recipes-plasma-mobile/koko_22.11.bb
Normal file
7
recipes-plasma-mobile/koko_22.11.bb
Normal file
@@ -0,0 +1,7 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/22.11/koko-22.11.tar.xz"
|
||||
SRC_URI[sha256sum] = "7b1dc3a26c9f78c03c0c572e7741b800492ec8896cdb26e36af7faab539312cb"
|
||||
|
||||
7
recipes-plasma-mobile/koko_23.01.0.bb
Normal file
7
recipes-plasma-mobile/koko_23.01.0.bb
Normal file
@@ -0,0 +1,7 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/23.01.0/koko-23.01.0.tar.xz"
|
||||
SRC_URI[sha256sum] = "d792e948799153368eea4843ff1c884719a5da9acab2889c5d43c2bb1577cbad"
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/21.12/kongress-21.12.tar.xz"
|
||||
SRC_URI[sha256sum] = "fcf36d60d7cb947820defb668c63ca5249e48257d78256fca02ce75704be05ad"
|
||||
|
||||
7
recipes-plasma-mobile/kongress_22.11.bb
Normal file
7
recipes-plasma-mobile/kongress_22.11.bb
Normal file
@@ -0,0 +1,7 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/22.11/kongress-22.11.tar.xz"
|
||||
SRC_URI[sha256sum] = "aba9b0b2f8060b31e338ef9f4707ed7ee88fbf07cfece2065583f69d26eb280f"
|
||||
|
||||
7
recipes-plasma-mobile/kongress_23.01.0.bb
Normal file
7
recipes-plasma-mobile/kongress_23.01.0.bb
Normal file
@@ -0,0 +1,7 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/23.01.0/kongress-23.01.0.tar.xz"
|
||||
SRC_URI[sha256sum] = "259399ac3214a091dc42ec5fc81e7f520b7973b3abe430b886db4a4dc80aaa7a"
|
||||
|
||||
@@ -14,7 +14,10 @@ DEPENDS = " \
|
||||
qtsvg \
|
||||
qtmultimedia \
|
||||
kirigami \
|
||||
kirigami-addons \
|
||||
kwindowsystem \
|
||||
"
|
||||
|
||||
inherit cmake_kdeapp
|
||||
inherit kconfig
|
||||
inherit kcoreaddons
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/21.12/krecorder-21.12.tar.xz"
|
||||
SRC_URI[sha256sum] = "9c84d62cd658ca842a04eb49447bc4e0332a8bf3f23dab300306aa24fc45b109"
|
||||
|
||||
7
recipes-plasma-mobile/krecorder_22.11.bb
Normal file
7
recipes-plasma-mobile/krecorder_22.11.bb
Normal file
@@ -0,0 +1,7 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/22.11/krecorder-22.11.tar.xz"
|
||||
SRC_URI[sha256sum] = "8b834257fca41b24aaa860195cbbb25e23f76d4641c224b53e8c03162e8331f2"
|
||||
|
||||
7
recipes-plasma-mobile/krecorder_23.01.0.bb
Normal file
7
recipes-plasma-mobile/krecorder_23.01.0.bb
Normal file
@@ -0,0 +1,7 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/23.01.0/krecorder-23.01.0.tar.xz"
|
||||
SRC_URI[sha256sum] = "165e5006fdd8af3c0262c6f17fac35ee25a491015aaa17078126dd85111f4a2a"
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/21.12/ktrip-21.12.tar.xz"
|
||||
SRC_URI[sha256sum] = "f9992c7ba8d6878e6738351a4dff6ee6ed56c0f66fd07cb7419030e3609061c4"
|
||||
|
||||
7
recipes-plasma-mobile/ktrip_22.11.bb
Normal file
7
recipes-plasma-mobile/ktrip_22.11.bb
Normal file
@@ -0,0 +1,7 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/22.11/ktrip-22.11.tar.xz"
|
||||
SRC_URI[sha256sum] = "c7eb0b95203204bb54be026fcaa9c7216b5287c77e11cf35ec1108796572b21e"
|
||||
|
||||
7
recipes-plasma-mobile/ktrip_23.01.0.bb
Normal file
7
recipes-plasma-mobile/ktrip_23.01.0.bb
Normal file
@@ -0,0 +1,7 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/23.01.0/ktrip-23.01.0.tar.xz"
|
||||
SRC_URI[sha256sum] = "1546edebeec36fa313e587cb432817af0136a125f51b2882489532084373c9d0"
|
||||
|
||||
@@ -15,6 +15,7 @@ DEPENDS = " \
|
||||
qtquickcontrols2 \
|
||||
ki18n \
|
||||
kirigami \
|
||||
kirigami-addons \
|
||||
knotifications \
|
||||
kquickcharts \
|
||||
plasma-framework \
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/21.12/kweather-21.12.tar.xz"
|
||||
SRC_URI[sha256sum] = "f2e4db4833d4751401075be447261cfc8d5996b55d090144fd79e903678e3b80"
|
||||
|
||||
7
recipes-plasma-mobile/kweather_22.11.bb
Normal file
7
recipes-plasma-mobile/kweather_22.11.bb
Normal file
@@ -0,0 +1,7 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/22.11/kweather-22.11.tar.xz"
|
||||
SRC_URI[sha256sum] = "b4d931e87dc9b2a54480de80634cc67d6d4cea03d29aae9e9279c3723d390c6b"
|
||||
|
||||
7
recipes-plasma-mobile/kweather_23.01.0.bb
Normal file
7
recipes-plasma-mobile/kweather_23.01.0.bb
Normal file
@@ -0,0 +1,7 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/23.01.0/kweather-23.01.0.tar.xz"
|
||||
SRC_URI[sha256sum] = "fae48fc7aa8fc2c0578c7d942326e021662ff0e9f3280f6ff78c2fd1bf448bc1"
|
||||
|
||||
@@ -14,6 +14,7 @@ DEPENDS = " \
|
||||
kinit \
|
||||
modemmanager-qt \
|
||||
networkmanager-qt \
|
||||
kirigami-addons \
|
||||
"
|
||||
|
||||
inherit cmake_plasma
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/21.12/plasma-settings-21.12.tar.xz"
|
||||
SRC_URI[sha256sum] = "a7d10ebb970ea01c1bbb38680155f9f1727794b37e03f6c7eb3f362dc9e226bf"
|
||||
|
||||
7
recipes-plasma-mobile/plasma-settings_22.11.bb
Normal file
7
recipes-plasma-mobile/plasma-settings_22.11.bb
Normal file
@@ -0,0 +1,7 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/22.11/plasma-settings-22.11.tar.xz"
|
||||
SRC_URI[sha256sum] = "b2e01bd415dd20872281f636496d1db617a5b84e5e6dc63b9f9fd8c5e80de75d"
|
||||
|
||||
7
recipes-plasma-mobile/plasma-settings_23.01.0.bb
Normal file
7
recipes-plasma-mobile/plasma-settings_23.01.0.bb
Normal file
@@ -0,0 +1,7 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI = "https://download.kde.org/stable/plasma-mobile/23.01.0/plasma-settings-23.01.0.tar.xz"
|
||||
SRC_URI[sha256sum] = "e786dd522969fea5be9f4e91ecfb8ccffc28127ba0de74f634aa9600bdfce03b"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user