Commit Graph

2496 Commits

Author SHA1 Message Date
Doron Behar
0b53eb4076
gnomeExtensions.gsconnect: fix typelibPath substitution (#363911) 2024-12-14 19:57:47 +02:00
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
Nick Cao
fe78af832d
gnome-extensions-cli: 0.10.3 -> 0.10.4 (#363477) 2024-12-10 08:59:47 -05:00
Doron Behar
7e373d7a52 gnomeExtensions.gsconnect: fix typelibPath substitution
Fixup for #269668. Fixes #363724.
2024-12-10 15:10:18 +02:00
Jan Tojnar
fcccacf7c8
Merge gnomeExtensions: auto-update (#361400) 2024-12-09 22:32:29 +01:00
R. Ryantm
2aa1c476a8 gnome-extensions-cli: 0.10.3 -> 0.10.4 2024-12-09 06:35:17 +00:00
Pogobanane
47e0750685 gnomeExtensions: update collision renames 2024-12-08 11:39:42 +00:00
Pogobanane
965d4fdc0a gnomeExtensions: auto-update 2024-12-08 11:39:42 +00:00
Pogobanane
8292dad528 gnomeExtensions: fault tolerance for update-extensions.py
Recently, gnome extension servers/infrastructure is a bit brittle and
sometimes returns HTTP 500 errors. We retry more agressively to mitigate
that.
2024-12-08 11:39:42 +00:00
Aleksana
20e276f1a2
gnomeExtensions.pano: 22 -> v23-alpha3 (#352899) 2024-12-05 20:46:19 +08:00
Wolfgang Walther
9ac06f06a6
gnomeExtensions.argos: Update to more recent revision for GNOME 47 (#360723) 2024-12-04 22:44:10 +01:00
Bobby Rong
3bc8b401c1
gnome.updateScript: Fetch cache.json from download.gnome.org/sources
ftp.gnome.org/pub/GNOME/sources already redirects to download.gnome.org/sources. For some reason sometimes
I get "Application is not available" when using the former link but this does not happen with the latter.
2024-12-01 20:19:44 +08:00
Emin Karayel
b803e1b03d
gnomeExtensions.argos: Update to more recent revision with support for GNOME 47
The current extensions does not work with GNOME 47, which the new release nixos-24.11 is based. The above is an update to the latest commit which enables support for GNOME 47.

See:
cd0de7c790

I tested on my machine and the extension works.
2024-12-01 10:50:43 +01:00
Jörg Thalheim
d81d18c9d5 gnome: replace alias with throw
Those packages produce a lot of noice in nix eval. Having them do a
throw will improve the situation.
2024-11-21 09:40:24 +01:00
Nick Cao
c3bddef1f6
gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 2024-11-16 10:13:07 -05:00
R. Ryantm
607be7519c gnome-extensions-cli: 0.10.2 -> 0.10.3 2024-11-15 06:33:44 +00:00
Bu Kun
606596a84c
gnomeExtensions.arcmenu: 55 -> 63 2024-11-11 12:24:39 +08:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Jan Tojnar
df2801aead
Merge gnomeExtensions.gsconnect: 57 -> 58 (GNOME 47 support) (#353794) 2024-11-06 00:40:49 +01:00
Honnip
b51666b2cc
gnomeExtensions.pano: 22 -> v23-alpha3 2024-11-05 20:22:14 +09:00
Doron Behar
035da94ea9 gnomeExtensions.gsconnect: 57 -> 58
Diff: https://github.com/GSConnect/gnome-shell-extension-gsconnect/compare/v57...v58
2024-11-05 12:39:28 +02:00
Doron Behar
4f8361ef85 gnomeExtensions.gsconnect: adopt by doronbehar 2024-11-05 12:39:11 +02:00
Fabián Heredia Montiel
18e8b4e863
gnomeExtensions: update (#352798) 2024-11-04 17:22:38 -06:00
Weijia Wang
4f8fb8aa0e
gnomeExtensions.pop-shell: unstable-2024-04-04 -> 1.2.0-unstable-2024-10-09 (#343910) 2024-11-01 03:17:23 +01:00
Fabián Heredia Montiel
e2f176cf4a gnomeExtensions.gsconnect: 57 -> 58 2024-10-31 17:24:58 -06:00
Fabián Heredia Montiel
f3f4455df9 gnomeExtensions: auto-update 2024-10-31 17:24:58 -06:00
R. Ryantm
bcae88a81d gnomeExtensions.pop-shell: unstable-2024-04-04 -> 1.2.0-unstable-2024-10-09 2024-10-26 05:20:55 +00:00
github-actions[bot]
8164a7aa6d
Merge master into staging-next 2024-10-21 00:14:52 +00:00
K900
c46a2c35ab gnomeExtensions.gtk4-desktop-icons-ng-ding: fix substituteAll usage 2024-10-20 18:53:30 +03:00
github-actions[bot]
8ba820d7db
Merge master into staging-next 2024-10-17 12:05:34 +00:00
Bobby Rong
9f14d15d8b
gnomeExtensions.gtk4-desktop-icons-ng-ding: Fix patch
9079ac663b

This unbreaks nixosTests.gnome-extensions.

Applied from pull request 343905.
2024-10-14 20:54:18 +08:00
Honnip
61dfd73875
gnomeExtensions: auto-update
Applied from pull request 343905.
2024-10-14 20:54:18 +08:00
Honnip
cd005ecbb9
gnomeExtensions: Handle GNOME 47 extensions
Applied from pull request 343905.
2024-10-14 20:54:18 +08:00
R. Ryantm
d9a7f05a25 gnomeExtensions.impatience: 0.5.1 -> 0.5.2 2024-10-13 21:37:23 +00:00
R. Ryantm
bf41830b1c gnomeExtensions.unite: 79 -> 80 2024-09-21 13:01:28 +00:00
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
R. Ryantm
b4cbb90e71 gnomeExtensions.easyScreenCast: 1.9.0 -> 1.10.0 2024-09-14 14:23:06 +00:00
Jon Banafato
4c2ca81f4a treewide: remove jonafato from maintainers 2024-09-05 19:42:28 -04:00
Jan Tojnar
7b9332a2a5 gnome.networkmanager-*: Move to top-level
Those overrides are pointless, `withGnome = true` is the default since long time ago.
2024-09-01 14:16:31 +02:00
Jan Tojnar
58bf5606fb gnome-flashback: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
b37f158fb0 gnome-applets: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
e1093690a8 gnome-panel: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
771f47b485 gnome.gnome-panel: prepare for move 2024-09-01 14:16:31 +02:00
Jan Tojnar
a110f292a1 gnome-control-center: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
c2f1fa833e gnome-session: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
ca9576c81d gnome-shell: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
7f387d6bf9 mutter{,43}: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
d2da9a19c4 gnome-settings-daemon{,43}: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
649d663029 gnome-session-ctl: Move to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
b4c59a979a gnome-bluetooth{,_1_0}: Move to by-name 2024-09-01 14:16:31 +02:00