Commit graph

287 commits

Author SHA1 Message Date
Lana Black 167b6f7784 plasma5: 5.22.3 -> 5.22.4 2021-08-05 11:03:05 +00:00
Thomas Tuegel 7781962deb ksystemstats: Use getBin instead of hardcoding ouput name 2021-08-05 17:01:19 +09:00
Yaroslav Bolyukin 0cd4fab864 plasma5: 5.22.2 -> 5.22.3
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
2021-08-05 17:01:19 +09:00
Yaroslav Bolyukin fce55cfb60 plasma5: 5.22.0 -> 5.22.2
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
2021-08-05 17:01:19 +09:00
Yaroslav Bolyukin b0f1caf522 ksystemstats: init at 5.22.0
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
2021-08-05 17:01:19 +09:00
Yaroslav Bolyukin ebdbf67c0c plasma-vault: upgrade patch
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
2021-08-05 17:01:19 +09:00
Yaroslav Bolyukin f8394adae9 plasma-desktop: fix synaptics include
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
2021-08-05 17:01:19 +09:00
Yaroslav Bolyukin f24259a5e4 libksysguard: add libnl dependency
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
2021-08-05 17:01:19 +09:00
Yaroslav Bolyukin b0fb5a4d99 kscreenlocker: add layer-shell-qt dependency
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
2021-08-05 17:01:19 +09:00
Yaroslav Bolyukin 96e567cbfe layer-shell-qt: init
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
2021-08-05 17:01:19 +09:00
Yaroslav Bolyukin 473525a9f2 kwin: upgrade patches
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
2021-08-05 17:01:19 +09:00
Yaroslav Bolyukin 85dcd8d3ed ksysguard: replace with throw alias
It was deprecated in favour of system-monitor

Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
2021-08-05 17:01:19 +09:00
Yaroslav Bolyukin a5cf968a5f plasma5: 5.21.5 -> 5.22.0
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
2021-08-05 17:01:19 +09:00
hqurve 8a2f376b83 krunner-symbols: fix license 2021-07-30 11:25:16 -04:00
hqurve 4ac8c881c3 krunner-symbols: init at 1.1.0 2021-07-20 12:28:30 -04:00
Jonathan Ringer 14f3686af1
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/applications/terminal-emulators/alacritty/default.nix
  pkgs/servers/clickhouse/default.nix
2021-05-20 09:12:42 -07:00
Elias Probst bd02b3a568
plasma-sdk: init at 5.21.4 2021-05-19 06:17:58 +02:00
Thomas Tuegel a2c9b68f34
plasma-nm: add optional dependencies 2021-05-14 05:46:37 -05:00
Thomas Tuegel e1ba6e312b
plasma-desktop: add optional dependencies 2021-05-14 05:45:20 -05:00
Thomas Tuegel 2df0eaf41b
kwin: add optional dependencies 2021-05-14 05:45:20 -05:00
Thomas Tuegel 11702307c7
kwin: add optional krunner dependency 2021-05-14 05:45:19 -05:00
Thomas Tuegel 08c61d45c5
kinfocenter: clean up 80-column violations 2021-05-14 05:45:17 -05:00
Thomas Tuegel f0456b2305
plasma5: 5.21.3 -> 5.21.5 2021-05-14 05:43:26 -05:00
Thomas Tuegel 1af30bb258
plasma-nm: remove kdelibs4support dependency 2021-05-12 05:43:05 -05:00
Thomas Tuegel ce1c92a4d9
powerdevil: remove kdelibs4support dependency 2021-05-12 05:43:05 -05:00
Thomas Tuegel 60632718c0
ksysguard: remove kdelibs4support dependency 2021-05-12 05:43:04 -05:00
Thomas Tuegel 8f5efe2115
kscreenlocker: remove kdelibs4support dependency 2021-05-12 05:43:03 -05:00
Thomas Tuegel 9e59d5e671
kmenuedit: remove kdelibs4support dependency 2021-05-12 05:43:03 -05:00
Thomas Tuegel bea99f11dd
kinfocenter: remove kdelibs4support dependency 2021-05-12 05:43:02 -05:00
Thomas Tuegel 615e436a88
kdeplasma-addons: remove kdelibs4support dependency 2021-05-12 05:43:02 -05:00
Peter Hoeg 247faaf47f plasma5: 5.21.3 -> 5.21.4 2021-04-17 15:56:58 +08:00
Thomas Tuegel 5382b9e3df
plasma5: mark broken with Qt < 5.15 2021-04-07 14:12:19 -05:00
Peter Hoeg 609a1f17a8 qqc2-breeze-style: init at 5.21.3 2021-04-06 15:09:55 +08:00
Frederik Rietdijk a1352be6c0 plasma5Packages.discover: use python3 2021-04-03 17:06:23 +02:00
Peter Hoeg 318a4f022d plasma5: 5.21.1 -> 5.21.3 2021-03-29 10:33:37 +08:00
Samuel Dionne-Riel 1ba2080046 kwin: Unwrap executable name for desktop file search
KWin for wayland uses the `.desktop` file to determine whether a process
is allowed to access some wayland services.

