From f2d0ecd22f2c88e6098aeef83fce55ea596e251a Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Sat, 16 Apr 2022 00:17:19 +0200 Subject: gnu: gnome-shell-extension-just-perfection: Update to 20.0. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-just-perfection): Update to 20.0. --- gnu/packages/gnome-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gnome-xyz.scm') diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index adbadfb313..fb071cb89b 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -543,7 +543,7 @@ currently focused application in the top panel of the GNOME shell.") (define-public gnome-shell-extension-just-perfection (package (name "gnome-shell-extension-just-perfection") - (version "16.0") + (version "20.0") (source (origin (method git-fetch) (uri (git-reference @@ -552,7 +552,7 @@ currently focused application in the top panel of the GNOME shell.") (file-name (git-file-name name version)) (sha256 (base32 - "05zbzgs92zqlmjq4h2q2gggrf1qiz8l6739zzg1x5090gvk4iak3")))) + "1b1hzibgryn861av2bjnfh5bmzs2bxfcsyl0ardkaj97228xsjzy")))) (build-system copy-build-system) (arguments `(#:install-plan -- cgit v1.2.3 From f374a4a1e5ced620925a9d3237c72ad3dd2af4f2 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 30 Apr 2022 17:07:31 -0500 Subject: gnu: gnome-shell-extension-burn-my-windows: Update to 15. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/gnome-xyz.scm (gnome-shell-extension-burn-my-windows): Update to 15. Signed-off-by: Ludovic Courtès --- gnu/packages/gnome-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gnome-xyz.scm') diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index fb071cb89b..facf43c0fe 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -825,7 +825,7 @@ position when the mouse is moved rapidly.") (define-public gnome-shell-extension-burn-my-windows (package (name "gnome-shell-extension-burn-my-windows") - (version "7") + (version "15") (source (origin (method git-fetch) @@ -834,7 +834,7 @@ position when the mouse is moved rapidly.") (commit (string-append "v" version)))) (sha256 (base32 - "1513kh6dfvnaj5jq2mm7rv1k54v91hjckgim1dpqlxwnv4gi9krd")) + "1gabnqdk11n6345jzv9sc4yjmfrdgg0lsz6zc29gc5afzgirkhm5")) (file-name (git-file-name name version)))) (build-system copy-build-system) (arguments -- cgit v1.2.3 From 594c38da356332c8e9413d29680f2317659988e7 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 30 Apr 2022 17:08:38 -0500 Subject: gnu: gnome-shell-extension-blur-my-shell: Update to 29. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/gnome-xyz.scm (gnome-shell-extension-blur-my-shell): Update to 29. Signed-off-by: Ludovic Courtès --- gnu/packages/gnome-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gnome-xyz.scm') diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index facf43c0fe..e193c5b962 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -864,7 +864,7 @@ animation of closing windowed applications.") (define-public gnome-shell-extension-blur-my-shell (package (name "gnome-shell-extension-blur-my-shell") - (version "27") + (version "29") (source (origin (method git-fetch) @@ -874,7 +874,7 @@ animation of closing windowed applications.") (file-name (git-file-name name version)) (sha256 (base32 - "0l318lgc2zrp8fskabiv28knwp3b5i2y8bd3164da4pkf1jsl468")) + "13x7zgaj3dz7lypdv1bgmpmh0f2w53q567zxmhmqimi1gy5mjrvk")) (snippet '(begin (delete-file "src/schemas/gschemas.compiled"))))) (build-system copy-build-system) -- cgit v1.2.3 From 9ca7d9f82d49f7e09d5a2d2b786960c2a747c807 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 20 Apr 2022 00:58:18 -0400 Subject: gnu: markets: Add python-wrapper to fix build. * gnu/packages/gnome-xyz.scm (markets)[native-inputs]: Add python-wrapper. --- gnu/packages/gnome-xyz.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages/gnome-xyz.scm') diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index e193c5b962..daec119012 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -57,6 +57,7 @@ #:use-module (gnu packages inkscape) #:use-module (gnu packages image) #:use-module (gnu packages pkg-config) + #:use-module (gnu packages python) #:use-module (gnu packages python-xyz) #:use-module (gnu packages ssh) #:use-module (gnu packages tls) @@ -1207,6 +1208,7 @@ extended file attributes. It also functions as a standalone command.") vala)) (native-inputs (list pkg-config + python-wrapper `(,glib "bin"))) ; for 'glib-compile-resources' (home-page "https://github.com/bitstower/markets") (synopsis "Stock, currency and cryptocurrency tracker") -- cgit v1.2.3 From 5fc41bb758afc74d7d154d7f23f8ee55efff1183 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 29 May 2022 02:00:02 +0200 Subject: gnu: papirus-icon-theme: Update to 20220508. * gnu/packages/gnome-xyz.scm (papirus-icon-theme): Update to 20220508. --- gnu/packages/gnome-xyz.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gnu/packages/gnome-xyz.scm') diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index daec119012..306c83fd3d 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -190,7 +190,7 @@ simple and consistent.") (define-public papirus-icon-theme (package (name "papirus-icon-theme") - (version "20210101") + (version "20220508") (source (origin (method git-fetch) @@ -198,12 +198,11 @@ simple and consistent.") (url "https://github.com/PapirusDevelopmentTeam/papirus-icon-theme") (commit version))) (sha256 - (base32 - "0w6qg3zjhfvjg1gg5inranf8ianb4mrp0jm9qgi6hg87ig1rashs")) + (base32 "0rpcniaw8xbn23q67m26vgx3fynn4v056azrfp63lxdh46gfsvmc")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments - '(#:tests? #f + '(#:tests? #f ; no test suite #:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))) #:phases (modify-phases %standard-phases -- cgit v1.2.3 From b6854fb26ff8967fefad146dbb7b83a9fc80596d Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 29 May 2022 02:00:01 +0200 Subject: gnu: papirus-icon-theme: Remove input labels. * gnu/packages/gnome-xyz.scm (papirus-icon-theme)[native-inputs]: Remove input labels. --- gnu/packages/gnome-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/gnome-xyz.scm') diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 306c83fd3d..e143d5378c 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -210,7 +210,7 @@ simple and consistent.") (delete 'configure) (delete 'build)))) (native-inputs - `(("gtk+:bin" ,gtk+ "bin"))) + (list `(,gtk+ "bin"))) (home-page "https://git.io/papirus-icon-theme") (synopsis "Fork of Paper icon theme with a lot of new icons and a few extras") (description "Papirus is a fork of the icon theme Paper with a lot of new icons -- cgit v1.2.3