[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
173/181: gnu: arc-theme: Update to 20220405.
From: |
guix-commits |
Subject: |
173/181: gnu: arc-theme: Update to 20220405. |
Date: |
Tue, 13 Sep 2022 02:26:34 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit f8ef02ec76c7a3bf941497b668f618b425b2e057
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Sep 12 00:29:55 2022 -0400
gnu: arc-theme: Update to 20220405.
* gnu/packages/gnome-xyz.scm (arc-theme): Update to 20220405.
[native-inputs]: Add python.
---
gnu/packages/gnome-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 7128ca3aa7..48b162d09a 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1084,7 +1084,7 @@ of windows.")
(define-public arc-theme
(package
(name "arc-theme")
- (version "20210412")
+ (version "20220405")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1093,7 +1093,7 @@ of windows.")
(file-name (git-file-name name version))
(sha256
(base32
- "0zs44dagp6baiyszlr1kj5ncap43fg32dv07rl46nxbds2p65lh4"))))
+ "1gjwf75sg4xyfypb08qiy2cmqyr2mamjc4i46ifrq7snj15gy608"))))
(build-system meson-build-system)
(arguments
'(#:configure-flags
@@ -1102,8 +1102,7 @@ of windows.")
(modify-phases %standard-phases
(add-before 'build 'set-home ;placate Inkscape
(lambda _
- (setenv "HOME" (getcwd))
- #t)))))
+ (setenv "HOME" (getcwd)))))))
(native-inputs
(list `(,glib "bin") ; for glib-compile-resources
gnome-shell
@@ -1111,6 +1110,7 @@ of windows.")
inkscape/stable
optipng
pkg-config
+ python
sassc/libsass-3.5))
(synopsis "Flat GTK+ theme with transparent elements")
(description "Arc is a flat theme with transparent elements for GTK 3, GTK
- 160/181: gnu: gnome-builder: Update to 42.1., (continued)
- 160/181: gnu: gnome-builder: Update to 42.1., guix-commits, 2022/09/13
- 58/181: gnu: gnome-bluetooth: Update to 42.4., guix-commits, 2022/09/13
- 65/181: gnu: evince: Update to 42.3., guix-commits, 2022/09/13
- 72/181: gnu: pango-next: Rename from "pango "to "pango-next"., guix-commits, 2022/09/13
- 83/181: gnu: gnome-weather: Update to 42.0., guix-commits, 2022/09/13
- 138/181: gnu: tracker: Patch a /bin/bash reference., guix-commits, 2022/09/13
- 166/181: gnu: libofx: Update to 0.10.7., guix-commits, 2022/09/13
- 162/181: gnu: libsoup: Update to 3.1.4., guix-commits, 2022/09/13
- 161/181: gnu: numix-gtk-theme: Remove input labels., guix-commits, 2022/09/13
- 156/181: gnu: apostrophe: Update to 2.6.3., guix-commits, 2022/09/13
- 173/181: gnu: arc-theme: Update to 20220405.,
guix-commits <=
- 175/181: gnu: Add libshumate., guix-commits, 2022/09/13
- 174/181: gnu: gnome-shell: Use libsoup 3 to fix tests., guix-commits, 2022/09/13
- 181/181: gnu: gnome-screenshot: Remove meson patch., guix-commits, 2022/09/13
- 110/181: gnu: seahorse: Update to 42.0., guix-commits, 2022/09/13
- 155/181: gnu: setzer: Update to 0.4.8., guix-commits, 2022/09/13
- 153/181: gnu: gnote: Update to 42.1., guix-commits, 2022/09/13
- 167/181: gnu: gnucash: Update to 4.11 and use gexps., guix-commits, 2022/09/13
- 75/181: gnu: gnome-keyring: Update to 42.1 and enable tests., guix-commits, 2022/09/13
- 85/181: gnu: gnome-tweaks: Update to 40.10., guix-commits, 2022/09/13
- 54/181: gnu: libgweather4: Update to 4.1.1 and run tests., guix-commits, 2022/09/13