Commit Graph

13 Commits

Author SHA1 Message Date
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
Andreas Cord-Landwehr
da5cd0b003 Update packaging for 5.74.0 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
Alistair Francis
7ee4660d30 recipes-kf5: Specify the libxml2 native dependencies
Summary: Signed-off-by: Alistair Francis <alistair.francis@wdc.com>

Reviewers: vkrause

Reviewed By: vkrause

Differential Revision: https://phabricator.kde.org/D20454
2019-04-11 09:39:51 -07:00
Volker Krause
f00bb0a0b4 Properly cross-compile kpackagetool5 2019-03-10 12:30:27 +01:00
Volker Krause
5c95f585bf Port native tools to use KF5_HOST_TOOLING
The previous hack of just copying the native tools into the target sysroot
has several limitations:
- it no longer works with relative RPATHs being used
- it fails in the case of kpackage where we need the same tools for host
  and target
2019-02-16 13:32:41 +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
7b2dce6e3e Add more runtime dependencies 2018-01-20 13:16:58 +01:00
Volker Krause
d444143bb4 Update to KDE Frameworks 5.42.0 2018-01-16 19:36:16 +01:00
Volker Krause
c0b435cc5c Add missing dependency 2018-01-10 21:12:17 +01:00
Volker Krause
b4a58bb447 Add KDeclarative recipe
Summary:
This requires Qt to be built with qml-debug enabled atm, without that
KDeclarative fails to link. Looks non-trivial to fix, the necessary
defines seem to be missing in the Qt5 cmake config files.

Reviewers: cordlandwehr

Differential Revision: https://phabricator.kde.org/D7025
2017-08-03 22:10:32 +02:00