GNU bug report logs -
#67027
[PATCH] gnu: gnome-shell-extension-paperwm: Update to 44.13.1.
Previous Next
To reply to this bug, email your comments to 67027 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#67027
; Package
guix-patches
.
(Thu, 09 Nov 2023 19:32:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Stefan <stefan-guix <at> vodafonemail.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 09 Nov 2023 19:32:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-paperwm): Update to 44.13.1.
Change-Id: I1a03211cf11604a52de1b49a5b69a1d1b7030c0f
---
gnu/packages/gnome-xyz.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 6b66658215..3b608512f5 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -20,6 +20,7 @@
;;; Copyright © 2022 Sughosha <sughosha <at> proton.me>
;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
;;; Copyright © 2023 Eidvilas Markevičius <markeviciuseidvilas <at> gmail.com>
+;;; Copyright © 2023 Stefan <stefan-guix <at> vodafonemail.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1016,7 +1017,7 @@ (define-public gnome-shell-extension-noannoyance
(define-public gnome-shell-extension-paperwm
(package
(name "gnome-shell-extension-paperwm")
- (version "36.0")
+ (version "v44.13.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1025,13 +1026,13 @@ (define-public gnome-shell-extension-paperwm
(file-name (git-file-name name version))
(sha256
(base32
- "1ssnabwxrns36c61ppspjkr9i3qifv08pf2jpwl7cjv3pvyn4kly"))
+ "10aqyrwz4x91j4mlzjzg8g7r0ga35217iiywa1a77bipad0jbbjr"))
(snippet
'(begin (delete-file "schemas/gschemas.compiled")))))
(build-system copy-build-system)
(arguments
'(#:install-plan
- '(("." "share/gnome-shell/extensions/paperwm <at> hedning:matrix.org"
+ '(("." "share/gnome-shell/extensions/paperwm <at> paperwm.github.com"
#:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$"
"\\.xml$" "\\.compiled$")))
#:phases
@@ -1039,8 +1040,7 @@ (define-public gnome-shell-extension-paperwm
(add-before 'install 'compile-schemas
(lambda _
(with-directory-excursion "schemas"
- (invoke "make"))
- #t)))))
+ (invoke "make")))))))
(native-inputs
`(("glib:bin" ,glib "bin"))) ; for glib-compile-schemas
(home-page "https://github.com/paperwm/PaperWM")
base-commit: 42bec70a91d2205371c96287bcf565dcc5f5dd74
--
2.41.0
This bug report was last modified 1 year and 10 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.