Commit Graph

492 Commits

Author SHA1 Message Date
K900
5d67039b90
Merge pull request #219498 from Alper-Celik/master
plasma-desktop: fix opening orca screen reader settings from kde systemsettings and kcmshell5 in kcm_access kcm
2023-04-14 08:57:13 +03:00
K900
bc42752a6f plasma5Packages.kwin: 5.27.4 -> 5.27.4.1
Fixes #225958
2023-04-13 11:24:15 +03:00
Mathieu Fenniak
edd8b0812f
plasma-vault: add gocryptfs support (#205519) 2023-04-12 19:57:56 +02:00
Sandro Jäckel
6f1991d86b
plasma-5: run deadnix on all files 2023-04-10 17:52:43 +02:00
Alper Çelik
3c7b83c71e
plasma-desktop: fix opening orca screen reader settings from kde systemsettings and kcmshell5 in kcm_access kcm
Update pkgs/desktops/plasma-5/plasma-desktop/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-04-06 21:25:41 +03:00
Ulrik Strid
3f1bafb686 plasma: 5.27.3 -> 5.27.4(.1) 2023-04-04 19:18:43 +03:00
K900
2c71c3e941
Merge pull request #223032 from chenlijun99/fix/xdg-desktop-portal-kde
xdg-desktop-portal-kde: fix missing runtime dependency
2023-03-28 15:50:54 +03:00
Alois Wohlschlager
037cc92ae9
discover: build with user feedback support 2023-03-26 16:00:51 +02:00
Alois Wohlschlager
db461ccf9d
plasma-workspace: build with user feedback support 2023-03-26 14:31:50 +02:00
Lijun Chen
50e860b91e xdg-desktop-portal-kde: fix missing runtime dependency
`plasma-workspace` is required when `xdg-desktop-portal-kde` needs to
open an application picker to let the user pick the application to use to
open a certain file (when no existing default is available).
If `plasma-workspace` is not available the `xdg-desktop-portal-kde` service
logs an error and nothing else happens (the application picker is not opened).

See https://github.com/NixOS/nixpkgs/issues/160923#issuecomment-1474989176
2023-03-25 10:39:10 +01:00
K900
c103991d2b kpipewire: propagate libepoxy 2023-03-18 11:20:51 +03:00
K900
a5a292c7a8 treewide: clear out remaining qt5 conditionals 2023-03-18 02:10:20 +03:00
Martin Weinelt
231c1145f2
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/rflink/default.nix
2023-03-14 22:33:40 +01:00
K900
77e09950a6 plasma: 5.27.2 -> 5.27.3 2023-03-14 20:27:10 +03:00
K900
62d6cdcf99 kwin: drop gcc12stdenv on aarch64 hack 2023-03-06 17:04:16 +03:00
K900
c72a30954f plasma: 5.27.1 -> 5.27.2 2023-02-28 20:13:24 +03:00
Bernardo Meurer
42008a14a4
Merge pull request #217206 from Artturin/stdenvimprovements1 2023-02-23 12:07:47 +00:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
K900
642c44a28d plasma: 5.27.0 -> 5.27.1 2023-02-22 17:44:03 +03:00
Samuel Dionne-Riel
297a5a5c71 plasma-sdk: Fix plasmoidviewer
```
file://.../org.kde.plasma.plasmoidviewershell/contents/configuration/AppletConfiguration.qml:16:1:
    module "org.kde.kitemmodels" is not installed
```
2023-02-21 18:15:43 -05:00
K900
06ca9b6bd8 kwin: force gcc12Stdenv on aarch64 2023-02-14 14:15:58 +03:00
K900
0a1a4be75e plasma5: allow overriding stdenv in wrapper
Will be needed for the next commits
2023-02-14 14:15:58 +03:00
K900
d5210b6725 kwin: stop reverting c++20 things 2023-02-14 14:15:58 +03:00
K900
0091bd6346 kinfocenter: symlink correct executable
In 5.27 systemsettings is the main executable, and systemsettings5 is the symlink.
2023-02-14 14:15:58 +03:00
K900
803c28d81e plasma-remotecontrollers: add new dependency 2023-02-14 14:15:58 +03:00
K900
4d28accf12 kwin: fixup patch 2023-02-14 14:15:57 +03:00
K900
2469eab45e kscreenlocker: and libkscreen dependency 2023-02-14 14:15:57 +03:00
K900
b7409ad3bf libkscreen: refresh patch 2023-02-14 14:15:57 +03:00
K900
f0b101fd06 plasma-welcome: init at 5.27.0 2023-02-14 14:15:57 +03:00
K900
984315e6e1 flatpak-kcm: init at 5.27.0 2023-02-14 13:57:36 +03:00
K900
9bd88aa6ec plasma5: 5.26.5 -> 5.27.0
Autogenerated, more changes coming.
2023-02-14 13:57:36 +03:00
Peter Hoeg
f265af55c5 kinfocenter: add a bunch of tools for additional info 2023-01-31 14:46:06 +08:00
K900
b27befbb8c plasma: 5.26.4 -> 5.26.5 2023-01-07 11:08:16 +03:00
Thomas Tuegel
cc620a6e59
Merge pull request #203863 from samueldr/fix/plamo-misc-issues
Plasma Mobile: Minor fixes
2022-12-20 22:43:21 -06:00
Samuel Dionne-Riel
04568a04ce plasma-mobile: Add kirigami-addons dependency
This dependency is not verified at build time.

With it missing, the shell seemed to work, except the KCM and the
desktop configuration panels were empty.
2022-11-30 17:12:31 -05:00
Peter Hoeg
16f1d25e44 plasma-workspace: 5.26.4 -> 5.26.4.1 2022-11-30 11:59:38 +08:00
K900
8b542d1f93 plasma: 5.26.3 -> 5.26.4
Minor bug fixes all over the place.
2022-11-29 17:02:49 +03:00
Sandro
d9c3f3c0dc
Merge pull request #196007 from wegank/fdl11-remove 2022-11-09 22:31:50 +01:00
André Vitor de Lima Matos
0cf708bd63
kde/plasma: 5.26.2 -> 5.26.3 2022-11-08 16:53:58 -03:00
Thomas Tuegel
e967596380
Merge pull request #194353 from matthiasbeyer/update-kzones
plasma5Packages.kzones: 0.3 -> 0.4
2022-11-05 06:24:19 -05:00
Weijia Wang
06d0490ab3 licenses: remove fdl12 2022-10-27 22:47:29 +02:00
Luna Nova
0354ac3bec
libkscreen: add qttools dependency
Required since 5.26.2 for Qt5LinguistTools
2022-10-26 22:49:30 -07:00
Luna Nova
514e8397af
plasma5: 5.26.1 -> 5.26.2
KDE Plasma 5.26.2, Bugfix Release for October
https://kde.org/announcements/plasma/5/5.26.2/
2022-10-26 22:45:24 -07:00
Sandro
c4ecdd2197
Merge pull request #195946 from SuperSamus/bismuth 2022-10-24 23:49:10 +02:00
K900
6eb8e4e31c plasma5: 5.26.0 -> 5.26.1 2022-10-18 17:40:43 +03:00
Samuel Dionne-Riel
1cef953e77
Merge pull request #193858 from samueldr/feature/plamo-gear-22.09
Plasma Mobile Gear 22.09
2022-10-16 16:11:45 -04:00
Samuel Dionne-Riel
d1fa81f702 plasma-nm: Build mobile parts too
Looking at the implementation, I don't think they'd be a problem on
stock Plasma.
2022-10-14 15:44:16 -04:00
Martino Fontana
aa3e25f1a6 libsForQt5.bismuth: 3.1.3 -> 3.1.4 2022-10-14 11:26:51 +02:00
Yuriy Taraday
eb7e411506 kwin: Fix building on aarch64-linux
Revert this commit to avoid dependency on <span> that is not providede
by GCC 9 that we currently use on aarch64:

9a34ebbffc

Part of NixOS/nixpkgs#191357
2022-10-12 17:15:57 +03: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
Matthias Beyer
980dec4db0
plasma5Packages.kzones: 0.3 -> 0.4
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-10-04 09:06:40 +02:00
Matthias Beyer
4303c9d3ac
plasma5Packages.kzones: init at 0.3
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-09-26 08:30:09 +02:00
Samuel Dionne-Riel
50237ca3b9
Merge pull request #192180 from samueldr/fix/plasma-mobile-qtfeedback
plasma-mobile: Add QtFeedback
2022-09-23 15:53:02 -04:00
Samuel Dionne-Riel
a1abd18896 plasma-mobile: Add QtFeedback
This fixes an issue where *on devices*, Plasma Mobile would show error
messages instead of the expected applets (taskbar, desktop, etc).
2022-09-20 23:51:26 -04:00
Thomas Tuegel
8a57b26b00
Merge pull request #185579 from alois31/kwin-lower-cap_sys_nice
kwin: don't leak CAP_SYS_NICE
2022-09-20 15:40:24 -05:00
Thomas Tuegel
fff89194fe
Merge pull request #183381 from alois31/oxygen-sounds
oxygen-sounds: init at 5.25.3
2022-09-20 14:25:55 -05:00
Thomas Tuegel
a21661c716
Merge pull request #185775 from NickCao/plasma-workspace
plasma-workspace: cleanup unused NIX_CFLAGS_COMPILE
2022-09-20 12:40:15 -05:00
Sandro
2ab45c90ed
Merge pull request #190071 from andrevmatos/kde/plasma 2022-09-13 00:50:11 +02:00
Martino Fontana
4626f57777 libsForQt5.bismuth: 3.1.2 -> 3.1.3 2022-09-09 15:16:54 +02:00
André Vitor de Lima Matos
b1a70d4a7b
kde/plasma: 5.25.4 -> 5.25.5 2022-09-06 20:04:14 -03:00
Nick Cao
7655eb682f
plasma-workspace: cleanup unused NIX_CFLAGS_COMPILE 2022-08-09 20:32:35 +08:00
Alois Wohlschlager
f238a0a093
kwin: don't leak CAP_SYS_NICE
The capability wrapper raises CAP_SYS_NICE into the ambient set. As a
result, not only is kwin_wayland itself granted that capability, but
also all applications started by it (even transitively, i.e. the entire
desktop environment). While CAP_SYS_NICE is not a particularly dangerous
capability, that behaviour is still not great; furthermore it's annoying
because it breaks programs checking that they are not granted any
capabilities (e.g. bubblewrap).

Fix this behaviour by adding a patch that causes kwin_wayland to lower
CAP_SYS_NICE from the ambient capability set at startup. That way,
expected upstream behaviour is restored.
2022-08-07 19:12:37 +02:00
André Vitor de Lima Matos
065ae9c9fc
kde/plasma: 5.25.3 -> 5.25.4 2022-08-03 09:00:57 -03:00
Alois Wohlschlager
df2318949e
oxygen-sounds: init at 5.25.3
These are the notification sounds used all over the place by Plasma
components.
2022-07-28 18:09:49 +02:00
Vladimír Čunát
8169a7fce0
Merge branch 'master' into staging-next 2022-07-13 09:57:41 +02:00
André Vitor de Lima Matos
88d388d168 kde/plasma5: 5.25.2 -> 5.25.3 2022-07-13 15:04:47 +08:00
Thomas Tuegel
e1e0d5d513
Merge pull request #108496 from knedlsepp/cmake-rpath
cmake/setup-hook.sh: Don't skip build-RPATH
2022-07-11 10:18:47 -05:00
André Vitor de Lima Matos
20c05528c3 kde/plasma: 5.25.1 -> 5.25.2 2022-07-07 10:28:10 +08:00
Martino Fontana
70dc91a415 libsForQt5.bismuth: 3.1.1 -> 3.1.2 2022-07-05 15:24:51 +02:00
Josef Kemetmüller
1ca04aa9f1 treewide: Stop setting CMAKE_SKIP_BUILD_RPATH=OFF
This is now the new default and thus doesn't need to be set manually
anymore.
2022-07-04 03:49:01 +03:00
André Vitor de Lima Matos
2bf8d8c016 plasma-mobile: add plasma-workspace to buildInputs 2022-06-25 18:29:02 -03:00
André Vitor de Lima Matos
868b2b1fbe Revert "powerdevil: fix brightness wonkiness on some laptops"
This reverts commit a29f64c22f.
2022-06-25 18:25:32 -03:00
André Vitor de Lima Matos
72404d713a kde/plasma: 5.25.0 -> 5.25.1 2022-06-25 18:25:32 -03:00
K900
a29f64c22f powerdevil: fix brightness wonkiness on some laptops
See: https://bugs.kde.org/show_bug.cgi?id=454161
2022-06-16 21:16:38 +03:00
Andreas
b7d0d7411b plasma-workspace: instead of 'query_qmake' CMakeLists.txt is using 'ecm_query_qt' now 2022-06-15 14:53:40 +08:00
Andreas
bbded419f9 plasma: 5.24.90 -> 5.25.0 2022-06-15 14:53:40 +08:00
Andreas
56e942b0ea plasma-integration: add wayland, wayland-protocols, and plasma-wayland-protocols dependencies 2022-06-15 14:53:40 +08:00
Andreas
08555e82ba kwin: fix build for 5.24.90 2022-06-15 14:53:40 +08:00
Andreas
6cae76a505 kwayland-server has been integrated into kwin - delete package 2022-06-15 14:53:40 +08:00
Andreas
72c3b6c05e plasma: 5.24.5 -> 5.24.90 (5.25 beta) 2022-06-15 14:53:40 +08:00
K900
31b1d66bfe powerdevil: drop ddcutil dependency 2022-05-08 21:29:29 +03:00
André Vitor de Lima Matos
c8b8c372f1
kde/plasma: 5.24.4 -> 5.24.5 2022-05-03 12:46:38 -03:00
Samuel Gräfenstein
0c890f5866
treewide: remove samuelgrf from maintainers 2022-04-22 23:21:58 +02:00
Will Dietz
175925681a libsForQt5.bismuth: 3.1.0 -> 3.1.1
https://github.com/Bismuth-Forge/bismuth/releases/tag/v3.1.1
2022-04-14 19:30:08 -05:00
Will Dietz
e2e68e29f9 libsForQt5.bismuth: 3.0.0 -> 3.1.0
https://github.com/Bismuth-Forge/bismuth/releases/tag/v3.1.0
2022-04-10 21:15:31 -05:00
Robert Hensing
a292213c44
Merge pull request #166792 from hercules-ci/pkgs-config-allowAliases-option
config.allowAliases: Define as option
2022-04-04 21:09:44 +02:00
Robert Hensing
200175a701 config.allowAliases: Define as option
This simplifies usages and makes the default value consistent.

In a few cases, the default value was interpreted to be `false`,
but this is useless, because virtually nobody will explicitly
set `allowAliases = true;`.
2022-04-01 11:33:10 +02:00
André Vitor de Lima Matos
1f78ade885
kde/plasma5: 5.24.3 -> 5.24.4 2022-03-29 15:41:44 -03:00
Ryan Mulligan
3390840cd3
Merge pull request #165383 from r-ryantm/auto-update/bismuth
libsForQt5.bismuth: 2.3.0 -> 3.0.0
2022-03-27 18:36:40 -07:00
InternetUnexplorer
2e7cf56e45 kde/plasma5: 5.24.0 -> 5.24.3 2022-03-23 18:19:33 +08:00
R. Ryantm
dca930fa9f libsForQt5.bismuth: 2.3.0 -> 3.0.0 2022-03-23 05:54:12 +00:00
Artturin
44d602cc8f plasma-systemmonitor: add required dependencies 2022-03-22 23:20:06 +02:00
github-actions[bot]
8e01330277
Merge master into staging-next 2022-03-07 12:01:33 +00:00
Felix Buehler
e728776b56 plasma5: rename name to pname 2022-03-06 22:28:59 +01:00
github-actions[bot]
437813752b
Merge master into staging-next 2022-03-04 18:01:19 +00:00
Sandro
f74045c683
Merge pull request #161443 from aanderse/krunner-ssh 2022-03-04 14:46:52 +01:00
Aaron Andersen
a31c55c3a4 krunner-ssh: init at 1.0 2022-02-26 10:26:58 -05:00
github-actions[bot]
37f89e2837
Merge master into staging-next 2022-02-23 18:01:10 +00:00