Commit Graph

66 Commits

Author SHA1 Message Date
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
R. Ryantm
abf234f409 sgt-puzzles: 20240928.182b3d9 -> 20241123.5e74004 2024-11-29 15:22:57 +11:00
R. Ryantm
84dd78f845 sgt-puzzles: 20240911.cd97968 -> 20240928.182b3d9 2024-09-30 10:10:36 +00:00
R. Ryantm
de35272571 sgt-puzzles: 20240909.53ceb98 -> 20240911.cd97968 2024-09-21 11:46:49 +00:00
R. Ryantm
c9f39f0443 sgt-puzzles: 20240827.52afffa -> 20240909.53ceb98 2024-09-09 05:38:55 +00:00
R. Ryantm
e8dd7856cf sgt-puzzles: 20240817.262f709 -> 20240827.52afffa 2024-08-27 07:56:42 +00:00
R. Ryantm
52930d011d sgt-puzzles: 20240802.1c1899e -> 20240817.262f709 2024-08-21 00:45:00 +00:00
R. Ryantm
1a58a2093e sgt-puzzles: 20240330.fd304c5 -> 20240802.1c1899e 2024-08-05 17:38:12 +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
04e15baaad sgt-puzzles: 20240302.80aac31 -> 20240330.fd304c5 2024-03-31 18:04:30 +11:00
R. Ryantm
e3f64c6d9f sgt-puzzles: 20240103.7a93ae5 -> 20240302.80aac31 2024-03-03 09:32:55 +00:00
R. Ryantm
1e9ee14fd7 sgt-puzzles: 20231120.08365fb -> 20240103.7a93ae5 2024-01-04 22:32:59 +00:00
R. Ryantm
0b28ef1c38 sgt-puzzles: 20231025.35f7965 -> 20231120.08365fb 2023-12-07 14:29:08 +00:00
R. Ryantm
6fe1a0f6f6 sgt-puzzles: 20230918.2d9e414 -> 20231025.35f7965 2023-11-14 20:30:20 +11:00
Tom Fitzhenry
736884108d sgt-puzzles: rename all "sgtpuzzles" -> "sgt-puzzles"
nixpkgs currently mixes sgtpuzzles/sgt-puzzles across filenames,
packages, tests.

This inconsistency is frequently annoying.

Let's unify on "sgt-puzzles", on the basis that:
* "sgt-puzzles" is the package filename.
* Alpine/FreeBSD/Debian use "sgt-puzzles". No other distro uses
"sgtpuzzles". https://repology.org/project/sgt-puzzles/versions
2023-10-06 21:36:48 +11:00
Tom Fitzhenry
8199e4ffcc sgt-puzzles: add updateScript
sgt-puzzles updates are available from a static URL, which HTTP
redirects to a git-commit based URL.

