Commit graph

378 commits

Author SHA1 Message Date
K900 a43b244aa2 kde-frameworks: 5.101 -> 5.102 2023-01-14 17:24:06 +03:00
Ulrik Strid 79c0056777 kidletime: Add dependency on wayland-protocols 2022-12-14 08:12:17 +01:00
Ulrik Strid 7fdde1893b kde-frameworks: 5.100 -> 5.101 2022-12-13 15:54:58 +01:00
Sandro af24cba835
Merge pull request #201953 from das-g/kmymoney-without-qtwebkit 2022-11-20 23:37:36 +01:00
Raphael Borun Das Gupta 8d9eab433a kdewebkit: remove
kdewebkit doesn't seem to be used anymore
and doesn't have any nixpkgs package maintainers.

I'm not sure whether the entry at
6164b7bb61/pkgs/development/libraries/kde-frameworks/srcs.nix (L230-L237)
is also part of this, but that file has a DO NOT EDIT comment,
so I'm leaving it as-is.
2022-11-20 13:10:05 +01:00
K900 3827a60a7f plasma-framework, kconfig: 5.100.0 -> 5.100.1
Hotfix for weird looking sliders.
2022-11-20 10:22:57 +03:00
K900 5fd091987a karchive: add new dependency 2022-11-14 20:21:08 +03:00
K900 372281881b extra-cmake-modules: drop merged patch 2022-11-14 20:14:21 +03:00
K900 6164b7bb61 kde-frameworks: 5.99 -> 5.100 2022-11-14 19:50:32 +03:00
Weijia Wang 06d0490ab3 licenses: remove fdl12 2022-10-27 22:47:29 +02:00
K900 6c2e5077f2 kidletime: add new Wayland deps 2022-10-12 17:15:57 +03:00
K900 1a805a718d kde/frameworks: 5.98 -> 5.99 2022-10-12 17:15:57 +03:00
github-actions[bot] 6ded381b0e
Merge master into staging-next 2022-09-22 00:03:22 +00:00
Nick Cao 71c0edefed
qt6Packages.kcoreaddons: init 2022-09-17 20:51:50 +08:00
github-actions[bot] c9b3f8501c
Merge master into staging-next 2022-09-16 12:01:25 +00:00
André Vitor de Lima Matos 55f4a5304a kde/frameworks: 5.97 -> 5.98 2022-09-16 16:53:28 +08:00
Alexander Shpilkin a693b0cda6 extra-cmake-modules: fix paths in generated pkg-config files 2022-09-07 21:44:36 +03:00
K900 f3a8a894a6 kcmutils: drop merged patch 2022-08-14 13:32:26 +03:00
K900 8716fe21bd kwallet: add missing dependency 2022-08-14 13:26:11 +03:00
K900 937ede3b16 kconfigwidgets: drop merged patch 2022-08-14 13:21:25 +03:00
K900 2934fa32ea kde-frameworks: 5.96 -> 5.97 2022-08-14 12:45:34 +03:00
André Vitor de Lima Matos 1120fa53d8 Revert "kf5/plasma-framework: backport patch to fix thumbnails in task manager"
This reverts commit d6b20ea2cf.
2022-07-12 09:58:15 +08:00
André Vitor de Lima Matos d2319f92aa kde/frameworks: 5.95 -> 5.96 2022-07-12 09:58:15 +08:00
Thomas Tuegel 28560923f2
Merge pull request #179062 from klemensn/baloo-unbreak-service-startup
plasma5Package.baloo: Unbreak kde-baloo.service startup
2022-07-05 13:29:06 -05:00
André Vitor de Lima Matos d6b20ea2cf kf5/plasma-framework: backport patch to fix thumbnails in task manager 2022-06-25 18:29:02 -03:00
Klemens Nanni eaf4ec2634 plasma5Package.baloo: Unbreak kde-baloo.service startup
https://invent.kde.org/frameworks/baloo/-/blob/048edc5d/src/file/kde-baloo.service.in#L9
expects the `kde-systemd-start-condition` executable to be in "baloo"s
installation directory, but unique nixpkgs derivations break this
assumption:

```
$ journalctl --user -u kde-baloo -o cat
Starting Baloo File Indexer Daemon...
kde-baloo.service: Failed to locate executable /nix/store/74g3ahh0k0x6d5rj5rxs1lxhzx81vgdd-baloo-5.95.0/bin/kde-systemd-start-condition: No such file or directory
kde-baloo.service: Failed at step EXEC spawning /nix/store/74g3ahh0k0x6d5rj5rxs1lxhzx81vgdd-baloo-5.95.0/bin/kde-systemd-start-condition: No such file or directory
kde-baloo.service: Skipped due to 'exec-condition'.
Condition check resulted in Baloo File Indexer Daemon being skipped.
```
```
$ systemctl --user cat kde-baloo | grep kde-systemd-start-condition
ExecCondition=/nix/store/74g3ahh0k0x6d5rj5rxs1lxhzx81vgdd-baloo-5.95.0/bin/kde-systemd-start-condition --condition "baloofilerc:Basic Settings:Indexing-Enabled:true"
```

