Commit Graph

58 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
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
Michael Raskin
fb60199d42 sgtpuzzles: update, switch to git-snapshot tarballs 2016-04-20 11:33:45 +02:00
Pascal Wittmann
3514a828fb stg-puzzles: fix build (ZHF) 2015-07-12 23:55:24 +02:00
Michael Raskin
af3d395cfe sgtpuzzles: update to revision 10286; rewrite completely to avoid reliance on builderDefs features 2015-07-05 11:57:49 +03:00
Michael Raskin
a24da89252 Update/fix SGT puzzles 2013-03-21 17:35:18 +04:00
Michael Raskin
3d2e43df37 Update sgt-puzzles 2012-10-18 00:21:42 +04:00
Michael Raskin
5087016ee1 Updating and fixing sgtpuzzles.
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33369
2012-03-23 07:09:48 +00:00
Michael Raskin
50a513f515 Fix linking for SGT puzzles
svn path=/nixpkgs/trunk/; revision=20100
2010-02-18 13:40:10 +00:00
Michael Raskin
89d1b7881f Update SGT puzzles and improve builderDefs processing of propagated(Native)BuildInputs after stdenv merge
svn path=/nixpkgs/trunk/; revision=20093
2010-02-18 10:29:40 +00:00