Jan Vermaete
cb9132b18c
sddm: fixed typo in the Upstream-Status line
...
Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com >
2025-06-10 18:03:46 +02:00
Jan Vermaete
9942ddcb1a
common: lack of whitespace around the assignment
...
Fixed these warning for Yocto (@master)
Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com >
2025-06-10 18:03:10 +02:00
Rob Woolley
6624c74a9c
qps: Add missing file
...
Signed-off-by: Rob Woolley <rob.woolley@windriver.com >
2025-03-07 00:31:56 +01:00
Rob Woolley
6c3f322489
pcmanfm-qt: Add missing file
...
Signed-off-by: Rob Woolley <rob.woolley@windriver.com >
2025-03-07 00:31:56 +01:00
Rob Woolley
c0af12f61f
obconf-qt: Remove unneeded backport patch
...
Signed-off-by: Rob Woolley <rob.woolley@windriver.com >
2025-03-07 00:31:56 +01:00
Rob Woolley
c1744b35df
lxqt-session: Update procps-ng patches
...
Remove the old backported patch which has been merged in. Add
a new backport that updates lxqt-session for procps-ng API changes.
Signed-off-by: Rob Woolley <rob.woolley@windriver.com >
2025-03-07 00:31:56 +01:00
Rob Woolley
a632c520d5
lxqt-session: Refresh existing patch
...
Add Upstream-Status and refresh the context to apply without fuzz.
Signed-off-by: Rob Woolley <rob.woolley@windriver.com >
2025-03-07 00:31:56 +01:00
Rob Woolley
848a26a57a
lxqt-panel: Add missing files
...
Signed-off-by: Rob Woolley <rob.woolley@windriver.com >
2025-03-07 00:31:56 +01:00
Rob Woolley
be54e0851f
lxqt-config: Disable lxqt-config-monitor
...
The lxqt-config package has a dependency on libkscreen from KDE.
To avoid upgrading all of KDE, we can instead disable lxqt-config-monitor
and remove libkscreen from the dependency list.
Signed-off-by: Rob Woolley <rob.woolley@windriver.com >
2025-03-07 00:31:56 +01:00
Rob Woolley
b9c5a0aff1
lxqt: Add lxqt-menu-data
...
Add the new recipe to packages that depend on it.
Signed-off-by: Rob Woolley <rob.woolley@windriver.com >
2025-03-07 00:31:56 +01:00
Rob Woolley
d9e15cc45a
lxqt-menu-data: Replace lxmenu-data
...
LXQt forked the lxmenu-data package from LXDE to produce their own
custom version.
Signed-off-by: Rob Woolley <rob.woolley@windriver.com >
2025-03-07 00:31:56 +01:00
Rob Woolley
478a85effb
libdbusmenu-qt5: Remove buildpath from header file
...
This header file specifies the absolute build path in the #include directive.
Change the path to the target destination path to avoid a QA error.
Signed-off-by: Rob Woolley <rob.woolley@windriver.com >
2025-03-07 00:31:56 +01:00
Rob Woolley
2a890cfe16
extra-cmake-modules: Add Upstream-Status to patch
...
Signed-off-by: Rob Woolley <rob.woolley@windriver.com >
2025-03-07 00:31:56 +01:00
Rob Woolley
da181ac2e5
solid: Remove buildpaths in preprocessor annotations
...
The QMake build system adds comments to the files to show where
code is included from. We remove these references to the
build machine to avoid QA warnings about unreproducible builds.
Signed-off-by: Rob Woolley <rob.woolley@windriver.com >
2025-03-07 00:31:56 +01:00
Rob Woolley
cbead7cf0a
kwayland: Exclude deprecated features
...
The server support is marked as deprecated and was removed shortly
after this release. We can just disable it from building instead of
fixing the build failure.
Signed-off-by: Rob Woolley <rob.woolley@windriver.com >
2025-03-07 00:31:56 +01:00
Rob Woolley
d84b1cef8e
kde-kf5: upgrade 5.99.0 -> 5.101.0
...
Signed-off-by: Rob Woolley <rob.woolley@windriver.com >
2025-03-07 00:31:56 +01:00
Rob Woolley
fc46325a60
layer.conf: Add latest releases to compatible versions
...
Signed-off-by: Rob Woolley <rob.woolley@windriver.com >
2025-03-07 00:31:56 +01:00
Rob Woolley
bcc4f2e088
lxqt-session: Backport libprocps compatibility fix
...
Signed-off-by: Rob Woolley <rob.woolley@windriver.com >
2024-05-18 12:10:14 +02:00
Rob Woolley
8238b83467
obconf-qt: Backport fix for invalid conversion from xmlError
...
Signed-off-by: Rob Woolley <rob.woolley@windriver.com >
2024-05-18 12:10:14 +02:00
Rob Woolley
c38fbea1de
kwayland: Add missing wayland-protocols dependency
...
When building kwayland, CMake complains that WaylandProtocols could not
be found. Addiing wayland-protocols satisfies this requirement.
Signed-off-by: Rob Woolley <rob.woolley@windriver.com >
2024-05-18 12:10:14 +02:00
Chaitanya Vadrevu
643f0ef420
layer.conf: Add scarthgap to compatible versions
...
Signed-off-by: Chaitanya Vadrevu <chaitanya.vadrevu@ni.com >
2024-05-05 19:41:53 +02:00
Alex Stewart
ea5199d74f
layer.conf: assert nanbield compatibility
...
Signed-off-by: Alex Stewart <alex.stewart@ni.com >
2024-03-12 15:15:34 +01:00
Alex Stewart
70046ad8d9
avogadrolibs: specify SRCREV_FORMAT
...
The avogadrolibs.inc specifies three source repos in its SRC_URI, but
does not use SRCREV_FORMAT to declare which is the primary source. As of
nanbield, this causes a parse-time error.
```
bb.data_smart.ExpansionError: Failure expanding variable fetcher_hashes_dummyfunc[vardepvalue], expression was ${@bb.fetch.get_hashvalue(d)} which triggered exception FetchError: Fetcher failure: The SRCREV_FORMAT variable must be set when multiple SCMs are used.
```
Assert a valid SRCREV_FORMAT, to avoid this error.
Signed-off-by: Alex Stewart <alex.stewart@ni.com >
2023-12-14 20:33:55 +01:00
Haakon Drews
a2a96dfd0b
karchive: fix native recipe to use native dependencies
...
When using inherit native, native.bbclass will not automatically change
dependencies to their -native versions. Due to this, non-native
dependencies will be set for karchive-native.
This patch fixes that by using BBCLASSEXTEND instead, which will
automatically convert dependencies to their -native variants.
See
https://docs.yoctoproject.org/4.0.8/singleindex.html#term-BBCLASSEXTEND
2023-05-01 14:00:07 +02:00
Andreas Müller
7f9d6f335b
krita: upgrade 5.1.2 -> 5.1.3
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-11-06 23:48:21 +01:00
Andreas Müller
ab16701262
kdreports: upgrade 1.9.0 -> 2.2.0
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-11-06 22:13:12 +01:00
Andreas Müller
3d176e62ae
kdcharts: upgrade 1.9.0 -> 2.2.0
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-11-06 22:06:17 +01:00
Andreas Müller
d467f3292d
perl-template-toolkit: upgrade 3.009 -> 3.010
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-11-06 21:26:35 +01:00
Andreas Müller
9422ec2ff9
perl-path-tiny: upgrade 0.116 -> 0.130
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-11-06 21:24:49 +01:00
Andreas Müller
0821a142a6
okteta: upgrade 0.26.6 -> 0.26.9
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-11-06 21:13:44 +01:00
Andreas Müller
d0a8bc045c
translate-toolkit: upgrade 3.6.0 -> 3.7.4
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-11-06 21:11:26 +01:00
Andreas Müller
2478bab2ba
timidity++: upgrade 2.14.0 -> 2.15.0
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-11-06 21:06:18 +01:00
Andreas Müller
7cb577728a
xapian-core: upgrade 1.4.18 -> 1.4.21
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-11-06 21:02:30 +01:00
Andreas Müller
4b5be6e043
kimageannotator: upgrade 0.2.0 -> 0.6.0
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-11-06 20:58:47 +01:00
Andreas Müller
2af5f70775
qca: upgrade 2.3.4 -> 2.3.5
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-11-06 20:56:05 +01:00
Andreas Müller
0f81c6762c
quazip: upgrade 1.1 -> 1.3
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-11-06 20:55:37 +01:00
Andreas Müller
e9d973c849
neochat: upgrade to 1.2.0 and finish recipe
...
neochat slipped in unfinished
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-11-06 20:40:47 +01:00
Andreas Müller
fd1419221b
libquotient: upgrade 0.6.4 -> 0.6.11
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-11-06 20:40:47 +01:00
Andreas Müller
4f1100b2f5
quaternion: upgrade 0.0.9.4e -> 0.0.95.1
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-11-06 20:40:47 +01:00
Andreas Müller
6e0a0efecf
kquickimageeditor: Initial add 0.2.0
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-11-06 20:25:38 +01:00
Andreas Müller
60e311e3d7
cmark: Extend to native and hack CMake files valid
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-11-06 20:22:31 +01:00
Andreas Müller
18129ed444
qtxdg-tools: Fix license file/checksum
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-11-06 18:49:39 +01:00
Andreas Müller
d6ac777be8
grantlee: Fix license checksum
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-11-06 18:34:21 +01:00
Andreas Müller
6328dd8589
screengrab: upgrade 2.4.0 -> 2.5.0
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-11-06 18:19:40 +01:00
Andreas Müller
9183af7e47
qterminal: upgrade 1.1.0 -> 1.2.0
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-11-06 18:17:52 +01:00
Andreas Müller
feed8151d6
qtermwidget: upgrade 1.1.0 -> 1.2.0
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-11-06 18:16:29 +01:00
Andreas Müller
c6d26e3152
qps: upgrade 2.5.0 -> 2.6.0
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-11-06 18:16:24 +01:00
Andreas Müller
38a532d7e4
pcmanfm-qt: upgrade 1.1.0 -> 1.2.0
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-11-06 18:16:24 +01:00
Andreas Müller
c580a23186
lxqt-themes: upgrade 1.1.0 -> 1.2.0
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-11-06 18:16:24 +01:00
Andreas Müller
c39698b284
lxqt-sudo: upgrade 1.1.0 -> 1.2.0
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-11-06 18:16:17 +01:00