Commit Graph

38 Commits

Author SHA1 Message Date
R. Ryantm
045b8e89c4 vassal: 3.7.10 -> 3.7.12 2024-05-11 19:27:03 +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
347c831453 vassal: 3.7.9 -> 3.7.10 2024-04-15 02:41:32 +00:00
R. Ryantm
d50be0ef70 vassal: 3.7.8 -> 3.7.9 2024-03-01 13:15:47 +00:00
R. Ryantm
e73bd0a6bd vassal: 3.7.6 -> 3.7.8 2024-02-04 04:37:14 +00:00
R. Ryantm
b04ea3d1f3 vassal: 3.7.5 -> 3.7.6 2023-12-25 00:57:00 +00:00
R. Ryantm
7765d62bc7 vassal: 3.7.4 -> 3.7.5 2023-11-15 06:12:21 +00:00
R. Ryantm
a9e00367e7 vassal: 3.7.0 -> 3.7.4 2023-10-22 01:34:44 +00:00
R. Ryantm
3ff659c21c vassal: 3.6.19 -> 3.7.0 2023-09-08 19:48:41 +00:00
R. Ryantm
2a2d7043e4 vassal: 3.6.17 -> 3.6.19 2023-05-24 06:25:56 +00:00
R. Ryantm
1d3899ff2d vassal: 3.6.15 -> 3.6.17 2023-04-25 04:17:08 +00:00
R. Ryantm
c3cf45be27 vassal: 3.6.14 -> 3.6.15 2023-04-09 20:40:14 +00:00
R. Ryantm
60ba476076 vassal: 3.6.13 -> 3.6.14 2023-03-08 11:20:29 +00:00
R. Ryantm
5248f53462 vassal: 3.6.12 -> 3.6.13 2023-03-04 19:40:48 +00:00
R. Ryantm
a451a7634d vassal: 3.6.11 -> 3.6.12 2023-02-26 17:08:36 +00:00
Weijia Wang
dd3ce3ebcc
Merge pull request #212584 from fgaz/vassal/glib-and-mainprogram
vassal: add mainProgram and wrapGAppsHook
2023-02-07 05:23:46 +01:00
R. Ryantm
557a9c1492 vassal: 3.6.10 -> 3.6.11 2023-02-07 01:43:30 +00:00
Francesco Gazzetta
60a23dd32c vassal: add wrapGAppsHook
Fixes the file picker
2023-01-25 12:28:48 +01:00
Francesco Gazzetta
3f94eff79c vassal: set mainProgram 2023-01-25 12:28:27 +01:00
R. Ryantm
a2244cd5dd vassal: 3.6.7 -> 3.6.10 2023-01-16 05:31:38 +00:00
R. Ryantm
ad4d16a8d5 vassal: 3.6.5 -> 3.6.7 2022-08-14 03:59:44 +00:00
Robert Scott
3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
R. RyanTM
9137d7d156
vassal: 3.6.4 -> 3.6.5
* vassal: 3.6.4 -> 3.6.5 (#159828)

* vassal: update meta.homepage

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-17 01:50:21 +01:00
R. Ryantm
1245bc3819 vassal: 3.6.1 -> 3.6.4 2022-01-31 09:53:46 -08:00
R. Ryantm
738d2e4eb1 vassal: 3.5.8 -> 3.6.1 2021-12-06 06:39:43 +00:00
R. RyanTM
5c91293cdf vassal: 3.5.3 -> 3.5.8 2021-08-14 17:10:41 +00:00
R. RyanTM
fa5c65b7b3 vassal: 3.4.12 -> 3.5.3 2021-03-15 15:19:51 -04:00
Ben Siraphob
9706a8d8d1 vassal: expand platforms to unix 2021-03-12 13:05:00 +07:00
Ben Siraphob
e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07: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
Samuel Rivas
63faa127df
vassal: 3.3.2 -> 3.14.12
Extra changes:

  - use variables to avoid repetition
  - update licence
  - use fetczip
2021-01-04 08:35:06 +01:00
R. RyanTM
1f79f65521 vassal: 3.2.17 -> 3.3.2 2020-08-31 16:53:23 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Matthew Bauer
a71ce8f8d1 vassal: 3.2.15 -> 3.2.17
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- ran `/nix/store/6kxxp00xj8r1qh4kvvjdg954w00vpk57-VASSAL-3.2.17/bin/vassal -h` got 0 exit code
- ran `/nix/store/6kxxp00xj8r1qh4kvvjdg954w00vpk57-VASSAL-3.2.17/bin/vassal --help` got 0 exit code
- ran `/nix/store/6kxxp00xj8r1qh4kvvjdg954w00vpk57-VASSAL-3.2.17/bin/vassal --version` and found version 3.2.17
- found 3.2.17 with grep in /nix/store/6kxxp00xj8r1qh4kvvjdg954w00vpk57-VASSAL-3.2.17
2018-03-17 02:55:53 -05:00
zimbatm
69ce5cb656 use the sourceforge mirrors everywhere
find pkgs -name "*.nix" -exec sed -r \
    "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2016-02-28 12:07:42 +00:00
Tomas Vestelind
42627b7d59
remove period from description 2016-02-01 14:02:24 +01:00
Tomas Vestelind
2eab353a4a license lgpg21 -> lgpl21 2016-01-23 17:36:57 +01:00
Tomas Vestelind
5284416c14 vassal: new package 2016-01-23 02:42:51 +01:00