all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74726] [PATCH gnome-team 01/18] gnu: gnome-shell-extensions: Update to 46.2.
  2024-12-07 12:25 [bug#74726] [PATCH gnome-team 00/18] Update GNOME Shell extensions Liliana Marie Prikler
@ 2024-12-07 11:43 ` Liliana Marie Prikler
  2024-12-07 11:43   ` [bug#74726] [PATCH gnome-team 02/18] gnu: gnome-shell-extension-appindicator: Update to 59 Liliana Marie Prikler
                     ` (16 more replies)
  2024-12-14 15:41 ` [bug#74726] [PATCH gnome-team 00/18] Update GNOME Shell extensions Maxim Cournoyer
  1 sibling, 17 replies; 20+ messages in thread
From: Liliana Marie Prikler @ 2024-12-07 11:43 UTC (permalink / raw)
  To: 74726; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/gnome.scm (gnome-shell-extensions): Update to 46.2.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 45e4f40e56..e22338c700 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11007,7 +11007,7 @@ (define-public gnome-tweaks
 (define-public gnome-shell-extensions
   (package
     (name "gnome-shell-extensions")
-    (version "44.0")
+    (version "46.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -11015,7 +11015,7 @@ (define-public gnome-shell-extensions
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1aq1n75m1svsv0ppg66n9qch26rhjxcv3q33a3skf7hsydr5wd4c"))))
+                "0vyqqzqdd69sgarzpahxfj056rcm0hlk9hd52pr5y4i5d79fjhnl"))))
     (build-system meson-build-system)
     (arguments
      (list

base-commit: b32926f0d795fc244b471fa5c1785350aec1afb3
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [bug#74726] [PATCH gnome-team 02/18] gnu: gnome-shell-extension-appindicator: Update to 59.
  2024-12-07 11:43 ` [bug#74726] [PATCH gnome-team 01/18] gnu: gnome-shell-extensions: Update to 46.2 Liliana Marie Prikler
@ 2024-12-07 11:43   ` Liliana Marie Prikler
  2024-12-07 11:43   ` [bug#74726] [PATCH gnome-team 03/18] gnu: gnome-shell-extension-clipboard-indicator: Update to 65 Liliana Marie Prikler
                     ` (15 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: Liliana Marie Prikler @ 2024-12-07 11:43 UTC (permalink / raw)
  To: 74726; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-appindicator):
Update to 59.
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index a09c0befb0..2271d06167 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -580,7 +580,7 @@ (define-public gnome-shell-extension-unite-shell
 (define-public gnome-shell-extension-appindicator
   (package
     (name "gnome-shell-extension-appindicator")
-    (version "53")
+    (version "59")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -589,7 +589,7 @@ (define-public gnome-shell-extension-appindicator
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "0lyfznsq5x287vpz133y593s7s4mz9i4x2491sgqvir891zwsivy"))
+                "1k1h9haj0qgcv9hm3hw2nz7ppznp9zrpg922mhrfa6nj97carmqh"))
               (file-name (git-file-name name version))))
     (build-system meson-build-system)
     (native-inputs (list jq gnu-gettext
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [bug#74726] [PATCH gnome-team 03/18] gnu: gnome-shell-extension-clipboard-indicator: Update to 65.
  2024-12-07 11:43 ` [bug#74726] [PATCH gnome-team 01/18] gnu: gnome-shell-extensions: Update to 46.2 Liliana Marie Prikler
  2024-12-07 11:43   ` [bug#74726] [PATCH gnome-team 02/18] gnu: gnome-shell-extension-appindicator: Update to 59 Liliana Marie Prikler
@ 2024-12-07 11:43   ` Liliana Marie Prikler
  2024-12-07 11:47   ` [bug#74726] [PATCH gnome-team 04/18] gnu: gnome-shell-extension-customize-ibus: Update to 90 Liliana Marie Prikler
                     ` (14 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: Liliana Marie Prikler @ 2024-12-07 11:43 UTC (permalink / raw)
  To: 74726; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-clipboard-indicator):
Update to 65.
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 2271d06167..b282124225 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -604,7 +604,7 @@ (define-public gnome-shell-extension-appindicator
 (define-public gnome-shell-extension-clipboard-indicator
   (package
     (name "gnome-shell-extension-clipboard-indicator")
-    (version "47")
+    (version "65")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -616,7 +616,7 @@ (define-public gnome-shell-extension-clipboard-indicator
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "00v0v454y6hblzsx06aaysxbs6aky89vnkf7ydzxrddns24c2wix"))
+                "1p10qnrjrlcyw270k87xwx92kp2cmn8vp4vsk59y13v6k9yaq4q8"))
               (modules '((guix build utils)))
               (snippet
                ;; Remove pre-compiled settings schemas and translations from
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [bug#74726] [PATCH gnome-team 04/18] gnu: gnome-shell-extension-customize-ibus: Update to 90.
  2024-12-07 11:43 ` [bug#74726] [PATCH gnome-team 01/18] gnu: gnome-shell-extensions: Update to 46.2 Liliana Marie Prikler
  2024-12-07 11:43   ` [bug#74726] [PATCH gnome-team 02/18] gnu: gnome-shell-extension-appindicator: Update to 59 Liliana Marie Prikler
  2024-12-07 11:43   ` [bug#74726] [PATCH gnome-team 03/18] gnu: gnome-shell-extension-clipboard-indicator: Update to 65 Liliana Marie Prikler
@ 2024-12-07 11:47   ` Liliana Marie Prikler
  2024-12-07 11:47   ` [bug#74726] [PATCH gnome-team 05/18] gnu: gnome-shell-extension-dash-to-dock: Update to 99 Liliana Marie Prikler
                     ` (13 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: Liliana Marie Prikler @ 2024-12-07 11:47 UTC (permalink / raw)
  To: 74726; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-customize-ibus):
Update to 90.
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index b282124225..082bae8840 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -650,7 +650,7 @@ (define-public gnome-shell-extension-clipboard-indicator
 (define-public gnome-shell-extension-customize-ibus
   (package
     (name "gnome-shell-extension-customize-ibus")
-    (version "86")
+    (version "90")
     (source
      (origin
        (method git-fetch)
@@ -659,7 +659,7 @@ (define-public gnome-shell-extension-customize-ibus
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1psnbhqbqrp68dri0q98y7ikwz9z3701lcy8vvgixb2bh71y7519"))))
+        (base32 "1i7cw9kgp99b9awb2vfpxkwqdln4bfbf3qya19xnmzw16f5igbmn"))))
     (build-system gnu-build-system)
     (arguments
      (list
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [bug#74726] [PATCH gnome-team 05/18] gnu: gnome-shell-extension-dash-to-dock: Update to 99.
  2024-12-07 11:43 ` [bug#74726] [PATCH gnome-team 01/18] gnu: gnome-shell-extensions: Update to 46.2 Liliana Marie Prikler
                     ` (2 preceding siblings ...)
  2024-12-07 11:47   ` [bug#74726] [PATCH gnome-team 04/18] gnu: gnome-shell-extension-customize-ibus: Update to 90 Liliana Marie Prikler
@ 2024-12-07 11:47   ` Liliana Marie Prikler
  2024-12-07 11:48   ` [bug#74726] [PATCH gnome-team 17/18] gnu: Remove gnome-shell-extension-topicons-redux Liliana Marie Prikler
                     ` (12 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: Liliana Marie Prikler @ 2024-12-07 11:47 UTC (permalink / raw)
  To: 74726; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock):
Update to 99.
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 082bae8840..4379ed75ea 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -689,7 +689,7 @@ (define-public gnome-shell-extension-topicons-redux
 (define-public gnome-shell-extension-dash-to-dock
   (package
     (name "gnome-shell-extension-dash-to-dock")
-    (version "79")
+    (version "99")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -698,7 +698,7 @@ (define-public gnome-shell-extension-dash-to-dock
                                            version))))
               (sha256
                (base32
-                "0fsfhgpg8441x28jzhjspb9i9c5502c2fcgdvfggcsmz0sf3v95y"))
+                "0hjmqd2xd33chxq7b7753m87by7z2mvr5njvs5wvshhg70kwwmxj"))
               (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [bug#74726] [PATCH gnome-team 17/18] gnu: Remove gnome-shell-extension-topicons-redux.
  2024-12-07 11:43 ` [bug#74726] [PATCH gnome-team 01/18] gnu: gnome-shell-extensions: Update to 46.2 Liliana Marie Prikler
                     ` (3 preceding siblings ...)
  2024-12-07 11:47   ` [bug#74726] [PATCH gnome-team 05/18] gnu: gnome-shell-extension-dash-to-dock: Update to 99 Liliana Marie Prikler
@ 2024-12-07 11:48   ` Liliana Marie Prikler
  2024-12-07 11:57   ` [bug#74726] [PATCH gnome-team 06/18] gnu: gnome-shell-extension-gsconnect: Update to 58 Liliana Marie Prikler
                     ` (11 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: Liliana Marie Prikler @ 2024-12-07 11:48 UTC (permalink / raw)
  To: 74726; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-topicons-redux):
Delete variable.
---
 gnu/packages/gnome-xyz.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index b7f6568135..0f3d7af610 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -682,10 +682,6 @@ (define-public gnome-shell-extension-customize-ibus
 behavior, system tray and input source indicator for IBus.")
     (license license:gpl3+)))
 
-(define-public gnome-shell-extension-topicons-redux
-  (deprecated-package "gnome-shell-extension-topicons-redux"
-                      gnome-shell-extension-appindicator))
-
 (define-public gnome-shell-extension-dash-to-dock
   (package
     (name "gnome-shell-extension-dash-to-dock")
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [bug#74726] [PATCH gnome-team 06/18] gnu: gnome-shell-extension-gsconnect: Update to 58.
  2024-12-07 11:43 ` [bug#74726] [PATCH gnome-team 01/18] gnu: gnome-shell-extensions: Update to 46.2 Liliana Marie Prikler
                     ` (4 preceding siblings ...)
  2024-12-07 11:48   ` [bug#74726] [PATCH gnome-team 17/18] gnu: Remove gnome-shell-extension-topicons-redux Liliana Marie Prikler
@ 2024-12-07 11:57   ` Liliana Marie Prikler
  2024-12-07 11:57   ` [bug#74726] [PATCH gnome-team 07/18] gnu: gnome-shell-extension-just-perfection: Update to 30.0 Liliana Marie Prikler
                     ` (10 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: Liliana Marie Prikler @ 2024-12-07 11:57 UTC (permalink / raw)
  To: 74726; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-gsconnect): Update to 58.
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 4379ed75ea..3555501b5f 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -729,7 +729,7 @@ (define-public gnome-shell-extension-dash-to-dock
 (define-public gnome-shell-extension-gsconnect
   (package
     (name "gnome-shell-extension-gsconnect")
-    (version "55")
+    (version "58")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -739,7 +739,7 @@ (define-public gnome-shell-extension-gsconnect
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "158qbjl6m807g0fy15dvhwwwy6z8r0g7kh9gjyhm7n3y14v5p8wz"))))
+                "0jzpik0i03wpnxxmmhmn86vimpzvjmdkx76casi9sd7pwwdvi73f"))))
     (build-system meson-build-system)
     (arguments
      (list
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [bug#74726] [PATCH gnome-team 07/18] gnu: gnome-shell-extension-just-perfection: Update to 30.0.
  2024-12-07 11:43 ` [bug#74726] [PATCH gnome-team 01/18] gnu: gnome-shell-extensions: Update to 46.2 Liliana Marie Prikler
                     ` (5 preceding siblings ...)
  2024-12-07 11:57   ` [bug#74726] [PATCH gnome-team 06/18] gnu: gnome-shell-extension-gsconnect: Update to 58 Liliana Marie Prikler
@ 2024-12-07 11:57   ` Liliana Marie Prikler
  2024-12-07 11:57   ` [bug#74726] [PATCH gnome-team 08/18] gnu: gnome-shell-extension-dash-to-panel: Update to 64 Liliana Marie Prikler
                     ` (9 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: Liliana Marie Prikler @ 2024-12-07 11:57 UTC (permalink / raw)
  To: 74726; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-just-perfection):
Update to 30.0.
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 3555501b5f..17f5beff82 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -822,7 +822,7 @@ (define-public gnome-shell-extension-gsconnect
 (define-public gnome-shell-extension-just-perfection
   (package
     (name "gnome-shell-extension-just-perfection")
-    (version "26.0")
+    (version "30.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -831,7 +831,7 @@ (define-public gnome-shell-extension-just-perfection
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0dvq2mb04b557g9nz4pm90x2c2jc1dwwbg2is1gkx38yk0dsj6r3"))))
+                "1y7m4y8zx7l6vl2f8w9nxac21x48ajcs5gf07r1k34adnf7wh8p2"))))
     (build-system copy-build-system)
     (arguments
      (list
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [bug#74726] [PATCH gnome-team 08/18] gnu: gnome-shell-extension-dash-to-panel: Update to 64.
  2024-12-07 11:43 ` [bug#74726] [PATCH gnome-team 01/18] gnu: gnome-shell-extensions: Update to 46.2 Liliana Marie Prikler
                     ` (6 preceding siblings ...)
  2024-12-07 11:57   ` [bug#74726] [PATCH gnome-team 07/18] gnu: gnome-shell-extension-just-perfection: Update to 30.0 Liliana Marie Prikler
@ 2024-12-07 11:57   ` Liliana Marie Prikler
  2024-12-07 12:01   ` [bug#74726] [PATCH gnome-team 09/18] gnu: gnome-shell-extension-noannoyance: Update to 17-23.8312e01 Liliana Marie Prikler
                     ` (8 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: Liliana Marie Prikler @ 2024-12-07 11:57 UTC (permalink / raw)
  To: 74726; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-panel):
Update to 64.
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 17f5beff82..d6bbcc46eb 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -878,7 +878,7 @@ (define-public gnome-shell-extension-hide-app-icon
 (define-public gnome-shell-extension-dash-to-panel
   (package
     (name "gnome-shell-extension-dash-to-panel")
-    (version "56") ;Compatible with GNOME 44
+    (version "64")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -886,7 +886,7 @@ (define-public gnome-shell-extension-dash-to-panel
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "17rm3wjj8zfdxgh5vp5f35vgd4mc9f9c2w77hac4vyvkgvwfzcnn"))
+                "0dgp15qr9s9h9wam0a994sqd8rdab36wii6j6rai3s5p8bw8gsfn"))
               (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [bug#74726] [PATCH gnome-team 09/18] gnu: gnome-shell-extension-noannoyance: Update to 17-23.8312e01.
  2024-12-07 11:43 ` [bug#74726] [PATCH gnome-team 01/18] gnu: gnome-shell-extensions: Update to 46.2 Liliana Marie Prikler
                     ` (7 preceding siblings ...)
  2024-12-07 11:57   ` [bug#74726] [PATCH gnome-team 08/18] gnu: gnome-shell-extension-dash-to-panel: Update to 64 Liliana Marie Prikler
@ 2024-12-07 12:01   ` Liliana Marie Prikler
  2024-12-07 12:02   ` [bug#74726] [PATCH gnome-team 18/18] gnu: Remove gnome-shell-extension-hide-app-icon Liliana Marie Prikler
                     ` (7 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: Liliana Marie Prikler @ 2024-12-07 12:01 UTC (permalink / raw)
  To: 74726; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-noannoyance):
Update to 17-23.8312e01.
[arguments]<install-plan>: Move output directory to
“share/gnome-shell/extensions/noannoyance-fork@vrba.dev” in accordance with
new uuid.
<#:phases>: New argument.  Add ‘compile-schemas’.
[native-inputs]: Add glib:bin.

f
---
 gnu/packages/gnome-xyz.scm | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index d6bbcc46eb..c1a9f62250 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -921,11 +921,11 @@ (define-public gnome-shell-extension-noannoyance
   ;; https://extensions.gnome.org/extension/6109/noannoyance-fork/ because it
   ;; supports newer GNOME Shell versions than the previously used “NoAnnoyance
   ;; v2”.
-  (let ((commit "5e9e6a1878d2a1d961f5d59505f15339c5b7e17e")
+  (let ((commit "8312e010908119b0b0a744c27e661c89b35eddb7")
         ;; “NoAnnoyance v2” version 17 correlates with
         ;; c6804a47063659f9f48d13a0942b78ce98aac72b, from which we count
         ;; commits.
-        (revision "6"))
+        (revision "23"))
     (package
       (name "gnome-shell-extension-noannoyance")
       (version (git-version "17" revision commit))
@@ -936,13 +936,20 @@ (define-public gnome-shell-extension-noannoyance
                       (commit commit)))
                 (sha256
                  (base32
-                  "0br9zrwvn499kh3db84hhw1kl02jpchwb5ldfp892p15vwih8yrf"))
+                  "1pf575pwm304cn4kdjdjcxiyjsggmkcy9mrar901an0xr4vbm3pg"))
                 (file-name (git-file-name name version))))
       (build-system copy-build-system)
       (arguments
        (list
         #:install-plan
-        #~'(("." "share/gnome-shell/extensions/noannoyance@vrba.dev"))))
+        #~'(("." "share/gnome-shell/extensions/noannoyance-fork@vrba.dev"))
+        #:phases
+        #~(modify-phases %standard-phases
+            (add-before 'install 'compile-schemas
+              (lambda _
+                (with-directory-excursion "schemas"
+                  (invoke "glib-compile-schemas" ".")))))))
+      (native-inputs (list `(,glib "bin")))
       (synopsis "Remove 'Window is ready' annotation")
       (description "One of the many extensions that remove this message.
 It uses ES6 syntax and claims to be more actively maintained than others.")
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [bug#74726] [PATCH gnome-team 18/18] gnu: Remove gnome-shell-extension-hide-app-icon.
  2024-12-07 11:43 ` [bug#74726] [PATCH gnome-team 01/18] gnu: gnome-shell-extensions: Update to 46.2 Liliana Marie Prikler
                     ` (8 preceding siblings ...)
  2024-12-07 12:01   ` [bug#74726] [PATCH gnome-team 09/18] gnu: gnome-shell-extension-noannoyance: Update to 17-23.8312e01 Liliana Marie Prikler
@ 2024-12-07 12:02   ` Liliana Marie Prikler
  2024-12-07 12:10   ` [bug#74726] [PATCH gnome-team 10/18] gnu: gnome-shell-extension-paperwm: Update to 47.1.0 Liliana Marie Prikler
                     ` (6 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: Liliana Marie Prikler @ 2024-12-07 12:02 UTC (permalink / raw)
  To: 74726; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-hide-app-icon):
Delete variable.
---
 gnu/packages/gnome-xyz.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 0f3d7af610..bee7338c00 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -867,10 +867,6 @@ (define-public gnome-shell-extension-just-perfection
 certain elements or change animation speeds.")
     (license license:gpl3)))
 
-(define-public gnome-shell-extension-hide-app-icon
-  (deprecated-package "gnome-shell-extension-hide-app-icon"
-                      gnome-shell-extension-just-perfection))
-
 (define-public gnome-shell-extension-dash-to-panel
   (package
     (name "gnome-shell-extension-dash-to-panel")
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [bug#74726] [PATCH gnome-team 10/18] gnu: gnome-shell-extension-paperwm: Update to 47.1.0.
  2024-12-07 11:43 ` [bug#74726] [PATCH gnome-team 01/18] gnu: gnome-shell-extensions: Update to 46.2 Liliana Marie Prikler
                     ` (9 preceding siblings ...)
  2024-12-07 12:02   ` [bug#74726] [PATCH gnome-team 18/18] gnu: Remove gnome-shell-extension-hide-app-icon Liliana Marie Prikler
@ 2024-12-07 12:10   ` Liliana Marie Prikler
  2024-12-07 12:15   ` [bug#74726] [PATCH gnome-team 11/18] gnu: gnome-shell-extension-night-theme-switcher: Update to 78 Liliana Marie Prikler
                     ` (5 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: Liliana Marie Prikler @ 2024-12-07 12:10 UTC (permalink / raw)
  To: 74726; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-paperwm): Update to 47.1.0.
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index c1a9f62250..d7b1fd1f33 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -959,7 +959,7 @@ (define-public gnome-shell-extension-noannoyance
 (define-public gnome-shell-extension-paperwm
   (package
     (name "gnome-shell-extension-paperwm")
-    (version "44.17.0")
+    (version "47.1.0")                  ; still compatible with GNOME 46
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -968,7 +968,7 @@ (define-public gnome-shell-extension-paperwm
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1d91k9qih81wckqf6554kf8grv6q61rkk4g776g0ijpmf35ljdin"))
+                "0vgrkda38va1pwrzf5bkkmfbpm2i61487x86zky2f02wimxl9i7m"))
               (snippet
                '(begin (delete-file "schemas/gschemas.compiled")))))
     (build-system copy-build-system)
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [bug#74726] [PATCH gnome-team 11/18] gnu: gnome-shell-extension-night-theme-switcher: Update to 78.
  2024-12-07 11:43 ` [bug#74726] [PATCH gnome-team 01/18] gnu: gnome-shell-extensions: Update to 46.2 Liliana Marie Prikler
                     ` (10 preceding siblings ...)
  2024-12-07 12:10   ` [bug#74726] [PATCH gnome-team 10/18] gnu: gnome-shell-extension-paperwm: Update to 47.1.0 Liliana Marie Prikler
@ 2024-12-07 12:15   ` Liliana Marie Prikler
  2024-12-07 12:15   ` [bug#74726] [PATCH gnome-team 12/18] gnu: gnome-shell-extension-v-shell: Update to 47.1 Liliana Marie Prikler
                     ` (4 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: Liliana Marie Prikler @ 2024-12-07 12:15 UTC (permalink / raw)
  To: 74726; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-night-theme-switcher):
Update to 78.
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index d7b1fd1f33..14c9b79f3b 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -996,7 +996,7 @@ (define-public gnome-shell-extension-paperwm
 (define-public gnome-shell-extension-night-theme-switcher
   (package
     (name "gnome-shell-extension-night-theme-switcher")
-    (version "74")
+    (version "78")
     (source
      (origin
        (method git-fetch)
@@ -1005,7 +1005,7 @@ (define-public gnome-shell-extension-night-theme-switcher
               "https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension")
              (commit version)))
        (sha256
-        (base32 "1hiydjyn7shc32i81r70sqip9p3hhig7pqq1h7hsz9bc4qlyri7b"))
+        (base32 "13rqql22q3pv6dp3lmms7xbqna6h6x13gmd337fcqzc0k952xckc"))
        (file-name (git-file-name name version))))
     (build-system meson-build-system)
     (native-inputs (list pkg-config (list glib "bin")))
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [bug#74726] [PATCH gnome-team 12/18] gnu: gnome-shell-extension-v-shell: Update to 47.1.
  2024-12-07 11:43 ` [bug#74726] [PATCH gnome-team 01/18] gnu: gnome-shell-extensions: Update to 46.2 Liliana Marie Prikler
                     ` (11 preceding siblings ...)
  2024-12-07 12:15   ` [bug#74726] [PATCH gnome-team 11/18] gnu: gnome-shell-extension-night-theme-switcher: Update to 78 Liliana Marie Prikler
@ 2024-12-07 12:15   ` Liliana Marie Prikler
  2024-12-07 12:15   ` [bug#74726] [PATCH gnome-team 13/18] gnu: gnome-shell-extension-burn-my-windows: Update to 44 Liliana Marie Prikler
                     ` (3 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: Liliana Marie Prikler @ 2024-12-07 12:15 UTC (permalink / raw)
  To: 74726; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-v-shell): Update to 47.1.
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 14c9b79f3b..f3dd054755 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1080,7 +1080,7 @@ (define-public gpaste
 (define-public gnome-shell-extension-v-shell
   (package
     (name "gnome-shell-extension-v-shell")
-    (version "37")
+    (version "47.1")
     (source
      (origin
        (method git-fetch)
@@ -1089,7 +1089,7 @@ (define-public gnome-shell-extension-v-shell
              (commit (string-append "v" version))))
        (sha256
         (base32
-         "1h9f3g1dswxkka0yyj51610w86mwl46ylch19b51gj5mmxlyvzlv"))
+         "0c2hl7wi83aacl5w09h5daph06zwiv63vn9za2v63az1i8333sgi"))
        (file-name (git-file-name name version))))
     (build-system copy-build-system)
     (arguments
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [bug#74726] [PATCH gnome-team 13/18] gnu: gnome-shell-extension-burn-my-windows: Update to 44.
  2024-12-07 11:43 ` [bug#74726] [PATCH gnome-team 01/18] gnu: gnome-shell-extensions: Update to 46.2 Liliana Marie Prikler
                     ` (12 preceding siblings ...)
  2024-12-07 12:15   ` [bug#74726] [PATCH gnome-team 12/18] gnu: gnome-shell-extension-v-shell: Update to 47.1 Liliana Marie Prikler
@ 2024-12-07 12:15   ` Liliana Marie Prikler
  2024-12-07 12:15   ` [bug#74726] [PATCH gnome-team 14/18] gnu: gnome-shell-extension-blur-my-shell: Update to 67 Liliana Marie Prikler
                     ` (2 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: Liliana Marie Prikler @ 2024-12-07 12:15 UTC (permalink / raw)
  To: 74726; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-burn-my-windows):
Update to 44.
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index f3dd054755..7eb9fde843 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1120,7 +1120,7 @@ (define-public gnome-shell-extension-vertical-overview
 (define-public gnome-shell-extension-burn-my-windows
   (package
     (name "gnome-shell-extension-burn-my-windows")
-    (version "40")
+    (version "44")
     (source
      (origin
        (method git-fetch)
@@ -1129,7 +1129,7 @@ (define-public gnome-shell-extension-burn-my-windows
              (commit (string-append "v" version))))
        (sha256
         (base32
-         "16n6ilszdn67835clqlr4flna69x9k00k5qrm55765dv2ny9jdcq"))
+         "1br4hv0xnb9q30p844z360f37xzk6xflfq27i8ipbxpk6bd12ik6"))
        (file-name (git-file-name name version))))
     (build-system copy-build-system)
     (arguments
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [bug#74726] [PATCH gnome-team 14/18] gnu: gnome-shell-extension-blur-my-shell: Update to 67.
  2024-12-07 11:43 ` [bug#74726] [PATCH gnome-team 01/18] gnu: gnome-shell-extensions: Update to 46.2 Liliana Marie Prikler
                     ` (13 preceding siblings ...)
  2024-12-07 12:15   ` [bug#74726] [PATCH gnome-team 13/18] gnu: gnome-shell-extension-burn-my-windows: Update to 44 Liliana Marie Prikler
@ 2024-12-07 12:15   ` Liliana Marie Prikler
  2024-12-07 12:15   ` [bug#74726] [PATCH gnome-team 15/18] gnu: gnome-shell-extension-radio: Update to 22 Liliana Marie Prikler
  2024-12-07 12:16   ` [bug#74726] [PATCH gnome-team 16/18] gnu: gnome-shell-extension-vitals: Update to 69.0.0 Liliana Marie Prikler
  16 siblings, 0 replies; 20+ messages in thread
From: Liliana Marie Prikler @ 2024-12-07 12:15 UTC (permalink / raw)
  To: 74726; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-blur-my-shell):
Update to 67.
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 7eb9fde843..556072661f 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1160,7 +1160,7 @@ (define-public gnome-shell-extension-burn-my-windows
 (define-public gnome-shell-extension-blur-my-shell
   (package
     (name "gnome-shell-extension-blur-my-shell")
-    (version "47")
+    (version "67")
     (source
      (origin
        (method git-fetch)
@@ -1170,7 +1170,7 @@ (define-public gnome-shell-extension-blur-my-shell
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1a8prh6893zk8rnfi9q7waga2x7kx564jzmsdyhiffdbazbv8p6y"))))
+         "0zxz71iq8wzv7swfp4an8vwf8r4sswb6gi85cwh5afyc4mj5fn2r"))))
     (build-system copy-build-system)
     (arguments
      '(#:install-plan
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [bug#74726] [PATCH gnome-team 15/18] gnu: gnome-shell-extension-radio: Update to 22.
  2024-12-07 11:43 ` [bug#74726] [PATCH gnome-team 01/18] gnu: gnome-shell-extensions: Update to 46.2 Liliana Marie Prikler
                     ` (14 preceding siblings ...)
  2024-12-07 12:15   ` [bug#74726] [PATCH gnome-team 14/18] gnu: gnome-shell-extension-blur-my-shell: Update to 67 Liliana Marie Prikler
@ 2024-12-07 12:15   ` Liliana Marie Prikler
  2024-12-07 12:16   ` [bug#74726] [PATCH gnome-team 16/18] gnu: gnome-shell-extension-vitals: Update to 69.0.0 Liliana Marie Prikler
  16 siblings, 0 replies; 20+ messages in thread
From: Liliana Marie Prikler @ 2024-12-07 12:15 UTC (permalink / raw)
  To: 74726; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-radio): Update to 22.
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 556072661f..a126a4e466 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1199,7 +1199,7 @@ (define-public gnome-shell-extension-blur-my-shell
 (define-public gnome-shell-extension-radio
   (package
     (name "gnome-shell-extension-radio")
-    (version "21")
+    (version "22")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1209,7 +1209,7 @@ (define-public gnome-shell-extension-radio
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ghk95q3lhliz3his58hh2ql4p9csh6llzip412vwf29zdkr58s2"))))
+                "1f1cjch60yv39lsngj9xrlyzc4f1gcaydm5xc5kc0rqi48f83d1f"))))
     (build-system copy-build-system)
     (arguments
      (list
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [bug#74726] [PATCH gnome-team 16/18] gnu: gnome-shell-extension-vitals: Update to 69.0.0.
  2024-12-07 11:43 ` [bug#74726] [PATCH gnome-team 01/18] gnu: gnome-shell-extensions: Update to 46.2 Liliana Marie Prikler
                     ` (15 preceding siblings ...)
  2024-12-07 12:15   ` [bug#74726] [PATCH gnome-team 15/18] gnu: gnome-shell-extension-radio: Update to 22 Liliana Marie Prikler
@ 2024-12-07 12:16   ` Liliana Marie Prikler
  16 siblings, 0 replies; 20+ messages in thread
From: Liliana Marie Prikler @ 2024-12-07 12:16 UTC (permalink / raw)
  To: 74726; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-vitals): Update to 69.0.0.
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index a126a4e466..b7f6568135 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1232,7 +1232,7 @@ (define-public gnome-shell-extension-radio
 (define-public gnome-shell-extension-vitals
   (package
     (name "gnome-shell-extension-vitals")
-    (version "62.0.0")
+    (version "69.0.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1241,7 +1241,7 @@ (define-public gnome-shell-extension-vitals
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0wmw5yd38vyv13x6frbafp21bdhlyjd5ggimdf2696irfhnm828h"))
+                "1d587hh4l2v4skbvispy77lvkrj0c3wwkbvgxqya3dphmvc8pn27"))
               (modules '((guix build utils)))
               (snippet '(begin
                           (delete-file "schemas/gschemas.compiled")
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [bug#74726] [PATCH gnome-team 00/18] Update GNOME Shell extensions
@ 2024-12-07 12:25 Liliana Marie Prikler
  2024-12-07 11:43 ` [bug#74726] [PATCH gnome-team 01/18] gnu: gnome-shell-extensions: Update to 46.2 Liliana Marie Prikler
  2024-12-14 15:41 ` [bug#74726] [PATCH gnome-team 00/18] Update GNOME Shell extensions Maxim Cournoyer
  0 siblings, 2 replies; 20+ messages in thread
From: Liliana Marie Prikler @ 2024-12-07 12:25 UTC (permalink / raw)
  To: 74726; +Cc: liliana.prikler, maxim.cournoyer, vivien

Hi Guix,

with GNOME 46 basically packaged, let's also add up-to-date extensions,
so that our UX doesn't break that much :)

Liliana Marie Prikler (18):
  gnu: gnome-shell-extensions: Update to 46.2.
  gnu: gnome-shell-extension-appindicator: Update to 59.
  gnu: gnome-shell-extension-clipboard-indicator: Update to 65.
  gnu: gnome-shell-extension-customize-ibus: Update to 90.
  gnu: gnome-shell-extension-dash-to-dock: Update to 99.
  gnu: gnome-shell-extension-gsconnect: Update to 58.
  gnu: gnome-shell-extension-just-perfection: Update to 30.0.
  gnu: gnome-shell-extension-dash-to-panel: Update to 64.
  gnu: gnome-shell-extension-noannoyance: Update to 17-23.8312e01.
  gnu: gnome-shell-extension-paperwm: Update to 47.1.0.
  gnu: gnome-shell-extension-night-theme-switcher: Update to 78.
  gnu: gnome-shell-extension-v-shell: Update to 47.1.
  gnu: gnome-shell-extension-burn-my-windows: Update to 44.
  gnu: gnome-shell-extension-blur-my-shell: Update to 67.
  gnu: gnome-shell-extension-radio: Update to 22.
  gnu: gnome-shell-extension-vitals: Update to 69.0.0.
  gnu: Remove gnome-shell-extension-topicons-redux.
  gnu: Remove gnome-shell-extension-hide-app-icon.

 gnu/packages/gnome-xyz.scm | 79 +++++++++++++++++++-------------------
 gnu/packages/gnome.scm     |  4 +-
 2 files changed, 41 insertions(+), 42 deletions(-)


base-commit: 5c00ceb3be6e855022090177a9b554ac876681a3
prerequisite-patch-id: 6e35b61b78e21890f76a481250a6f14bdccc1e8e
prerequisite-patch-id: b448c847d7218afa8216a369e002062a0051769c
prerequisite-patch-id: 992dab7afaf86ec65aaa70437d6f2cdfb1036d08
prerequisite-patch-id: 0d4156bda10e90faee9d9e0296ea6418145d9513
prerequisite-patch-id: 18967af92e21c3a75a4eb0d7558e1a7ea66ae76c
prerequisite-patch-id: df466ec2a70a6b27984698d680a21603c666983b
prerequisite-patch-id: 4db754236a54a06c2c63a20b81e6e1b77c736605
prerequisite-patch-id: 28405df6302ea12a573d9f0b318c59b0c39d8f6c
prerequisite-patch-id: e13107d6dfcaa8d00458e52dd16b97717c72f2e8
prerequisite-patch-id: 49309cdf896818d61034f2d689a30e3a6f422360
-- 
2.46.0





^ permalink raw reply	[flat|nested] 20+ messages in thread

* [bug#74726] [PATCH gnome-team 00/18] Update GNOME Shell extensions
  2024-12-07 12:25 [bug#74726] [PATCH gnome-team 00/18] Update GNOME Shell extensions Liliana Marie Prikler
  2024-12-07 11:43 ` [bug#74726] [PATCH gnome-team 01/18] gnu: gnome-shell-extensions: Update to 46.2 Liliana Marie Prikler
@ 2024-12-14 15:41 ` Maxim Cournoyer
  1 sibling, 0 replies; 20+ messages in thread
From: Maxim Cournoyer @ 2024-12-14 15:41 UTC (permalink / raw)
  To: Liliana Marie Prikler; +Cc: 74726, vivien

Hi,

Liliana Marie Prikler <liliana.prikler@gmail.com> writes:

> Hi Guix,
>
> with GNOME 46 basically packaged, let's also add up-to-date extensions,
> so that our UX doesn't break that much :)
>
> Liliana Marie Prikler (18):
>   gnu: gnome-shell-extensions: Update to 46.2.
>   gnu: gnome-shell-extension-appindicator: Update to 59.
>   gnu: gnome-shell-extension-clipboard-indicator: Update to 65.
>   gnu: gnome-shell-extension-customize-ibus: Update to 90.
>   gnu: gnome-shell-extension-dash-to-dock: Update to 99.
>   gnu: gnome-shell-extension-gsconnect: Update to 58.
>   gnu: gnome-shell-extension-just-perfection: Update to 30.0.
>   gnu: gnome-shell-extension-dash-to-panel: Update to 64.
>   gnu: gnome-shell-extension-noannoyance: Update to 17-23.8312e01.
>   gnu: gnome-shell-extension-paperwm: Update to 47.1.0.
>   gnu: gnome-shell-extension-night-theme-switcher: Update to 78.
>   gnu: gnome-shell-extension-v-shell: Update to 47.1.
>   gnu: gnome-shell-extension-burn-my-windows: Update to 44.
>   gnu: gnome-shell-extension-blur-my-shell: Update to 67.
>   gnu: gnome-shell-extension-radio: Update to 22.
>   gnu: gnome-shell-extension-vitals: Update to 69.0.0.
>   gnu: Remove gnome-shell-extension-topicons-redux.
>   gnu: Remove gnome-shell-extension-hide-app-icon.

This whole series hasn't made it to the tracker, it seems.

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2024-12-16 22:59 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-07 12:25 [bug#74726] [PATCH gnome-team 00/18] Update GNOME Shell extensions Liliana Marie Prikler
2024-12-07 11:43 ` [bug#74726] [PATCH gnome-team 01/18] gnu: gnome-shell-extensions: Update to 46.2 Liliana Marie Prikler
2024-12-07 11:43   ` [bug#74726] [PATCH gnome-team 02/18] gnu: gnome-shell-extension-appindicator: Update to 59 Liliana Marie Prikler
2024-12-07 11:43   ` [bug#74726] [PATCH gnome-team 03/18] gnu: gnome-shell-extension-clipboard-indicator: Update to 65 Liliana Marie Prikler
2024-12-07 11:47   ` [bug#74726] [PATCH gnome-team 04/18] gnu: gnome-shell-extension-customize-ibus: Update to 90 Liliana Marie Prikler
2024-12-07 11:47   ` [bug#74726] [PATCH gnome-team 05/18] gnu: gnome-shell-extension-dash-to-dock: Update to 99 Liliana Marie Prikler
2024-12-07 11:48   ` [bug#74726] [PATCH gnome-team 17/18] gnu: Remove gnome-shell-extension-topicons-redux Liliana Marie Prikler
2024-12-07 11:57   ` [bug#74726] [PATCH gnome-team 06/18] gnu: gnome-shell-extension-gsconnect: Update to 58 Liliana Marie Prikler
2024-12-07 11:57   ` [bug#74726] [PATCH gnome-team 07/18] gnu: gnome-shell-extension-just-perfection: Update to 30.0 Liliana Marie Prikler
2024-12-07 11:57   ` [bug#74726] [PATCH gnome-team 08/18] gnu: gnome-shell-extension-dash-to-panel: Update to 64 Liliana Marie Prikler
2024-12-07 12:01   ` [bug#74726] [PATCH gnome-team 09/18] gnu: gnome-shell-extension-noannoyance: Update to 17-23.8312e01 Liliana Marie Prikler
2024-12-07 12:02   ` [bug#74726] [PATCH gnome-team 18/18] gnu: Remove gnome-shell-extension-hide-app-icon Liliana Marie Prikler
2024-12-07 12:10   ` [bug#74726] [PATCH gnome-team 10/18] gnu: gnome-shell-extension-paperwm: Update to 47.1.0 Liliana Marie Prikler
2024-12-07 12:15   ` [bug#74726] [PATCH gnome-team 11/18] gnu: gnome-shell-extension-night-theme-switcher: Update to 78 Liliana Marie Prikler
2024-12-07 12:15   ` [bug#74726] [PATCH gnome-team 12/18] gnu: gnome-shell-extension-v-shell: Update to 47.1 Liliana Marie Prikler
2024-12-07 12:15   ` [bug#74726] [PATCH gnome-team 13/18] gnu: gnome-shell-extension-burn-my-windows: Update to 44 Liliana Marie Prikler
2024-12-07 12:15   ` [bug#74726] [PATCH gnome-team 14/18] gnu: gnome-shell-extension-blur-my-shell: Update to 67 Liliana Marie Prikler
2024-12-07 12:15   ` [bug#74726] [PATCH gnome-team 15/18] gnu: gnome-shell-extension-radio: Update to 22 Liliana Marie Prikler
2024-12-07 12:16   ` [bug#74726] [PATCH gnome-team 16/18] gnu: gnome-shell-extension-vitals: Update to 69.0.0 Liliana Marie Prikler
2024-12-14 15:41 ` [bug#74726] [PATCH gnome-team 00/18] Update GNOME Shell extensions Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.