Commit Graph

16 Commits

Author SHA1 Message Date
Thomas Tuegel
e1aa8a713b kdeFrameworks: remove redundant maintainer lists
I am automatically a maintainer of all packages in the set, so there is not
reason to mention me explicitly as the maintainer of every individual package.
2021-04-07 14:12:19 -05:00
Thomas Tuegel
8bc1acd926 kdeFrameworks: mark broken with Qt < 5.14 2021-04-07 05:44:29 -05:00
Thomas Tuegel
3f05570550 kwindowsystem: broken with Qt < 5.14 2021-02-20 08:19:57 -06:00
Thomas Tuegel
2cc1011be1 kwindowsystem: use versionOlder 2020-12-12 16:07:18 -06:00
Thomas Tuegel
262f666092 kwindowsystem: update platform plugins path patch 2020-12-12 16:07:18 -06:00
Tom Hall
953461a165 kde-frameworks: 5.73 -> 5.76 2020-12-12 16:05:44 -06:00
V
79921889a0 treewide: convert patch series files to Nix expressions
Nix expressions provide all the features that Quilt series files have,
so using those instead is pointless. Also, lib.readPathsFromFile
(the function used to read series files) has the following warning:

> NOTE: This function is not performant and should be avoided.

This also removes some orphaned series files, and unused references to
copyPathsToStore (which were probably missed in previous commits
where calls to lib.readPathsFromFile were removed)
2020-09-03 19:15:05 +02:00
nyanloutre
75f8706806 kwindowsystem: fix patch 2019-11-14 01:26:20 +01:00
Will Dietz
9fea8eed2b kwindowsystem: update patch 2019-09-18 13:26:14 -05:00
Peter Hoeg
6aeaadfb8a kwindowsystem: add missing dependencies 2017-10-23 22:49:36 +08:00
Bastian Köcher
7d735d6834 Kde-Frameworks: Increases the minimum qt version to 5.7 2017-08-23 13:55:44 +02:00
Thomas Tuegel
b7f895d972 kwindowsystem: use QLatin1String instead of QStringLiteral 2017-06-18 08:44:46 -05:00
Thomas Tuegel
faf0d3e91d kdeFrameworks: fixup inputs and outputs
- Reduce environment pollution with a separate $bin output containing programs,
  plugins, and shared data. Libraries remain in $out and are not installed into
  the environment.
- Only propagate build inputs as required.
2017-06-18 08:44:45 -05:00
Thomas Tuegel
945758f960 kdeFrameworks: rename kdeFramework to mkDerivation 2017-06-18 08:42:20 -05:00
Thomas Tuegel
3f3d33a078 qt5: use distinct lib/qt-5.x prefix for each minor version
Using a distinct prefix for plugins and QML libraries allows multiple Qt 5 minor
versions to coexist in the same environment.
2017-06-18 08:41:57 -05:00
Thomas Tuegel
c37220fcf9 kwindowsystem: purify platform plugin detection 2017-04-28 05:54:18 -05:00