Commit Graph

289 Commits

Author SHA1 Message Date
Weijia Wang
97e8ca179a
Merge pull request #318486 from r-ryantm/auto-update/greetd.greetd
greetd.greetd: 0.10.0 -> 0.10.3
2024-06-28 01:48:31 +02:00
R. Ryantm
d8b8a7b623 lightdm-slick-greeter: 2.0.4 -> 2.0.5 2024-06-19 14:16:10 +00:00
Alyssa Ross
3df6bb2c85
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/blockchains/polkadot/default.nix
2024-06-09 22:47:12 +01:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
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-09 23:07:45 +02:00
github-actions[bot]
5aea0ef461
Merge master into staging-next 2024-06-09 18:00:55 +00:00
Bobby Rong
28546b23fe
Merge pull request #318211 from bobby285271/upd/slick-greeter
lightdm-slick-greeter: 2.0.3 -> 2.0.4
2024-06-09 20:20:52 +08:00
R. Ryantm
0b9da0f1cc greetd.greetd: 0.10.0 -> 0.10.3 2024-06-09 08:50:52 +00:00
Bobby Rong
eae1bdc34d
lightdm-slick-greeter: 2.0.3 -> 2.0.4
https://github.com/linuxmint/slick-greeter/compare/2.0.3...2.0.4
2024-06-08 10:26:12 +08:00
github-actions[bot]
f22f5c2c0c
Merge master into staging-next 2024-06-08 00:02:16 +00:00
R. Ryantm
3e9ed0cf2a emptty: 0.12.0 -> 0.12.1 2024-06-07 14:26:04 +00:00
github-actions[bot]
2e595eb2e6
Merge master into staging-next 2024-06-03 12:01:29 +00:00
Gaetan Lepage
61ed9b4594 greetd.tuigreet: 0.9.0 -> 0.9.1
Changelog: https://github.com/apognu/tuigreet/releases/tag/0.9.1
2024-06-02 18:39:11 +02:00
github-actions[bot]
39c82b1a85
Merge master into staging-next 2024-06-02 00:02:38 +00:00
Weijia Wang
6bed436a65
Merge pull request #307623 from r-ryantm/auto-update/greetd.wlgreet
greetd.wlgreet: 0.4.1 -> 0.5.0
2024-06-01 23:36:30 +02:00
Alyssa Ross
b08a915532 treewide: drop workarounds for cargo --frozen
Since 4816a73bb5 ("rustPlatform: --frozen -> --offline"), these are
no longer necessary!
2024-05-19 11:15:55 +02:00
Craft
ca37dbddab
greetd: 0.9.0 -> 0.10.0
Updating greetd version from 0.9.0 to 0.10.0.
2024-05-17 13:28:15 -04:00
Adam Stephens
b3b44121d5
greetd.tuigreet: 0.8.0 -> 0.9.0
https://github.com/apognu/tuigreet/releases/tag/0.9.0

