Commit Graph
9 Commits
Author SHA1 Message Date
Thomas Tuegel 5382b9e3df plasma5: mark broken with Qt < 5.15 2021-04-07 14:12:19 -05:00
Thomas Tuegel 8ef31809a9 libkscreen: broken with Qt < 5.15 2020-12-12 16:06:14 -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
Thomas Tuegel 0e60d8641e libkscreen: Broken with Qt < 5.12.0 2019-09-29 12:56:29 -05:00
Thomas Tuegel 7c850a0fd6 libkscreen: fix circular references 2017-08-21 06:51:33 -05:00
Thomas Tuegel 8538d75734 plasma5: fixup inputs and outputs 2017-06-18 08:44:45 -05:00
Thomas Tuegel eaa644a5af plasma5: rename plasmaPackage 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 c4c614c232 libkscreen: hardcode backends path
libkscreen provides all available kscreen backends, so there is no reason to
search the environment for plugins.
2017-04-28 05:49:33 -05:00