This would be fine if there was a stable interface to map a process to a
`.desktop` file.

Since there is no such interface, they are scanning `.desktop` files for
one where the executable path matches the resolved file "exe" from
`/proc/$PID/exe`.

This would be fine, if we didn't wrap many (most?) KDE/Plasma binaries.

Since we are wrapping binaries, the `exe` symlink points to a wrapped
binary. No `.desktop` file will match for the wrapped binary.

The solution here is to peel away at the `.${name}-wrapped` layers until
we have the intended name for the executable.

It is expected that no `.desktop` file will ever point to a wrapped
binary.
2021-03-25 14:17:40 -04:00
Thomas Tuegel bd2cf10c0c
Merge pull request #107476 from CertainLach/kwin-wayland-wrapper
kwin: allow using wrapper for qpa
2021-03-24 16:15:17 -05:00
Peter Hoeg cce199a3e0 plasma-workspace: fix path to qdbus 2021-03-24 07:10:32 +08:00
Peter Hoeg c78e0e376c plasma-systemmonitor: init at 5.21.1 2021-03-22 06:57:26 +08:00
Sandro f115165818
Merge pull request #113786 from lasers/virtual-desktop-bar
plasma-applet-virtual-desktop-bar: init at unstable-2021-02-20
2021-03-21 05:31:55 +01:00
Peter Hoeg 615e63c432 sddm-kcm: add missing dependencies 2021-03-21 10:01:57 +08:00
Peter Hoeg 7cdf186203 discover: add missing dependencies 2021-03-21 10:01:57 +08:00
github-actions[bot] 9690bf19d4
Merge staging-next into staging 2021-03-03 06:17:28 +00:00
ajs124 57cf15c64d xdg-desktop-portal-kde: drop unused python dependency 2021-03-03 01:30:53 +01:00
Yaroslav Bolyukin 1a4ab2408d
plasma5: 5.21.0 -> 5.21.1
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
2021-02-26 05:50:25 +03:00
Yaroslav Bolyukin cfaf8647df
plasma5: 5.20.90 -> 5.21.0
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
2021-02-26 05:50:11 +03:00
Yaroslav Bolyukin 0fee087473
plasma-integration: add workspace dependency
upstream plasma-browser-integration now depends on libtaskmanager

Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
2021-02-26 05:50:04 +03:00
Yaroslav Bolyukin b236ccbfad
libkscreen: upgrade patch
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
2021-02-26 05:50:00 +03:00
Yaroslav Bolyukin ef8e9e0163
plasma-desktop: upgrade patch
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
2021-02-26 05:49:40 +03:00
Yaroslav Bolyukin b5762d6e04
plasma-workspace: upgrade patches
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
2021-02-26 05:47:34 +03:00