Diff: https://github.com/apognu/tuigreet/compare/0.8.0...0.9.0
2024-05-06 12:44:12 -04:00
R. Ryantm
cd16cff47e greetd.wlgreet: 0.4.1 -> 0.5.0 2024-04-29 04:12:30 +00:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
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-27 02:23:22 +02:00
Jared Baur
148f60fb50
greetd.wlgreet: add required libraries to runpath
Wlgreet dynamically loads a few libraries on startup. Without them, the
program will crash immediately on startup.
2024-04-21 13:32:26 -07:00
aleksana
9dddc116d5 treewide: replace wrapGAppsHook with wrapGAppsHook4 for gtk4 apps 2024-04-06 01:33:38 +08:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
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-19 03:14:51 +01:00
Nick Cao
f3197abfd3
Merge pull request #292068 from r-ryantm/auto-update/emptty
emptty: 0.11.0 -> 0.12.0
2024-03-03 20:42:36 -05:00
K900
2614e40893 sddm: add Wayland to the wrapper if enabled 2024-02-28 18:49:33 +03:00
K900
7b74d9a4ac sddm: 0.20.0-unstable -> 0.21.0 2024-02-28 18:49:33 +03:00
K900
59aa3af15d sddm: separate wrapping from building 2024-02-28 18:49:12 +03:00
R. Ryantm
68cb9583e9 emptty: 0.11.0 -> 0.12.0 2024-02-28 11:57:58 +00:00
Bobby Rong
ba9add0e57
lightdm-gtk-greeter: 2.0.8 -> 2.0.9
https://github.com/Xubuntu/lightdm-gtk-greeter/compare/lightdm-gtk-greeter-2.0.8...lightdm-gtk-greeter-2.0.9
2024-02-25 18:38:34 +08:00
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
Bobby Rong
b40d1bc8d7
Merge pull request #278929 from bobby285271/upd/cinnamon
Cinnamon updates 2024-01-05
2024-01-06 20:04:39 +08:00
Bobby Rong
7b3bbc6c20
lightdm-slick-greeter: 2.0.2 -> 2.0.3
https://github.com/linuxmint/slick-greeter/compare/2.0.2...2.0.3
2024-01-05 21:20:48 +08:00
K900
ddb6aac521 sddm: 0.20.0 -> 0.20.0-unstable-2023-12-29, add Qt6 support 2024-01-05 10:29:10 +03:00
Bobby Rong
f4ae825dc2
lightdm-slick-greeter: 2.0.1 -> 2.0.2
https://github.com/linuxmint/slick-greeter/compare/2.0.1...2.0.2
2023-12-18 21:22:16 +08:00
Bobby Rong
fceb57dcc7
Merge pull request #272040 from bobby285271/upd/cinnamon
Cinnamon updates 2023-12-04
2023-12-05 20:59:11 +08:00
Bobby Rong
a50e21b239
lightdm-slick-greeter: 2.0.0 -> 2.0.1
https://github.com/linuxmint/slick-greeter/compare/2.0.0...2.0.1
2023-12-04 21:53:24 +08:00
Weijia Wang
0a9096802e
Merge pull request #264140 from r-ryantm/auto-update/greetd.gtkgreet
greetd.gtkgreet: 0.7 -> 0.8
2023-12-04 01:17:04 +01:00
R. RyanTM
8849d2174e
lightdm-slick-greeter: 1.8.2 -> 2.0.0
https://github.com/linuxmint/slick-greeter/compare/1.8.2...2.0.0
2023-12-02 12:12:47 +08:00
R. Ryantm
ea702e25db greetd.gtkgreet: 0.7 -> 0.8 2023-10-29 09:42:27 +00:00
R. Ryantm
e24eafeeab emptty: 0.10.0 -> 0.11.0 2023-10-19 08:41:43 +00:00
K900
d6537416aa sddm: backport a bunch of Wayland fixes 2023-10-03 12:48:58 +03:00
K900
7a7c1859cd nixos/lightdm-tiny-greeter: remove nixpkgs.config usage 2023-09-26 18:02:00 +03:00
Anton Mosich
dd4b88da6e lemurs: 0.3.1 -> 0.3.2
For changelog see: https://github.com/coastalwhite/lemurs/releases/tag/v0.3.2
2023-09-23 23:58:09 +02:00
Weijia Wang
3ebe258f75
Merge pull request #249142 from aacebedo/aacebedo/fix_gtkgreet_svg
gtkgreet: add support for svg icons
2023-09-07 03:00:01 +02:00
Alexandre Acebedo
368126c271 regreet: add support for svg icons 2023-08-15 22:01:51 +02:00
Alexandre Acebedo
dbcf59a84d gtkgreet: add support for svg icons 2023-08-14 17:06:59 +02:00
Sebastian Sellmeier
9cf67bcb59
tuigreet: add main-program 2023-08-06 22:50:13 +02:00
n3oney
02d604cd68
treewide: add meta.mainProgram 2023-08-05 00:11:04 +02:00
Robert Hensing
f8f9f13d57
Merge pull request #246386 from hercules-ci/lib-getExe-dont-make-name-assumption
lib.getExe: Do not make assumptions about the main program
2023-08-02 20:05:52 +02:00
Jeremiah S
bc39d29076 lemurs: init at 0.3.1
applied editorconfig settings

fix: lf line ending issue

fix: repo can not be pname due to bind issues

fix: use cargoHash not cargoSha256

lint: build inputs should new line

lint: callPackage should have space in attrset
2023-08-02 16:19:45 +00:00
Robert Hensing
4c1d3cee60 treewide: Add meta.mainProgram
This should fix most warnings getExe in based on grepping `nixos/`.
2023-07-31 21:54:43 +02:00