`kde-systemd-start-condition` is provided by the "plasma-workspace"
derivation which depends on "baloo".

Replace the CMake macro with the generic current system's path to fix
service startup and to avoid a recursive dependency.
2022-06-25 23:23:48 +04:00
Peter Hoeg e1de560f7a kde-frameworks: 5.94 -> 5.95 2022-06-15 14:53:15 +08:00
Thomas Tuegel 9069477be3
Merge pull request #173266 from andrevmatos/kde/frameworks
kde/frameworks: 5.93 -> 5.94
2022-05-22 07:03:25 -05:00
André Vitor de Lima Matos 39a77086e1
kf5/kapidox: apply suggestions from code review
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-05-21 18:29:34 +00:00
André Vitor de Lima Matos 27b6da01b3 kf5/kguiaddons: add plasma-wayland-protocols to buildInputs 2022-05-16 10:01:40 -03:00
André Vitor de Lima Matos a2e8dd2e74 kapidox: fix build with python packages 2022-05-16 10:01:40 -03:00
André Vitor de Lima Matos be20107809 kde/frameworks: 5.93 -> 5.94 2022-05-16 10:01:40 -03:00
ajs124 3fc4607b5e plasma5Packages.kimageformats: enable HEIF/HEIC 2022-05-13 12:12:39 +02:00
github-actions[bot] 6be56bfc2e
Merge master into staging-next 2022-04-16 12:01:10 +00:00
Sandro 5e6bd5771b
kde-frameworks: update homepage 2022-04-16 08:45:50 +02:00
André Vitor de Lima Matos 1f15d1c38b
kde/frameworks: 5.92 -> 5.93 2022-04-11 11:45:23 -03:00
Vladimír Čunát 0a8b4eddd2
Merge branch 'master' into staging-next 2022-03-25 10:16:56 +01:00
Thomas Tuegel b4f94f8d08
Merge pull request #160954 from a-m-joseph/kauth-without-polkit
kauth: make polkit dependency optional
2022-03-24 14:54:35 -05:00
Thomas Tuegel ce9f00278a
kauth: preserve buildInputs order 2022-03-24 11:32:12 -05:00
Thomas Tuegel 253509dfe5
kauth: use lib.optional 2022-03-24 09:49:19 -05:00
André Vitor de Lima Matos 462ce69a74
kde/frameworks: 5.91 -> 5.92 2022-03-21 16:56:46 -03:00
Adam Joseph 54410abf5d SQUASH_BEFORE_MERGE: apply @Artturin's recommendation https://github.com/NixOS/nixpkgs/pull/160972#r820163675 2022-03-05 18:23:33 -08:00
Adam Joseph 6749cba699 kauth: make polkit dependency optional
This patch adds an option enablePolkit to the kauth package, to allow
disabling polkit integration.  The attr enablePolkit is understood by
one other package (tools/networking/connman); using the same name
allows to set it globally in ~/.config/nixpkgs/config.nix.
2022-02-23 14:54:13 -08:00
Felix Buehler f24f73b562 kde-frameworks: rename name to pname 2022-02-23 18:28:27 +01:00
Ulrik Strid b07a1f4c60 kde/kdesu: Fix patch to work with new kde framework 2022-02-14 14:45:10 +01:00
Ulrik Strid 6542bd2312 kde/frameworks: 5.90 -> 5.91 2022-02-14 08:30:04 +01:00
Sandro 91a430df93
Merge pull request #154285 from andrevmatos/kde/frameworks 2022-01-23 04:50:20 +01:00
Thomas Tuegel 194b23e6db
extra-cmake-modules: Use associative array to recognize paths
Fixes #99308.

Use an associative array to recognize paths that have already been seen by the
host path hook. This takes advantage of fast lookup of associative array keys in
Bash. The previous solution scanned a linear array, which was accidentally
quadratic.
2022-01-17 12:28:16 -06:00
André Vitor de Lima Matos 8b43fd7c78 kde/frameworks: 5.89 -> 5.90 2022-01-10 08:41:29 -05:00
André Vitor de Lima Matos e8d85c6c8c
kde-frameworks: 5.87 -> 5.89 2021-12-19 05:00:20 +01:00