[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: arc-theme: Update to 20221218.
From: |
guix-commits |
Subject: |
08/09: gnu: arc-theme: Update to 20221218. |
Date: |
Tue, 31 Jan 2023 09:25:19 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit 81ee1d33255764a43eb4854e75890bdb578bdfd1
Author: Sughosha <Sughosha@proton.me>
AuthorDate: Sat Dec 31 13:37:20 2022 +0000
gnu: arc-theme: Update to 20221218.
* gnu/packages/gnome-xyz.scm (arc-theme): Update to 20221218.
[arguments]: Add gtk4 to the list of themes.
[inputs]: Add gtk-engines.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/gnome-xyz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 37804958de..84b46fe89f 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1189,7 +1189,7 @@ of windows.")
(define-public arc-theme
(package
(name "arc-theme")
- (version "20220405")
+ (version "20221218")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1198,11 +1198,11 @@ of windows.")
(file-name (git-file-name name version))
(sha256
(base32
- "1gjwf75sg4xyfypb08qiy2cmqyr2mamjc4i46ifrq7snj15gy608"))))
+ "0yznqjz1a1mcwks8z7pybgzrjiwg978bfpdmkaq926wy82qslngd"))))
(build-system meson-build-system)
(arguments
'(#:configure-flags
- '("-Dthemes=gnome-shell,gtk2,gtk3,metacity,plank,unity,xfwm")
+ '("-Dthemes=gnome-shell,gtk2,gtk3,gtk4,metacity,plank,unity,xfwm")
#:phases
(modify-phases %standard-phases
(add-before 'build 'set-home ;placate Inkscape
@@ -1217,6 +1217,7 @@ of windows.")
pkg-config
python
sassc/libsass-3.5))
+ (inputs (list gtk-engines)) ;for gtk+-2 to work properly
(synopsis "Flat GTK+ theme with transparent elements")
(description "Arc is a flat theme with transparent elements for GTK 3, GTK
2, and GNOME Shell which supports GTK 3 and GTK 2 based desktop environments
- branch master updated (de4675d558 -> 38ef37d4bb), guix-commits, 2023/01/31
- 02/09: gnu: x42-plugins: Update to 20221119., guix-commits, 2023/01/31
- 04/09: gnu: zam-plugins: Update to 4.1., guix-commits, 2023/01/31
- 06/09: gnu: go-github-com-andybalholm-cascadia: Update to 1.3.1., guix-commits, 2023/01/31
- 01/09: gnu: guix-build-coordinator: Update to 0-69.8ca5f04., guix-commits, 2023/01/31
- 07/09: gnu: materia-theme: Update to 20210322., guix-commits, 2023/01/31
- 08/09: gnu: arc-theme: Update to 20221218.,
guix-commits <=
- 09/09: gnu: c-intro-and-ref: Update to 0.0.0-1.47e5a23., guix-commits, 2023/01/31
- 03/09: gnu: x42-plugins: Use new package style., guix-commits, 2023/01/31
- 05/09: gnu: zam-plugins: Use new package style., guix-commits, 2023/01/31