Commit Graph

18 Commits

Author SHA1 Message Date
Bobby Rong
66026fd196
sticky: 1.19 -> 1.20
https://github.com/linuxmint/sticky/compare/1.19...1.20
2024-06-12 22:14:24 +08: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
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
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
Bobby Rong
d74222ce88
sticky: 1.17 -> 1.19
https://github.com/linuxmint/sticky/compare/1.17...1.19
2024-01-06 21:59:53 +08:00
Vladimír Čunát
1c0d654684
Merge #239191: treewide: gobject-introspection from buildInputs to nativeBuildInputs
...into staging
2023-07-26 20:53:32 +02:00
Bobby Rong
178c62f9e8
sticky: 1.16 -> 1.17
https://github.com/linuxmint/sticky/compare/1.16...1.17
2023-07-08 11:37:29 +08:00
Artturin
9999bf7a21 treewide: gobject-introspection from buildInputs to nativeBuildInputs
gobject-introspection should be in nativeBuildInputs for cross to work
properly (so propagations and hook work properly)
2023-06-28 22:33:40 +03:00
Bobby Rong
a0aef0bec7
sticky: 1.14 -> 1.16
https://github.com/linuxmint/sticky/compare/1.14...1.16
2023-06-08 19:36:06 +08:00
Bobby Rong
b0d54fa18f
sticky: 1.13 -> 1.14
https://github.com/linuxmint/sticky/compare/1.13...1.14
2023-01-07 22:11:16 +08:00
Bobby Rong
0e1cf7fc3c
sticky: 1.12 -> 1.13
https://github.com/linuxmint/sticky/compare/1.12...1.13
2022-12-04 11:20:51 +08:00
Bobby Rong
ab8f86d73f
various: add bobby285271 as maintainer (#198911)
Basically Linux Mint related packages.
Cinnamon 5.6 is likely to happen soon, I want to make sure no duplicate work is done.
2022-11-01 17:24:40 +08:00
José Romildo
01510c7ff3 treewide: no need to pass pname, version and attrPath to update scripts based on generic-updater 2022-09-27 23:41:53 -03:00
linsui
80c40aaa91 sticky: fix updateScript 2022-09-10 20:41:30 +08:00
Bobby Rong
ffd1c04242 sticky: 1.11 -> 1.12 2022-08-15 10:59:24 +08:00
Bobby Rong
be91726358
treewide: rename cinnamon.xapps to cinnamon.xapp
https://github.com/linuxmint/xapps redirects to https://github.com/linuxmint/xapp, and the meson project name is xapp.
2022-08-03 20:47:04 +08:00
Bobby Rong
33232565ab
sticky: 1.8 -> 1.11 2022-07-30 19:51:16 +08:00
linsui
2b71239bb2 sticky: init at 1.8 2022-06-04 22:42:09 +08:00