3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

3345 commits

Author SHA1 Message Date
piegames 838a6ea496 Improve formatting
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-22 21:13:19 +01:00
piegames ed6ea66495
Improve error handling
Co-authored-by: Andreas Rammhold <andreas@rammhold.de>
2021-03-21 18:50:06 +01:00
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
R. RyanTM eb362f9af9 gnome3.hitori: 3.38.0 -> 3.38.1 2021-03-14 04:57:40 +01:00
Jan Tojnar 91574a3a39
Merge pull request #115123 from Pacman99/phone-evolution
evolution-data-server: enable phone number support
2021-03-14 02:27:20 +01:00
R. RyanTM 4eccb6d80f gnome3.tali: 3.38.0 -> 3.38.3 2021-03-11 15:59:15 +01:00
R. RyanTM 6598cfb682 gnome3.rygel: 0.40.0 -> 0.40.1 2021-03-09 13:10:20 +00:00
Pacman99 428411b75d evolution-data-server: enable phone number support 2021-03-05 08:16:21 -08:00
Sandro Jäckel 98b0480784
gnome3.taskwhisperer: remove unused input 2021-03-05 16:22:54 +01:00
WORLDofPEACE 69ea22c3da gnome-tour: fix build 2021-02-28 10:17:31 -05:00
WORLDofPEACE 9f4049ec68
Merge pull request #114387 from worldofpeace/gdm-new-logo
gnome3.gdm: use white nixos logo
2021-02-25 15:18:19 -05:00
WORLDofPEACE f49cd54c27
Merge pull request #114002 from worldofpeace/fix-gcc-search-locations
gnome3.gnome-control-center: fix search locations dialog
2021-02-25 14:35:24 -05:00
WORLDofPEACE 3e0296b39b gnome3.gdm: use white nixos logo
This looks cohesive
2021-02-25 13:34:22 -05:00
maxine [they] 995d98c9e9
gnomeExtensions.no-title-bar: 9 -> 11, unbreak (#106828)
* gnomeExtensions.no-title-bar: unbreak

9 -> 2020-05-14
Switches to a supported fork, updates patches as necessary

* gnomeExtensions.no-title-bar: 2020-05-14 -> 11
2021-02-25 06:44:37 +01:00
WORLDofPEACE e9439e2ef3 gnome3.gnome-control-center: fix search locations dialog 2021-02-22 08:43:53 -05:00
Sandro Jäckel fbb2925d76
gnome3.geary: remove unused input 2021-02-22 02:27:58 +01:00
Sandro Jäckel 5528fb4c6d
gnome3.seahorse: remove unused input 2021-02-22 02:27:58 +01:00
davidak 62d32751cb
Merge pull request #113347 from r-ryantm/auto-update/gnome-getting-started-docs
gnome3.gnome-getting-started-docs: 3.38.0 -> 3.38.1
2021-02-21 02:16:26 +01:00
Sandro Jäckel 37d406b98a
gnome3.gnome-applets: remove unused input 2021-02-18 16:58:34 +01:00
Sandro Jäckel 71948d2142
gnome3.gnome-initial-setup: remove unused input 2021-02-18 16:58:29 +01:00
Sandro Jäckel d30234aa05
gnome3.gnome-control-center: remove unused input 2021-02-18 16:58:24 +01:00
Sandro Jäckel 6065b9e159
gnome3.gnome-contacts: remove unused input 2021-02-18 16:58:19 +01:00
Sandro Jäckel 024247946f
gnome3.gsconnect: remove unused input 2021-02-17 23:12:24 +01:00
Sandro Jäckel c4bb7b687d
gnome3.gnome-terminal: Remove unused input 2021-02-17 23:12:24 +01:00
R. RyanTM 996b6dc766 gnome3.gnome-getting-started-docs: 3.38.0 -> 3.38.1 2021-02-16 23:12:42 +00:00
Maximilian Bosch 01a7784022
Merge pull request #113335 from r-ryantm/auto-update/evince
evince: 3.38.1 -> 3.38.2
2021-02-16 23:45:56 +01:00
Thomas Gerbet 58c379c19e gnome3.gnome-autoar: 0.2.4 -> 0.3.0
Fixes CVE-2020-36241.
2021-02-16 22:41:29 +01:00
R. RyanTM a3fa55b5ed evince: 3.38.1 -> 3.38.2 2021-02-16 20:28:28 +00:00
Jan Tojnar 859d540508
Merge pull request #113171 from andersk/gnome-session-shutdown-delay
gnome-session: Fix 2 minute shutdown delay
2021-02-15 05:47:08 +01:00
Anders Kaseorg 70cf0705f6 gnome-session: Fix 2 minute shutdown delay
Fixes #113165, by pulling in the upstream patch for
https://gitlab.gnome.org/GNOME/gnome-session/-/issues/74 “2 minutes
delay at poweroff with systemd-247”.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-02-14 19:02:33 -08:00
R. RyanTM c27538ee3f evolution-data-server: 3.38.3 -> 3.38.4 2021-02-14 20:21:40 +01:00
R. RyanTM 6eb945d608 gnome3.gnome-terminal: 3.38.2 -> 3.38.3 2021-02-14 20:17:00 +01:00
Jan Tojnar 9ccd1fe728
Merge pull request #113117 from dkabot/arcmenu
gnomeExtensions.arc-menu: 47 -> 5, rename to gnomeExtensions.arcmenu
2021-02-14 20:16:36 +01:00
dkabot e1fc0f5e38 gnomeExtensions.arc-menu: rename to gnomeExtensions.arcmenu
The upstream has been changed to a different repository with this name.
2021-02-14 07:57:05 -05:00
dkabot 6fafbb4f27 gnomeExtensions.arc-menu: 47 -> 5 2021-02-14 07:25:00 -05:00
Ryan Mulligan d74335f39d
Merge pull request #112267 from r-ryantm/auto-update/gnome-shell-extension-unite
gnomeExtensions.unite: 44 -> 45
2021-02-13 18:40:53 -08:00
Jan Tojnar ff96a0fa56
Merge pull request #110017 from rhoriguchi/fuzzy-app-search
gnomeExtensions.fuzzy-app-search: init at 4
2021-02-13 15:23:35 +01:00
R. RyanTM 60d73310e7 gnome3.gpaste: 3.38.4 -> 3.38.5 2021-02-11 07:00:24 +01:00
R. RyanTM 3f4429cafc gnomeExtensions.unite: 44 -> 45 2021-02-07 07:50:25 +00:00
R. RyanTM c06800f6d3 gnome3.gnome-sound-recorder: 3.38.0 -> 3.38.1 2021-02-04 18:41:15 +01:00
Jan Tojnar 27eb2fb8e2
gnome3.gnome-software: clean up
- Format expression
- Correct license
2021-02-02 19:55:00 +01:00
Jan Tojnar 6f1546e33c
gnome3.yelp-xsl: update metadata 2021-02-01 20:14:51 +01:00
Jan Tojnar 1b718ca527
Merge pull request #111557 from collares/keyring-capng
gnome-keyring: Fix compatibility with libcap_ng >= 0.8.1
2021-02-01 17:47:39 +01:00
Jan Tojnar 40ed7748db evolution-data-server: 3.38.2 → 3.38.3 2021-02-01 17:36:48 +01:00
Mauricio Collares 8b2af232f9 gnome-keyring: patch for libcap_ng >= 0.8.1 compat 2021-02-01 09:12:40 -03:00
R. RyanTM abc1c04714 gnome3.gpaste: 3.38.3 -> 3.38.4 2021-01-30 16:36:41 +01:00
R. RyanTM 9be3d9b950 gnome3.gnome-terminal: 3.38.1 -> 3.38.2 2021-01-30 16:36:30 +01:00
R. RyanTM efef175c19 evince: 3.38.0 -> 3.38.1 2021-01-29 16:59:45 +00:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Jan Tojnar 8bcc8f63ac
Merge pull request #109880 from rhoriguchi/unite
gnomeExtensions.unite-shell: rename to gnomeExtensions.unite
2021-01-24 23:29:17 +01:00