gnomeExtensions: run update-extensions.py

gnome*Extensions: handle azan-islamic-prayer-times in extensionRenames.nix

as per https://github.com/NixOS/nixpkgs/pull/196424#discussion_r997242496
This commit is contained in:
Florian Klink 2022-10-17 15:02:51 +02:00
parent b18e4988e8
commit a8506443eb
3 changed files with 55 additions and 40 deletions

View file

@ -40,6 +40,10 @@
"transparent-window@pbxqdown.github.com",
"transparentwindows.mdirshad07"
],
"azan-islamic-prayer-times": [
"azan@faissal.bensefia.id",
"azan@hatem.masmoudi.org"
],
"floating-dock": [
"floatingDock@sun.wxg@gmail.com",
"floating-dock@nandoferreira_prof@hotmail.com"

View file

@ -12,6 +12,10 @@
"workspace-indicator@gnome-shell-extensions.gcampax.github.com" = "workspace-indicator";
"horizontal-workspace-indicator@tty2.io" = "workspace-indicator-2";
# forks of each other, azan@faissal.bensefia.id is more recent
"azan@faissal.bensefia.id" = "azan-islamic-prayer-times";
"azan@hatem.masmoudi.org" = null;
# ############################################################################
# These are conflicts for older extensions (i.e. they don't support the latest GNOME version).
# Make sure to move them up once they are updated

File diff suppressed because one or more lines are too long