unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68574] [PATCH] gnu: gnome-shell-extension-paperwm: Update to 44.17.0.
@ 2024-01-18 21:41 Justin Veilleux
  2024-01-19 23:22 ` Vivien Kraus via Guix-patches via
  0 siblings, 1 reply; 4+ messages in thread
From: Justin Veilleux @ 2024-01-18 21:41 UTC (permalink / raw)
  To: 68574

[-- Attachment #1: Type: text/plain, Size: 130 bytes --]


Hi. paperwm was not working. I updated it to v44.17.0 which is the
latest release supporting our version of gnome (42)

Cheers.


[-- Attachment #2: 0001-gnu-gnome-shell-extension-paperwm-Update-to-44.17.0.patch --]
[-- Type: text/x-patch, Size: 2727 bytes --]

From b00fe5137e3df484f3529ef909f7d894ad0e3495 Mon Sep 17 00:00:00 2001
Message-ID: <b00fe5137e3df484f3529ef909f7d894ad0e3495.1705613945.git.terramorpha@cock.li>
From: terramorpha <terramorpha@cock.li>
Date: Thu, 18 Jan 2024 16:36:26 -0500
Subject: [PATCH] gnu: gnome-shell-extension-paperwm: Update to 44.17.0.

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-paperwm): Update to 44.17.0.

Change-Id: I3d9923ccfdb35b9952c24d8dd3d064c3cba7b8c2
---
 gnu/packages/gnome-xyz.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 6b66658215..399d58ef1b 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -13,7 +13,7 @@
 ;;; Copyright © 2021, 2022 Vinicius Monego <monego@posteo.net>
 ;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
 ;;; Copyright © 2021 Songlin Jiang <hollowman@hollowman.ml>
-;;; Copyright © 2021, 2022 Justin Veilleux <terramorpha@cock.li>
+;;; Copyright © 2021, 2022, 2024 Justin Veilleux <terramorpha@cock.li>
 ;;; Copyright © 2021 Attila Lendvai <attila@lendvai.name>
 ;;; Copyright © 2021 Charles Jackson <charles.b.jackson@protonmail.com>
 ;;; Copyright © 2022 Eric Bavier <bavier@posteo.net>
@@ -1016,24 +1016,24 @@ (define-public gnome-shell-extension-noannoyance
 (define-public gnome-shell-extension-paperwm
   (package
     (name "gnome-shell-extension-paperwm")
-    (version "36.0")
+    (version "44.17.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/paperwm/PaperWM")
-                    (commit version)))
+                    (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ssnabwxrns36c61ppspjkr9i3qifv08pf2jpwl7cjv3pvyn4kly"))
+                "1d91k9qih81wckqf6554kf8grv6q61rkk4g776g0ijpmf35ljdin"))
               (snippet
                '(begin (delete-file "schemas/gschemas.compiled")))))
     (build-system copy-build-system)
     (arguments
      '(#:install-plan
-       '(("." "share/gnome-shell/extensions/paperwm@hedning:matrix.org"
+       '(("." "share/gnome-shell/extensions/paperwm@paperwm.github.com"
           #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$"
-                            "\\.xml$" "\\.compiled$")))
+                            "\\.xml$" "\\.compiled$" "\\.svg$")))
        #:phases
        (modify-phases %standard-phases
          (add-before 'install 'compile-schemas

base-commit: 3e3975275bbab84d58f7740e9680b265769aa580
-- 
2.41.0


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

end of thread, other threads:[~2024-01-21  8:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-18 21:41 [bug#68574] [PATCH] gnu: gnome-shell-extension-paperwm: Update to 44.17.0 Justin Veilleux
2024-01-19 23:22 ` Vivien Kraus via Guix-patches via
2024-01-21  5:34   ` Justin Veilleux
2024-01-21  8:50   ` bug#68574: " Liliana Marie Prikler

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).