Commit Graph

26 Commits

Author SHA1 Message Date
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
Bobby Rong
366c8b113b
cinnamon.warpinator: 1.8.2 -> 1.8.3
https://github.com/linuxmint/warpinator/compare/1.8.2...1.8.3
2024-01-05 21:20:46 +08:00
Bobby Rong
5c2122c997
cinnamon.warpinator: 1.8.1 -> 1.8.2
https://github.com/linuxmint/warpinator/compare/1.8.1...1.8.2
2023-12-28 22:13:08 +08:00
Bobby Rong
e0da2fb162
cinnamon.warpinator: 1.6.4 -> 1.8.1
https://github.com/linuxmint/warpinator/compare/1.6.4...1.8.1
2023-12-06 22:16:41 +08:00
R. Ryantm
292bcc7907 cinnamon.warpinator: 1.6.3 -> 1.6.4 2023-07-08 11:21:37 +08:00
Bobby Rong
3b369e7378
cinnamon.warpinator: 1.6.2 -> 1.6.3
https://github.com/linuxmint/warpinator/compare/1.6.2...1.6.3
2023-06-08 19:38:54 +08:00
Bobby Rong
8cd5cc8104
cinnamon.warpinator: 1.6.1 -> 1.6.2
https://github.com/linuxmint/warpinator/compare/1.6.1...1.6.2
2023-06-02 11:35:46 +08:00
Bobby Rong
46a84aa1b7
cinnamon.warpinator: 1.4.5 -> 1.6.1
https://github.com/linuxmint/warpinator/compare/1.4.5...1.6.1
2023-04-27 08:40:37 +08:00
Bobby Rong
e8f21cbac9
cinnamon.warpinator: 1.4.4 -> 1.4.5
https://github.com/linuxmint/warpinator/compare/1.4.4...1.4.5
2023-02-19 19:01:17 +08:00
Bobby Rong
52c228365d
cinnamon.warpinator: 1.4.3 -> 1.4.4
https://github.com/linuxmint/warpinator/compare/1.4.3...1.4.4
2023-01-27 13:42:57 +08:00
Bobby Rong
49158837f1
cinnamon.warpinator: 1.4.2 -> 1.4.3
https://github.com/linuxmint/warpinator/compare/1.4.2...1.4.3
2022-12-16 21:41:30 +08:00
Bobby Rong
81b9fde683
cinnamon.warpinator: 1.4.1 -> 1.4.2
https://github.com/linuxmint/warpinator/compare/1.4.1...1.4.2
2022-12-04 11:20:50 +08:00
Bobby Rong
85c42f95c1
cinnamon.warpinator: 1.2.15 -> 1.4.1
https://github.com/linuxmint/warpinator/compare/1.2.15...1.4.1
2022-11-30 09:22:57 +08:00
Bobby Rong
e29abc681d
cinnamon.warpinator: Prevent double wrapping 2022-11-30 09:22:57 +08:00
Thomas Gerbet
85681df552 cinnamon.warpinator: 1.2.14 -> 1.2.15
Fixes CVE-2022-42725.

c32eafb0d1
2022-11-22 19:14:47 +01: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
Bobby Rong
56067eed75
cinnamon.warpinator: fix updateScript 2022-09-10 19:51:44 +08:00
Bobby Rong
1e4bc8569a
cinnamon.warpinator: 1.2.13 -> 1.2.14 2022-09-06 10:39:26 +08:00
Bobby Rong
890385c26e
cinnamon.warpinator: 1.2.5 -> 1.2.13 2022-07-30 19:51:14 +08:00
Maciej Krüger
56ba20a313
cinnamon.warpinator: 1.0.8 -> 1.2.5 2021-11-27 09:11:11 +01:00
Maciej Krüger
f5d3fd8276
cinnamon.warpinator: make team cinnamon the maintainer 2021-11-27 09:10:58 +01:00
Maciej Krüger
b72cb25732
cinnamon.warpinator: re-enable checks as they work now 2021-04-19 14:46:29 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Maciej Krüger
9b9d0fd5d5
cinnamon.warpinator: license fix 2020-09-08 17:05:42 +02:00
Maciej Krüger
bf9e9cd08a
cinnamon.warpinator: init at 1.0.8 2020-09-08 16:08:10 +02:00