Commit Graph

693 Commits

Author SHA1 Message Date
Marc Ferland
4989f8d4fb plasma-mobile: fix license checksum error
ERROR: plasma-mobile-6.2.4-r0 do_populate_lic: QA Issue: plasma-mobile: The LIC_FILES_CHKSUM does not match for file://LICENSES/LGPL-3.0-only.txt;md5=8d51f5b5fd447f7a1040c3dc9f0a8de6
plasma-mobile: The new md5 checksum is 1a523aee720780ffc0705c5bf17a6421

Caused by commit: eb9509ce68f2f92ac8ed8426bde0c95330805def

Signed-off-by: Marc Ferland <marc.ferland@gmail.com>
2024-12-15 10:46:09 -05:00
Marc Ferland
7605bc5fdc ttf-noto-emoji: add recipe
TTF Noto Emoji fonts from Google.

These will add emojis to the maliit keyboard and also allow displaying
the flags in the Settings panel (Region & Language section).

Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
2024-12-06 14:30:15 -05:00
Marc Ferland
d3fbdde30d krdp: disable krdp_server user service
User services cannot be enabled at do_rootfs time. They generate
errors similar to:

ERROR: image-1.0-r0 do_rootfs: Error: Systemctl main enable issue in plasma-krdp_server.service (plasma-krdp_server.service)
ERROR: image-1.0-r0 do_rootfs: Postinstall scriptlets of ['krdp'] have failed. If the intention is to defer them to first boot,
then please place them into pkg_postinst_ontarget:${PN} ().
Deferring to first boot via 'exit 1' is no longer supported.
Details of the failure are in /path/to/tmp/work/machine/image/1.0/temp/log.do_rootfs.
ERROR: Logfile of failure stored in: /path/to/tmp/work/machine/image/1.0/temp/log.do_rootfs.123456
ERROR: Task (/path/to/image.bb:do_rootfs) failed with exit code '1

Note that the service _will_ be activated when users turn on the krdp
server from the system settings UI. So actually activating it from the
recipe is not really what we want anyway.

Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
2024-12-04 09:11:31 -05:00
Marc Ferland
0edbfa05ed pipewire: enable ffmpeg support
The plasma shell can record the screen (encoded in x264) and store the
movie in $HOME/Videos. For this to happen, ffmpeg support has to be
present in pipewire.

Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
2024-11-26 11:29:42 -05:00
Marc Ferland
4a937fca45 qtmultimedia: enable vaapi
QtMultimedia can use hardware video coding/decoding, make sure it is enabled.

Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
2024-11-26 11:29:42 -05:00
Marc Ferland
447712afbd ffmpeg: make sure to enable x264 and vaapi
KRdp will use x264 and VA-API to encode the screen using hardware
acceleration. Make sure both of these options are enabled.

Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
2024-11-26 11:29:42 -05:00
Marc Ferland
f77c7d571b recipes-plasma: update to 6.2.4
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
2024-11-26 11:29:42 -05:00
Marc Ferland
b62f333a91 koko: add runtime dependency on kirigami-addons
It is required at runtime:

fb92978388

Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
2024-11-26 11:29:42 -05:00
Marc Ferland
d07874fbf0 koko: add runtime dependency on kquickimageeditor
From the configure log:

-- The following RUNTIME packages have been found:

 * org.kde.kquickimageeditor-QMLModule, QML module 'org.kde.kquickimageeditor' is a runtime dependency.
...

Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
2024-11-26 11:29:42 -05:00
Marc Ferland
f248159a7e koko: add dependency on purpose
From koko configure log:

CMake Warning at CMakeLists.txt:77 (find_package):
  By not providing "FindKF6Purpose.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "KF6Purpose", but CMake did not find one.

  Could not find a package configuration file provided by "KF6Purpose" with
  any of the following names:

    KF6PurposeConfig.cmake
    kf6purpose-config.cmake

  Add the installation prefix of "KF6Purpose" to CMAKE_PREFIX_PATH or set
  "KF6Purpose_DIR" to a directory containing one of the above files.  If
  "KF6Purpose" provides a separate development package or SDK, be sure it has
  been installed.

Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
2024-11-26 11:29:42 -05:00
Marc Ferland
1e35c12aa1 recipes-application: update to 24.08.3
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
2024-11-26 11:29:42 -05:00
Andreas Cord-Landwehr
1db4e55bbb maliit-framework-qt6: fix task position for sed rule 2024-11-25 19:56:47 +01:00
Andreas Cord-Landwehr
9dd5814576 plasma-workspace: fix QA buildpath issue 2024-11-19 20:09:06 +00:00
Andreas Cord-Landwehr
52379c7e43 kwin: fix qtwaylandscanner buildpath QA issue 2024-11-19 20:09:06 +00:00
Andreas Cord-Landwehr
f781f1c655 maliit-framework-qt6: fix QA buildpath issues 2024-11-19 20:09:06 +00:00
Andreas Cord-Landwehr
a4cacd5cc7 bluedevil: fix QA buildpath issue 2024-11-06 17:44:29 +00:00
Andreas Cord-Landwehr
0e08b9f9d1 kclock: fix QA buildpath issue 2024-11-06 17:44:29 +00:00
Andreas Cord-Landwehr
e4bc3c1437 plasma-activities: fix QA buildpath issue 2024-11-06 17:44:29 +00:00
Andreas Cord-Landwehr
99ba216201 kosmindoormap: fix QA buildpath issue 2024-11-06 17:44:29 +00:00
Andreas Cord-Landwehr
7c1ae01aa2 kopeninghours: fix buildpath QA issue 2024-11-06 17:44:29 +00:00
Marc Ferland
b09061d6fc pulseaudio-qt: fix runtime warning
plasma-settings outputs the following warning at runtime:

    plasma-settings[2629]: org.kde.plasma.pulseaudio: Settings schema
    org.freedesktop.pulseaudio.module-group is not installed

