Andreas Cord-Landwehr
cc365492d3
Update to KF 5.84.0
2021-07-13 20:55:24 +02:00
Andreas Cord-Landwehr
521a4d2cda
Add support for historic exceptions in framework structure
2021-06-25 20:24:25 +02:00
Andreas Cord-Landwehr
9105a3d1e5
Switch packages to tarballs
2021-06-25 20:23:56 +02:00
Andreas Cord-Landwehr
1a7eb8e414
Extend relese script with SRC_URI data for git access
2021-06-25 20:03:28 +02:00
Andreas Cord-Landwehr
7d8151445c
Move git specific SRC_URI data to generated inc file
...
This allows to provide two different mechanism (git + tarballs) which
can be selected on demand without having to manually change any code.
2021-06-25 20:03:17 +02:00
Andreas Cord-Landwehr
340733322d
Add release script option for tarball files
...
Tarballs have two main advantages for releases:
- they contain translations
- they do not require a Bitbake roundtrip to the git server, which is
important of sstate caching and reproducible builds (when using a tag
instead of a hash, Bitbake resolves the tag on each build)
The current script version expects that the sha256 values are checked
against the respective release.
2021-06-25 19:22:59 +02:00
Andreas Cord-Landwehr
f1a2631d9f
Update license statements of libraries
2021-06-20 11:29:37 +02:00
Andreas Cord-Landwehr
0ba1bcb0e6
Patch plasma-framework to build with EGL support
...
plasma-framework switched to CMake's OpenGl::EGL targets, which require
GLVND support for EGL being available, which is not yet available in
Yocto.
2021-06-19 20:17:11 +02:00
Andreas Cord-Landwehr
bcb359e3f3
Bump all KF recipe version to 5.83.0
2021-06-12 15:15:52 +02:00
Andreas Cord-Landwehr
dbe9b73906
Add LicenseRef-KDE-Accepted-GPL to shipped licenses
2021-06-12 15:05:52 +02:00
Andreas Cord-Landwehr
0f4061a13d
Update plasma-wayland-protocols to 1.3.0
...
Version is required by next Plasma release 5.22.0
2021-05-22 17:59:33 +02:00
Andreas Cord-Landwehr
eeda63222f
Raise compatibility threashold to warrior
...
features_check class was newly introduced in warrior.
2021-05-15 08:54:12 +02:00
Andreas Cord-Landwehr
c60802e5fd
Switch from distro_features_check to features_check
...
The previous checks are a subset of the new class.
2021-05-15 08:51:12 +02:00
Andreas Cord-Landwehr
d7b2bfcf37
Update to KF 5.82.0
2021-05-14 15:31:29 +02:00
Andreas Cord-Landwehr
0842854990
Revert acciential changed default for license check
2021-04-24 10:48:36 +02:00
Andreas Cord-Landwehr
2bbf4f0c52
Fix mimetype warning
2021-04-24 10:48:36 +02:00
Andreas Cord-Landwehr
a63db1c3b2
Update plasma-wayland-protocols to 1.2.1
2021-04-24 10:48:36 +02:00
Andreas Cord-Landwehr
1ef9e1b872
Update to KF 5.81.0 Release
2021-04-24 10:48:36 +02:00
Andreas Cord-Landwehr
1c097510ae
Few improvements to license statement verbosity
2021-04-24 10:48:36 +02:00
Andreas Cord-Landwehr
08be268341
Update to KDE Frameworks 5.80.0
2021-03-27 10:37:00 +00:00
Kai Uwe Broulik
47b42772f0
Support gatesgarth
...
Reviewed-By: Volker Krause
2021-03-22 11:31:10 +01:00
Andreas Cord-Landwehr
5c4333428a
Port libdmtx away from unstable GitHub API
2021-02-14 18:12:01 +01:00
Andreas Cord-Landwehr
8b8cf2bbf1
Add KNotifications to Purpose's dependencies
2021-02-13 16:12:59 +01:00
Andreas Cord-Landwehr
48a4ab3109
Update lmdb to latest patch release 0.9.28
2021-02-13 16:12:42 +01:00
Andreas Cord-Landwehr
be8463fede
Update Polkit-Qt to latest patch release 0.113
2021-02-13 16:12:24 +01:00
Andreas Cord-Landwehr
e99d8e4afd
Update libdmtx to latest patch release 0.7.5
2021-02-13 16:12:08 +01:00
Andreas Cord-Landwehr
fadf7ddc11
Update Phonon to 4.11.1
...
Version update required for KNotifications to build.
2021-02-13 16:05:23 +01:00
Andreas Cord-Landwehr
5fd31a3e56
Update frameworks to 5.79.0
2021-02-13 16:05:05 +01:00
Andreas Cord-Landwehr
e308b2c463
Update Threadweaver license statement
2021-02-07 13:35:36 +01:00
Andreas Cord-Landwehr
cc05527024
Update Prison license statement
2021-02-07 13:35:22 +01:00
Andreas Cord-Landwehr
ead9805392
Support multiple checksums per license
2021-02-07 13:27:19 +01:00
Andreas Cord-Landwehr
0a6dbad5ea
Update Attica license statement
2021-02-07 10:11:44 +01:00
Andreas Cord-Landwehr
1ddbf82198
Disable license check per default
2021-02-07 10:03:23 +01:00
Andreas Cord-Landwehr
b880c4bbe0
Fix Yocto license file naming
2021-02-07 10:02:54 +01:00
Andreas Cord-Landwehr
003f1a5110
Revisit KArchive license statement
2021-02-07 09:50:45 +01:00
Andreas Cord-Landwehr
0240a04206
Provide default license text for LicenseRef-KDE-Accepted-LGPL
2021-02-07 09:49:46 +01:00
Andreas Cord-Landwehr
14920ec41e
Revisit REUSE checksum generator tool
...
- implement automatic checksum generator for arbitrary license
expressions using &, | and braces
- implement warnings if source package has more licenses than
stated in recipe
2021-02-07 09:48:58 +01:00
Andreas Cord-Landwehr
aa748fda64
Use non-weak assignment for metainfo
...
I am actully not sure why, but looking at the bitbake environment
trace, the weak assignment operator leads to SUMMARY and
consequently also DESCRIPTION to be set to a default value instead
of the preset value.
2021-02-06 11:01:19 +00:00
Andreas Cord-Landwehr
e6318e506f
Fix mime-xdg dependency warning
2021-01-09 11:35:25 +01:00
Andreas Cord-Landwehr
5ce16e7895
Update KF5 to 5.78.0
2021-01-09 11:08:30 +01:00
Andreas Cord-Landwehr
2d864b9c6e
Reuse source checkouts
2021-01-02 11:51:57 +01:00
Andreas Cord-Landwehr
249fe40b39
Use git checkouts for obtaining metainfo data
2021-01-02 10:40:12 +01:00
Andreas Cord-Landwehr
76f0c6adf2
Adapt recipe-qa script for weak HOMEPAGE assignments
2021-01-01 14:58:12 +01:00
Andreas Cord-Landwehr
f3c85eb41c
Rename ksyntaxhightlighting to syntax-highlighting
...
Use KDE base name for better tooling.
2021-01-01 14:51:32 +01:00
Andreas Cord-Landwehr
053887b73c
Make package renaming backwards compatible
2021-01-01 14:43:36 +01:00
Andreas Cord-Landwehr
e17452f722
Rename oxygen-icons to oxygen-icons5
...
Adapt to KDE basename to improve tooling.
2021-01-01 14:43:36 +01:00
Andreas Cord-Landwehr
0d346628e4
Rename kactivitiesstats to kactivities-stats
...
Match KDE basename for easier tooling.
2021-01-01 14:36:06 +01:00
Andreas Cord-Landwehr
51ed652ecd
Adapt recipes for _metadata.inc usage
2021-01-01 14:28:42 +01:00
Andreas Cord-Landwehr
3c326532cf
Add metainfo option to release script
2021-01-01 14:22:33 +01:00
Andreas Cord-Landwehr
43199cf2db
Add generated metadata to frameworks
2021-01-01 14:22:33 +01:00