nixpkgs/pkgs/desktops/gnome-3
piegames 74463a4027 gnome3: 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 3.36 and 3.38 were added, as we don't support legacy Gnome versions.
The extensions are exposed as an attrset, `pkgs.gnome36Extensions` 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-03-18 19:18:00 +01:00
..
apps gnome3.seahorse: remove unused input 2021-02-22 02:27:58 +01:00
core Merge pull request #115123 from Pacman99/phone-evolution 2021-03-14 02:27:20 +01:00
devtools pkgs/desktops: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
extensions gnome3: Package all the Gnome extensions 2021-03-18 19:18:00 +01:00
games gnome3.hitori: 3.38.0 -> 3.38.1 2021-03-14 04:57:40 +01:00
misc gnome3.geary: remove unused input 2021-02-22 02:27:58 +01:00
default.nix evolution-with-plugins: added support for evolution-ews. 2021-01-17 11:13:54 +01:00
find-latest-version.py gnome3.updateScript: format with black 2020-04-25 01:19:33 +02:00
installer.nix
update.nix gnome3.updateScript: optimize unfrozen updates 2020-04-25 15:32:20 +02:00