This is caused by a missing schema:

    /usr/share/glib-2.0/schemas/org.freedesktop.pulseaudio.gschema.xml

Install pulseaudio-module-gsettings to clear the warning.

Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
2024-11-06 08:51:09 -05:00
Marc Ferland
0bdeecd994 pulseaudio-qt: move recipes to recipes-support
pulseaudio-qt is not considered something 'extra' it is quite
important. Moving it to recipes-support makes sense.

Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
2024-11-05 16:07:16 -05:00
Marc Ferland
e46de5cd2d Remove duplicate recipe for pulseaudio-qt
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
2024-11-05 16:07:12 -05:00
Marc Ferland
e888d859c4 pulseaudio-qt: bump to latest release
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
2024-11-05 16:06:55 -05:00
Marc Ferland
1d962b6308 dolphin: add recipe
Add recipe for the Dolphin file manager.

Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
2024-11-01 10:08:32 -04:00
Andreas Cord-Landwehr
a889eb67a6 koko: switch to geonames-data mirror 2024-10-29 17:45:52 +01:00
Andreas Cord-Landwehr
9f1bfaa8f3 pulseaudio: update to 1.6.1 2024-10-28 18:32:12 +01:00
Andreas Cord-Landwehr
34d923a23d kscreenlocker: migrate to UNPACKDIR 2024-10-28 18:30:26 +01:00
Andreas Cord-Landwehr
b74ab1e54e plasma-nm: add inherit to mime-xdg 2024-10-28 18:30:26 +01:00
Andreas Cord-Landwehr
3a4f82abd0 recipes-plasma: update to 6.2.2 2024-10-28 18:30:26 +01:00
Andreas Cord-Landwehr
d1fa84b049 kwin: add workaround for UNPACKDIR migration 2024-10-23 16:48:05 +00:00
Andreas Cord-Landwehr
94bd251792 sddm: add workaround for UNPACKDIR migration 2024-10-23 16:48:05 +00:00
Andreas Cord-Landwehr
0060e75954 systemd: make PACKAGECONFIG depend on package version 2024-10-23 16:48:05 +00:00
Andreas Cord-Landwehr
51fb0d69fe poppler: adapt to new qt6 build option in 24.04.x 2024-10-23 16:48:05 +00:00
Andreas Cord-Landwehr
127cf3b870 layer.conf: update compatibility to scarthgap and styhead
Remove EOF versions and prepare for styhead.
2024-10-23 16:48:05 +00:00
Andreas Cord-Landwehr
0777a09ca4 powerdevil: add new dependency to qtwayland-native 2024-10-14 14:54:27 +02:00
Andreas Cord-Landwehr
6a708b4ea3 plasma-workspace: add new build dependency to qtpositioning 2024-10-14 14:54:27 +02:00
Andreas Cord-Landwehr
07b300b06a pulseaudio-qt: update to 1.6.0 2024-10-14 14:54:27 +02:00
Andreas Cord-Landwehr
39429b1f2d kirigami-addons: update to 1.5.0 2024-10-14 14:54:27 +02:00
Andreas Cord-Landwehr
344a45f1dd recipes-plasma: update from 6.1.4 to 6.2.0 2024-10-14 14:54:27 +02:00
Andreas Cord-Landwehr
f95c6d9e33 kwin: add patch upstream status 2024-10-05 10:40:52 +02:00
Andreas Cord-Landwehr
1403264513 maliit-keyboard-qt6: add patch upstream status 2024-10-05 10:40:13 +02:00
Andreas Cord-Landwehr
67035a3ce6 libpinyin: add patch upstream status 2024-10-05 10:39:59 +02:00
Andreas Cord-Landwehr
1d5f52562f libchewing: add patch upstream status 2024-10-05 10:39:41 +02:00
Andreas Cord-Landwehr
e62121b2da qmltermwidget: set upstream status for patches 2024-10-05 08:59:36 +02:00
Andreas Cord-Landwehr
b9efd81f2b telepathy-qt: drop package
This package does not provide an Qt6 build, seems to be inactive on
upstream side and no packaged KDE package requires it.
2024-10-05 08:58:38 +02:00
Andreas Cord-Landwehr
f31457bddf itinerary: add build dependency to qtkeychain 2024-10-05 08:43:32 +02:00
Andreas Cord-Landwehr
55a3855e03 dragon: remove backported patch after upstream merge 2024-10-05 08:33:33 +02:00
Andreas Cord-Landwehr
32cddaab63 plasma-workspace: remove patch after upstream merge 2024-10-05 08:32:50 +02:00
Marc Ferland
9c7c8b07d6 core-image-plasma-mobile: install ttf-noto in core-image-plasma-mobile
When testing the core-image-plasma-mobile image in QEMU, I noticed
that no fonts were getting rendered correctly, turns out no fonts had
been installed (i.e.: /usr/share/fonts was empty).

Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
2024-10-05 06:13:33 +00:00