nixpkgs/pkgs/desktops/gnome
piegames b642ac7b70
gnome: Package all the GNOME extensions
An automatic way to do this that scales up and requires little manual intervention is really needed. It works by scraping extensions.gnome.org with a python script, that writes all relevant information into the `extensions.json`. Every attribute of besaid file can be built into a package using `buildShellExtension`.

Extensions are grouped by GNOME Shell version for practical reasons. Only extensions for GNOME 40 and 3.38 were added, as we don't support legacy GNOME versions.
The extensions are exposed as an attrset, `pkgs.gnome40Extensions` and `pkgs.gnome38Extensions` respectively. The package name of each extensions is generated automatically from its UUID.

The attribute `pkgs.gnomeExtensions` contains the officially packaged and supported extensions set. It contains all the automatically packaged extensions for the current GNOME Shell version, which are overwritten by manually packaged ones where needed. Unlike gnomeXYExtensions, the names are not UUIDs, but automatically generated human-friendly names. Naming collisions – which are tracked in collisions.json – need to be manually resolved in the `extensionRenames` attrset.
2021-05-21 23:10:12 +02:00
..
apps gnome.gnome-todo: 3.28.1 → 40.0 2021-05-14 16:36:54 +02:00
core gnome.gnome-shell: 40.0-unstable-2021-05-01 → 40.1 2021-05-14 18:52:02 +02:00
devtools
extensions gnome: Package all the GNOME extensions 2021-05-21 23:10:12 +02:00
games aisleriot: changed updateScript 2021-05-12 14:06:55 +02:00
misc gnome.pomodoro: 0.18.0 -> 0.19.1 2021-05-17 11:06:58 -07:00
default.nix
find-latest-version.py
installer.nix
update.nix