Commit Graph

15 Commits

Author SHA1 Message Date
Fabián Heredia Montiel
ccec93c1c7 treewide: replace webkitgtk to webkitgtk_4_0
sed -i 's/ webkitgtk\b/ webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/(webkitgtk\b/(webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/\.webkitgtk\b/.webkitgtk_4_0/g' pkgs/**.nix

webkitgtk is currently pointing to that specific ABI version but the
alias is going to start warning
2024-10-11 17:23:43 -06:00
aleksana
bd36b81aed treewide: adopt some unmaintained GTK packages 2024-09-14 21:07:29 +08:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
R. Ryantm
52dbf62b3f dorion: 4.3.0 -> 5.0.1 2024-06-25 13:39:54 +00:00
jopejoe1
0819e505be dorion: use pname instead of name 2024-06-05 20:42:52 +02:00
R. Ryantm
9f022871c6 dorion: 4.2.1 -> 4.3.0 2024-05-21 12:49:26 +00:00
R. Ryantm
ad5e500871 dorion: 4.2.0 -> 4.2.1 2024-05-12 00:51:54 +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
R. Ryantm
c2d6f57960 dorion: 4.1.3 -> 4.2.0 2024-04-18 03:49:51 +00:00
R. Ryantm
f8996a08f5 dorion: 4.1.2 -> 4.1.3 2024-03-07 12:34:32 +00:00
R. Ryantm
99603dfa01 dorion: 4.1.1 -> 4.1.2 2024-02-08 06:57:48 +00:00
R. Ryantm
c1da28f4a2 dorion: 4.0.0 -> 4.1.1 2024-01-27 14:30:09 +00:00
R. Ryantm
4537d82fc0 dorion: 3.1.1 -> 4.0.0 2024-01-08 06:59:14 +00:00
R. Ryantm
bb1d2e553d dorion: 1.2.1 -> 3.1.1 2023-12-31 15:43:57 +00:00
Knarkzel
bc16dfe4b3 dorion: init at 1.2.1 2023-10-04 17:26:07 -03:00