Commit Graph

16 Commits

Author SHA1 Message Date
Justin Hammond
8d32ec2187 Bump KF5 frameworks to 5.109.0 2023-08-24 17:38:22 +08:00
Andreas Cord-Landwehr
6d05eb8545 Update to KF 5.101.0 2022-12-11 09:45:35 +01:00
Hannah Kiekens
c941a21cfe Switch to new bitbake override syntax 2021-10-28 17:39:13 +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
f1a2631d9f Update license statements of libraries 2021-06-20 11:29:37 +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
51ed652ecd Adapt recipes for _metadata.inc usage 2021-01-01 14:28:42 +01:00
Andreas Cord-Landwehr
e248665881 Make project REUSE compatible
The change was performed as follows:
- it was checked that the COPYING.MIT license was present with the
  initial commit and such each contributor was awere of the license
- mail was around to all previous contributors to check this assumption
  (mail was not replied by Hannah and Sebastian); every reply was a
  confirmation of the assumed MIT licensing
- all copyright information were recovered from the respective Git
  commits
- reuse lint was to used to check the REUSE conformance
2020-09-26 18:29:02 +02:00
Andreas Cord-Landwehr
171772d8f6 Adapt package licenes to actual licenses
After recent conversion of KF5 repositories to SPDX, the outbound
licenses are much more clear. As a first step, introduce the lowest
available license version into the package. Note that many packages
are dual-licenses (e.g. LGPL-2.0-only or LGPL-2.1-only), which is
not yet respected in the statements.
2020-09-12 18:21:54 +02:00
Volker Krause
e5e32bcb41 Move from anongit.kde.org to invent.kde.org
anongit has been switched off in favor of Gitlab.
2020-06-11 17:06:14 +02:00
Volker Krause
8dc0937d5d Update to KDE Frameworks 5.56.0 2019-03-09 19:48:03 +01:00
Hannah Kiekens
62f5ace549 Require distro feature xattr for kfilemetadata
Summary:
Extended attributes for the FS are enabled on a distro feature level in Yocto
This check makes Yocto fail in the beginning of a build with an appropriate message

Reviewers: #kde_yocto, vkrause

Reviewed By: #kde_yocto, vkrause

Differential Revision: https://phabricator.kde.org/D19031
2019-02-15 13:50:21 +01:00
Volker Krause
3148b4fc4b Refactor ki18n dependency handling 2019-02-10 10:52:28 +01:00
Alistair Francis
da86983530 Add missing depdencies
Summary:
When cross compiling for RISC-V these are missing dependencies that are required to build.

For gettext we are following what was done in OE-core with patch:
    atk: add explicit gettext-native dependency

we need to explicitly specify gettext-native as a dependency as the gettext class reduces dependencies in native builds.

Reviewers: vkrause

Reviewed By: vkrause

Differential Revision: https://phabricator.kde.org/D14982
2018-08-22 10:50:21 -07:00
Volker Krause
321066379c Move handling of cmake/qmake dev files to the KF5 class
Reviewers: cordlandwehr

Reviewed By: cordlandwehr

Differential Revision: https://phabricator.kde.org/D7019
2017-07-31 20:47:39 +02:00
Volker Krause
74029e75d9 Add KFileMetaData recipe
Reviewers: cordlandwehr

Reviewed By: cordlandwehr

Differential Revision: https://phabricator.kde.org/D7003
2017-07-31 20:43:36 +02:00