about summary refs log tree commit diff
path: root/pkgs/applications/display-managers
AgeCommit message (Collapse)AuthorFilesLines
2024-07-22Merge branch 'master' into staging-nextArtturin1-4/+4
2024-07-22Merge pull request #327144 from bobby285271/upd/cinnamon-xapps-by-nameBobby Rong1-2/+2
Move various packages out of cinnamon scope
2024-07-22lightdm-slick-greeter: 2.0.5 -> 2.0.6R. Ryantm1-2/+2
2024-07-22xapp: Move from cinnamon scope to top-levelBobby Rong1-2/+2
* The timeshift changes are used to make by-name check happy. * More by-name changes in the next commit.
2024-07-16Merge branch 'staging-next' into stagingArtturin1-27/+0
2024-07-15greetd.dlm: removealeksana1-27/+0
I found this package while cleaning cargoSha256. Its cargoSha256 was actually wrong and included git dependencies, but it has never been corrected. I tried fixing it in https://github.com/NixOS/nixpkgs/pull/324316 and requested a maintainer review, but the maintainer didn't respond to me for the next two weeks. Upstream was last updated four years ago. Considering we now have much better login managers for greetd, we should no longer need this package.
2024-07-03treewide: convert cargoSha256 to cargoHashaleksana1-1/+1
This is done with the following bash script: ``` #!/usr/bin/env bash process_line() { local filename=${1%:} if [[ $4 =~ \"(.*)\"\; ]]; then local sha256="${BASH_REMATCH[1]}" fi [[ -z $sha256 ]] && return 0 local hash=$(nix hash to-sri --type sha256 $sha256) echo "Processing: $filename" echo " $sha256 => $hash" sed -i "s|cargoSha256 = \"$sha256\"|cargoHash = \"$hash\"|" $filename } # split output by line grep -r 'cargoSha256 = ' . | while IFS= read -r line; do # split them further by space read -r -a parts <<< "$line" process_line "${parts[@]}" done ```
2024-07-03treewide: change cargoSha256 with SRI hash to cargoHashaleksana1-1/+1
2024-07-01yelp-xsl: Move from gnome scope to top-levelJan Tojnar1-2/+2
2024-06-29maintainers: remove ivaréclairevoyant1-1/+1
2024-06-28Merge pull request #318486 from r-ryantm/auto-update/greetd.greetdWeijia Wang1-3/+3
greetd.greetd: 0.10.0 -> 0.10.3
2024-06-19lightdm-slick-greeter: 2.0.4 -> 2.0.5R. Ryantm1-2/+2
2024-06-09Merge remote-tracking branch 'origin/master' into staging-nextAlyssa Ross8-8/+8
Conflicts: pkgs/applications/blockchains/polkadot/default.nix
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt8-8/+8
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-09Merge master into staging-nextgithub-actions[bot]1-29/+14
2024-06-09Merge pull request #318211 from bobby285271/upd/slick-greeterBobby Rong1-29/+14
lightdm-slick-greeter: 2.0.3 -> 2.0.4
2024-06-09greetd.greetd: 0.10.0 -> 0.10.3R. Ryantm1-3/+3
2024-06-08lightdm-slick-greeter: 2.0.3 -> 2.0.4Bobby Rong1-29/+14
https://github.com/linuxmint/slick-greeter/compare/2.0.3...2.0.4
2024-06-08Merge master into staging-nextgithub-actions[bot]1-3/+3
2024-06-07emptty: 0.12.0 -> 0.12.1R. Ryantm1-3/+3
2024-06-03Merge master into staging-nextgithub-actions[bot]1-9/+10
2024-06-02greetd.tuigreet: 0.9.0 -> 0.9.1Gaetan Lepage1-9/+10
Changelog: https://github.com/apognu/tuigreet/releases/tag/0.9.1
2024-06-02Merge master into staging-nextgithub-actions[bot]1-3/+3
2024-06-01Merge pull request #307623 from r-ryantm/auto-update/greetd.wlgreetWeijia Wang1-3/+3
greetd.wlgreet: 0.4.1 -> 0.5.0
2024-05-19treewide: drop workarounds for cargo --frozenAlyssa Ross1-3/+0
Since 4816a73bb53c ("rustPlatform: --frozen -> --offline"), these are no longer necessary!
2024-05-17greetd: 0.9.0 -> 0.10.0Craft1-3/+3
Updating greetd version from 0.9.0 to 0.10.0.
2024-05-06greetd.tuigreet: 0.8.0 -> 0.9.0Adam Stephens1-3/+3
https://github.com/apognu/tuigreet/releases/tag/0.9.0 Diff: https://github.com/apognu/tuigreet/compare/0.8.0...0.9.0
2024-04-29greetd.wlgreet: 0.4.1 -> 0.5.0R. Ryantm1-3/+3
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar6-13/+13
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-21greetd.wlgreet: add required libraries to runpathJared Baur1-0/+13
Wlgreet dynamically loads a few libraries on startup. Without them, the program will crash immediately on startup.
2024-04-06treewide: replace wrapGAppsHook with wrapGAppsHook4 for gtk4 appsaleksana1-2/+2
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm6-0/+6
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-03Merge pull request #292068 from r-ryantm/auto-update/empttyNick Cao1-2/+2
emptty: 0.11.0 -> 0.12.0
2024-02-28sddm: add Wayland to the wrapper if enabledK9001-1/+4
2024-02-28sddm: 0.20.0-unstable -> 0.21.0K9003-35/+17
2024-02-28sddm: separate wrapping from buildingK9003-75/+145
2024-02-28emptty: 0.11.0 -> 0.12.0R. Ryantm1-2/+2
2024-02-25lightdm-gtk-greeter: 2.0.8 -> 2.0.9Bobby Rong1-3/+3
https://github.com/Xubuntu/lightdm-gtk-greeter/compare/lightdm-gtk-greeter-2.0.8...lightdm-gtk-greeter-2.0.9
2024-02-11treewide: add `mainProgram`h7x43-0/+3
2024-01-06Merge pull request #278929 from bobby285271/upd/cinnamonBobby Rong1-2/+2
Cinnamon updates 2024-01-05
2024-01-05lightdm-slick-greeter: 2.0.2 -> 2.0.3Bobby Rong1-2/+2
https://github.com/linuxmint/slick-greeter/compare/2.0.2...2.0.3
2024-01-05sddm: 0.20.0 -> 0.20.0-unstable-2023-12-29, add Qt6 supportK9001-27/+12
2023-12-18lightdm-slick-greeter: 2.0.1 -> 2.0.2Bobby Rong1-2/+2
https://github.com/linuxmint/slick-greeter/compare/2.0.1...2.0.2
2023-12-05Merge pull request #272040 from bobby285271/upd/cinnamonBobby Rong1-2/+2
Cinnamon updates 2023-12-04
2023-12-04lightdm-slick-greeter: 2.0.0 -> 2.0.1Bobby Rong1-2/+2
https://github.com/linuxmint/slick-greeter/compare/2.0.0...2.0.1
2023-12-04Merge pull request #264140 from r-ryantm/auto-update/greetd.gtkgreetWeijia Wang1-2/+2
greetd.gtkgreet: 0.7 -> 0.8
2023-12-02lightdm-slick-greeter: 1.8.2 -> 2.0.0R. RyanTM1-2/+2
https://github.com/linuxmint/slick-greeter/compare/1.8.2...2.0.0
2023-10-29greetd.gtkgreet: 0.7 -> 0.8R. Ryantm1-2/+2
2023-10-19emptty: 0.10.0 -> 0.11.0R. Ryantm1-2/+2
2023-10-03sddm: backport a bunch of Wayland fixesK9001-1/+20