about summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5
AgeCommit message (Collapse)AuthorFilesLines
2024-06-10Merge pull request #301683 from quentinmit/plasma-firewallSandro2-0/+22
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt6-6/+6
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09treewide: Remove ending period from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-05-31plasma-workspace: 5.27.11 -> 5.27.11.1Matt Moriarity1-4/+4
2024-04-30Merge branch 'master' into staging-nextWeijia Wang1-3/+3
2024-04-29polonium: 1.0b1 -> 1.0rckotatsuyaki1-3/+3
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar1-2/+2
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-14Plasma 5: 5.27.10 -> 5.27.11K9002-242/+242
uh, woops
2024-04-04plasma5Packages.plasma-firewall: initQuentin Smith2-0/+22
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-03-05update hashes for polonium 1.0b1Leonard-Orlando Menzel1-2/+2
2024-03-050.6.0 → 1.0b1 polonium.nixLeonard-Orlando Menzel1-2/+2
2023-12-20Merge pull request #270266 from SuperSandro2000/plasma-gtk2-goneLinus Heckemann2-10/+1
Remove GTK2 from a typical plasma installation
2023-12-18plasma5Packages.kde-gtk-config: build without gtk2Sandro Jäckel1-3/+0
2023-12-18plasma5Packages.breeze-gtk: drop gtk2Sandro Jäckel1-7/+1
2023-12-12plasma5Packages.polonium: init at 0.6.0Peter Hoeg2-2/+54
2023-12-06plasma: 5.27.9 -> 5.27.10K9002-237/+245
2023-12-06Merge pull request #271362 from pbsds/rm-dead-patchesRick van Schijndel1-210/+0
treewide: remove unreferenced patch files
2023-12-01treewide: remove unreferenced patch filesPeder Bergebakken Sundt1-210/+0
Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'`
2023-11-25libsForQt5.bismuth: Fix generated JSMathieu Fenniak2-0/+17
As of 5789287a95caf4ea3228cdc15a0901b063fbebe6, esbuild was updated to 0.18.5 which introduced a new transpilation called "Static fields with assign semantics now use static blocks if possible" (https://github.com/evanw/esbuild/blob/v0.18.5/CHANGELOG.md). This causes generation of JavaScript code that is incompatible with KWin's JavaScript engine, resulting in errors loading Bismuth. This update uses esbuild's `--target` option to generate compatible output code.
2023-11-18plasma5Packages.discover: build without PackageKit backendK9001-2/+0
It never worked on NixOS and Discover can't really handle it being broken nicely, so just disable it at build time.
2023-10-27plasma-workspace: 5.27.9 -> 5.27.9.1Peter Hoeg1-4/+4
2023-10-25plasma5: 5.27.8 -> 5.27.9K9002-237/+237
2023-10-14Merge pull request #255206 from jansol/plasma-systemsettings-kirigamiaddonsThomas Tuegel1-0/+2
2023-09-30plasma-workspace: backport patch for cleaner shutdownsK9001-0/+6
2023-09-15plasma5/systemsettings: add kirigami-addonsJan Solanti1-0/+2
Some plugins fail to load if this is not in the QML import path and simply having it as a dependency on the individual plugins does not add it to the import path.
2023-09-12plasma: 5.27.7 -> 5.27.8K9004-255/+237
2023-08-27plasma-desktop: remove Discover from default panelNadim Kobeissi2-0/+14
This commit removes shortcuts to KDE Discover from the default menus of the default Plasma Desktop installation in NixOS. Right now, in for example the official NixOS 23.05 Plasma Desktop ISO (as well as other installation vectors), a broken KDE Discover link is included in the default toolbar and other places, leading to a worse user experience, since NixOS intentionally does not ship the Plasma Desktop with KDE Discover. Confirmed working through building an ISO.
2023-08-14Merge pull request #243088 from Alper-Celik/kde-accessibility-fixK9001-8/+12
plasma-desktop: add missing gsettings schemas on kaccess
2023-08-14plasma-desktop: add missing gsettings schemas on kaccessAlper Çelik1-8/+12
this commit lets kaccess to read screen reader settings[1] using gsettings by adding required gsettings schemas dirs to the $XDG_DATA_DIRS this commit also refactors previus gsettings schemas fix of kcm_access for allowing reuse of wrapped gsettings between kaccess and kcm_access
2023-08-10plasma-workspace: backport fix recommended by upstreamK9001-0/+8
See https://mail.kde.org/pipermail/distributions/2023-August/001396.html
2023-08-07kzones: 0.5 -> 0.6, use finalAttrs kzones-0.6K9001-10/+14
2023-08-01plasma-sdk: unbreak build, againK9001-0/+11
2023-08-01plasma: 5.27.6 -> 5.27.7K9002-237/+237
2023-07-27libsForQt5.kzones: 0.4 -> 0.5K9001-2/+2
Diff: https://github.com/gerritdevriese/kzones/compare/v0.4...v0.5
2023-07-08kwin: remove unused inputK9001-1/+0
2023-06-21plasma-sdk: 5.27.6 -> 5.27.6.1, drop workaroundK9002-9/+4
2023-06-20plasma-workspace: refresh patchK9001-32/+22
2023-06-20plasma-sdk: fix buildK9001-1/+6
2023-06-20flatpak-kcm: add dependencyK9001-0/+2
2023-06-20plasma: 5.27.5 -> 5.27.6K9002-237/+237
2023-06-04libsForQt5: Add description and home page for kde integrationsLoveIsGrief3-0/+15
For those who don't know what the projects are, this helps clear that up without any additional searches Closes #152293
2023-05-27xwayland: set meta.mainProgramAlyssa Ross1-1/+1
2023-05-22kde-cli-tools: 5.27.5 -> 5.27.5.1Peter Hoeg1-4/+4
2023-05-09plasma: 5.27.4 -> 5.27.5K9002-237/+237
2023-04-14Merge pull request #219498 from Alper-Celik/masterK9002-3/+29
plasma-desktop: fix opening orca screen reader settings from kde systemsettings and kcmshell5 in kcm_access kcm
2023-04-13plasma5Packages.kwin: 5.27.4 -> 5.27.4.1K9001-4/+4
Fixes #225958
2023-04-12plasma-vault: add gocryptfs support (#205519)Mathieu Fenniak2-2/+16
2023-04-10plasma-5: run deadnix on all filesSandro Jäckel26-44/+1
2023-04-06plasma-desktop: fix opening orca screen reader settings from kde ↵Alper Çelik2-3/+29
systemsettings and kcmshell5 in kcm_access kcm Update pkgs/desktops/plasma-5/plasma-desktop/default.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com>