* [bug#60148] [PATCH] gnu: gnome-shell-extension: Update to 20
@ 2022-12-17 5:56 Sughosha via Guix-patches via
2022-12-21 13:03 ` [bug#60148] (No Subject) Sughosha via Guix-patches via
2022-12-24 6:35 ` [bug#60148] [PATCH] gnu: gnome-shell-extension: Update to 20 Liliana Marie Prikler
0 siblings, 2 replies; 7+ messages in thread
From: Sughosha via Guix-patches via @ 2022-12-17 5:56 UTC (permalink / raw)
To: 60148
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-radio): Update to 20.
---
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 8be9c55..2e3dcc1 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1093,17 +1093,17 @@ GNOME Shell, including the top panel, dash and overview.")
(define-public gnome-shell-extension-radio
(package
(name "gnome-shell-extension-radio")
- (version "19")
+ (version "20")
(source (origin
(method git-fetch)
(uri (git-reference
(url
"https://github.com/hslbck/gnome-shell-extension-radio")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
- "1qsi6c57hxh4jqdw18knm06601lhag6jdbvzg0r79aa9572zy8a0"))))
+ "01dmziad9g7bs3hr59aaz3mivkc6rqfyb9bz2v202zk22vcr5a2y"))))
(build-system copy-build-system)
(arguments
(list
--
libgit2 1.4.3
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [bug#60148] (No Subject)
2022-12-17 5:56 [bug#60148] [PATCH] gnu: gnome-shell-extension: Update to 20 Sughosha via Guix-patches via
@ 2022-12-21 13:03 ` Sughosha via Guix-patches via
2022-12-24 6:35 ` [bug#60148] [PATCH] gnu: gnome-shell-extension: Update to 20 Liliana Marie Prikler
1 sibling, 0 replies; 7+ messages in thread
From: Sughosha via Guix-patches via @ 2022-12-21 13:03 UTC (permalink / raw)
To: 60148@debbugs.gnu.org
Oops, sorry for wrong subject.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [bug#60148] [PATCH] gnu: gnome-shell-extension: Update to 20
2022-12-17 5:56 [bug#60148] [PATCH] gnu: gnome-shell-extension: Update to 20 Sughosha via Guix-patches via
2022-12-21 13:03 ` [bug#60148] (No Subject) Sughosha via Guix-patches via
@ 2022-12-24 6:35 ` Liliana Marie Prikler
2022-12-24 23:20 ` Sughosha via Guix-patches via
1 sibling, 1 reply; 7+ messages in thread
From: Liliana Marie Prikler @ 2022-12-24 6:35 UTC (permalink / raw)
To: Sughosha, 60148
Am Samstag, dem 17.12.2022 um 05:56 +0000 schrieb Sughosha:
> * gnu/packages/gnome-xyz.scm (gnome-shell-extension-radio): Update to
> 20.
I tried this in a VM and it warned me about a version incompatibility.
Cheers
^ permalink raw reply [flat|nested] 7+ messages in thread
* [bug#60148] [PATCH] gnu: gnome-shell-extension: Update to 20
2022-12-24 6:35 ` [bug#60148] [PATCH] gnu: gnome-shell-extension: Update to 20 Liliana Marie Prikler
@ 2022-12-24 23:20 ` Sughosha via Guix-patches via
2023-01-17 14:55 ` Ludovic Courtès
0 siblings, 1 reply; 7+ messages in thread
From: Sughosha via Guix-patches via @ 2022-12-24 23:20 UTC (permalink / raw)
To: Liliana Marie Prikler; +Cc: 60148
It seems the developer released it for GNOME 43 (https://github.com/hslbck/gnome-shell-extension-radio/blob/1233305a9f186732fb2d44bf574751e744ca36e7/radio%40hslbck.gmail.com/metadata.json#L2), but for me it is working fine with `gsettings set org.gnome.shell disable-extension-version-validation false`. The version currently available in Guix (v19) is anyways broken, so I would recommend updating it.
Regards,
Sughosha
------- Original Message -------
Liliana Marie Prikler <liliana.prikler@gmail.com> schrieb am Samstag, 24. Dezember 2022 um 07:35:
> Am Samstag, dem 17.12.2022 um 05:56 +0000 schrieb Sughosha:
>
> > * gnu/packages/gnome-xyz.scm (gnome-shell-extension-radio): Update to
> > 20.
>
> I tried this in a VM and it warned me about a version incompatibility.
>
> Cheers
^ permalink raw reply [flat|nested] 7+ messages in thread
* [bug#60148] [PATCH] gnu: gnome-shell-extension: Update to 20
2022-12-24 23:20 ` Sughosha via Guix-patches via
@ 2023-01-17 14:55 ` Ludovic Courtès
2023-01-17 19:57 ` Liliana Marie Prikler
0 siblings, 1 reply; 7+ messages in thread
From: Ludovic Courtès @ 2023-01-17 14:55 UTC (permalink / raw)
To: Sughosha; +Cc: 60148, Liliana Marie Prikler
Hi,
Sughosha <Sughosha@proton.me> skribis:
> It seems the developer released it for GNOME 43 (https://github.com/hslbck/gnome-shell-extension-radio/blob/1233305a9f186732fb2d44bf574751e744ca36e7/radio%40hslbck.gmail.com/metadata.json#L2), but for me it is working fine with `gsettings set org.gnome.shell disable-extension-version-validation false`. The version currently available in Guix (v19) is anyways broken, so I would recommend updating it.
[...]
> Liliana Marie Prikler <liliana.prikler@gmail.com> schrieb am Samstag, 24. Dezember 2022 um 07:35:
[...]
>> I tried this in a VM and it warned me about a version incompatibility.
Liliana, what would you suggest? If the currently-packaged version is
already “broken”, then maybe we should apply this upgrade?
TIA,
Ludo’.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [bug#60148] [PATCH] gnu: gnome-shell-extension: Update to 20
2023-01-17 14:55 ` Ludovic Courtès
@ 2023-01-17 19:57 ` Liliana Marie Prikler
2023-01-22 9:11 ` bug#60148: " Liliana Marie Prikler
0 siblings, 1 reply; 7+ messages in thread
From: Liliana Marie Prikler @ 2023-01-17 19:57 UTC (permalink / raw)
To: Ludovic Courtès, Sughosha; +Cc: 60148
Am Dienstag, dem 17.01.2023 um 15:55 +0100 schrieb Ludovic Courtès:
> Hi,
>
> Sughosha <Sughosha@proton.me> skribis:
>
> > It seems the developer released it for GNOME 43
> > (https://github.com/hslbck/gnome-shell-extension-radio/blob/1233305
> > a9f186732fb2d44bf574751e744ca36e7/radio%40hslbck.gmail.com/metadata
> > .json#L2), but for me it is working fine with `gsettings set
> > org.gnome.shell disable-extension-version-validation false`. The
> > version currently available in Guix (v19) is anyways broken, so I
> > would recommend updating it.
>
> [...]
>
> > Liliana Marie Prikler <liliana.prikler@gmail.com> schrieb am
> > Samstag, 24. Dezember 2022 um 07:35:
>
> [...]
>
> > > I tried this in a VM and it warned me about a version
> > > incompatibility.
>
> Liliana, what would you suggest? If the currently-packaged version
> is already “broken”, then maybe we should apply this upgrade?
Fair enough, since it will eventually not be flagged as incompatible
once we bump gnome-shell, that should probably be fine. The commit
message does need fixing, however.
I'm currently fighting webkit, but I'll try pushing this on Sunday.
Cheers
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#60148: [PATCH] gnu: gnome-shell-extension: Update to 20
2023-01-17 19:57 ` Liliana Marie Prikler
@ 2023-01-22 9:11 ` Liliana Marie Prikler
0 siblings, 0 replies; 7+ messages in thread
From: Liliana Marie Prikler @ 2023-01-22 9:11 UTC (permalink / raw)
To: Ludovic Courtès, Sughosha; +Cc: 60148-done
Am Dienstag, dem 17.01.2023 um 20:57 +0100 schrieb Liliana Marie
Prikler:
> I'm currently fighting webkit, but I'll try pushing this on Sunday.
Veni, vidi, pushed after over a month.
Cheers
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-01-22 9:12 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-17 5:56 [bug#60148] [PATCH] gnu: gnome-shell-extension: Update to 20 Sughosha via Guix-patches via
2022-12-21 13:03 ` [bug#60148] (No Subject) Sughosha via Guix-patches via
2022-12-24 6:35 ` [bug#60148] [PATCH] gnu: gnome-shell-extension: Update to 20 Liliana Marie Prikler
2022-12-24 23:20 ` Sughosha via Guix-patches via
2023-01-17 14:55 ` Ludovic Courtès
2023-01-17 19:57 ` Liliana Marie Prikler
2023-01-22 9:11 ` bug#60148: " Liliana Marie Prikler
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.