This commit uses that according to https://nixos.org/manual/nixpkgs/unstable/#var-passthru-updateScript
2023-10-03 00:13:59 +11:00
Tom Fitzhenry
3c46dee9eb sgtpuzzles: 20220913 -> 20230918 2023-09-29 23:54:01 +10:00
Francesco Gazzetta
0995aea49b
Merge pull request #202995 from tomfitzhenry/sgtpuzzles-test
nixos/tests/sgtpuzzles: init
2023-03-19 14:11:29 +00:00
Tom Fitzhenry
f86e1e9a79 nixos/tests/sgtpuzzles: init 2023-03-04 00:52:21 +11:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Felix Buehler
cdb39a86e0 treewide: use optionalString 2023-02-13 21:52:34 +01:00
Tom Fitzhenry
ee495c933a sgtpuzzles: 20220802 -> 20220913 2022-09-22 10:33:35 +10:00
Tom Fitzhenry
5d5859df9b sgtpuzzles-mobile: init 2022-08-08 08:11:25 +10:00
Tom
b3e03a8a0f
sgt-puzzles: 20220613 -> 20220802 (#184804) 2022-08-02 15:16:51 +02:00
Tom Fitzhenry
55a280290d sgtpuzzles: add tomfitzhenry@ as co-maintainer 2022-07-18 22:52:06 +10:00
Tom Fitzhenry
59cc4254df sgtpuzzles: Use higher resolution icons: 48x48 -> 96x96
Motivation: The 48x48 icons look fuzzy on my 1080 width monitor, and
on the Pinephone.
2022-07-18 22:52:06 +10:00
Tom Fitzhenry
61bf2a9c68 sgtpuzzles: 20200610.9aa7b7c -> 20220613.387d323
This required moving to sgtpuzzle's cmake-based build:
https://git.tartarus.org/?p=simon/puzzles.git;a=commit;h=cc7f5503dc8f4ddf468e080a73028c83d1196e83

Tested by compiling and playing some games on x86_64.
2022-07-18 22:52:06 +10:00
Tom Fitzhenry
34aa48f578 sgtpuzzles: Fix Icon path.
Prior to this commits, GNOME did not render icons for sgtpuzzle's
desktop items.
2022-07-18 22:52:06 +10:00
Tom Fitzhenry
b3b78ce3ef sgt-puzzles: update sgt-puzzles.menu to a working URL
Motivation: Fix sgt-puzzles.menu. Its URL is currently 404ing since
720e614d01/games-puzzle/sgt-puzzles/files/sgt-puzzles.menu
is 404ing because https://github.com/Oleh-Kravchenko/portage is 404ing.
2022-07-18 22:52:06 +10:00
Felix Buehler
ed7bf9452c treewide: remove *.upstream files from updateWalker 2022-01-26 21:46:07 +01:00
Felix Buehler
ce3b463c79 games: /s/name/pname&version/ 2021-06-25 01:28:10 +02:00
Ben Siraphob
bd42003f87 pkgs/games: pkg-config -> pkgconfig (2) 2021-01-16 23:49:59 -08: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
Jörg Thalheim
72f6df338d remove genesis maintainer
genesis has no longer access to github
2020-11-18 22:37:56 -08:00
Konrad Borowski
d838ef0795 sgtpuzzles: 20191114 -> 20200610 2020-10-27 11:28:02 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Bignaux Ronan
c10f66991a sgt-puzzles: fix desktop files and add desktop sgt-puzzles.menu 2020-03-02 04:13:48 +01:00
Bignaux Ronan
1841620b23 sgt-puzzles: add desktop files 2020-03-01 23:58:28 +01:00
Michael Raskin
c142423a8d sgtpuzzles: 2019045 -> 20191114 2019-12-08 23:47:43 +01:00
Samuel Dionne-Riel
d9076f6503 sgtpuzzles: 20180429.31384ca -> 20190415.e2135d5 2019-08-30 17:18:40 -04:00
Michael Raskin
d3b3ce4b78 sgtpuzzles: 20180409 -> 20180429 2018-05-02 02:46:52 +02:00
Ricardo M. Correia
f744788878 sgtpuzzles: 20171029.69773d8 -> 20180409.d95f476
Updating since the source tarball wasn't available anymore.
2018-04-13 20:56:06 +02:00
Michael Raskin
59b00f8766 sgt-puzzles: 20170228.1f613ba -> 20171029.69773d8 2017-11-11 15:31:36 +01:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Ole Jørgen Brønner
6fef3228f9 sgtpuzzles: fix broken gtk3 file dialog (#25694)
include wrapGAppsHook for file dialog to work
2017-05-11 07:52:43 +01:00
Michael Raskin
a7945a8cab sgt-puzzles: 20161228.7cae89f -> 20170228.1f613ba 2017-03-09 18:47:37 +01:00
Michael Raskin
99e4bd8627 sgtpuzzles: 20160429.b31155b -> 20161228.7cae89f 2017-01-02 20:18:49 +01:00
Michael Raskin
9cb61d3ac1 sgtpuzzles: create symlinks with sgt-puzzle- prefix for disambiguation, for example with net being provided by Samba 2016-05-20 11:21:52 +02:00
Michael Raskin
3f83632650 sgtpuzzles: 20160410.9d15092 -> 20160429.b31155b 2016-05-15 23:49:44 +02:00
Michael Raskin
38aa457f9a sgtpuzzles: add a .upstream file for autoupdating 2016-04-22 00:57:43 +02:00