Commit Graph

18 Commits

Author SHA1 Message Date
Sandro Jäckel
6f1991d86b
plasma-5: run deadnix on all files 2023-04-10 17:52:43 +02:00
K900
b7409ad3bf libkscreen: refresh patch 2023-02-14 14:15:57 +03:00
Luna Nova
0354ac3bec
libkscreen: add qttools dependency
Required since 5.26.2 for Qt5LinguistTools
2022-10-26 22:49:30 -07:00
K900
13961bf28e pkgs/desktops/plasma-5: nixpkgs-fmt the whole thing 2022-10-12 17:15:56 +03:00
K900
7e99c2ed5b plasma5Packages: 5.25.5 -> 5.26.0 2022-10-12 17:15:56 +03:00
Felix Buehler
e728776b56 plasma5: rename name to pname 2022-03-06 22:28:59 +01:00
Yaroslav Bolyukin
a8e5e90b1a
libkscreen: add missing dependencies
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
2021-10-22 23:22:10 +03:00
Thomas Tuegel
5382b9e3df
plasma5: mark broken with Qt < 5.15 2021-04-07 14:12:19 -05:00
Yaroslav Bolyukin
b236ccbfad
libkscreen: upgrade patch
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
2021-02-26 05:50:00 +03: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
d9094c087e
libkscreen: use QLatin1String instead of QStringLiteral
QStringLiteral stores strings in UTF-16 format, preventing Nix from detecting
dependencies.
2017-06-18 08:44:46 -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