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>
This commit is contained in:
Sughosha 2022-12-31 13:37:20 +00:00 committed by Christopher Baines
parent a62099cde9
commit 81ee1d3325
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1189,7 +1189,7 @@ of windows.")
(define-public arc-theme (define-public arc-theme
(package (package
(name "arc-theme") (name "arc-theme")
(version "20220405") (version "20221218")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1198,11 +1198,11 @@ of windows.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1gjwf75sg4xyfypb08qiy2cmqyr2mamjc4i46ifrq7snj15gy608")))) "0yznqjz1a1mcwks8z7pybgzrjiwg978bfpdmkaq926wy82qslngd"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
'(#:configure-flags '(#:configure-flags
'("-Dthemes=gnome-shell,gtk2,gtk3,metacity,plank,unity,xfwm") '("-Dthemes=gnome-shell,gtk2,gtk3,gtk4,metacity,plank,unity,xfwm")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-before 'build 'set-home ;placate Inkscape (add-before 'build 'set-home ;placate Inkscape
@ -1217,6 +1217,7 @@ of windows.")
pkg-config pkg-config
python python
sassc/libsass-3.5)) sassc/libsass-3.5))
(inputs (list gtk-engines)) ;for gtk+-2 to work properly
(synopsis "Flat GTK+ theme with transparent elements") (synopsis "Flat GTK+ theme with transparent elements")
(description "Arc is a flat theme with transparent elements for GTK 3, GTK (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 2, and GNOME Shell which supports GTK 3 and GTK 2 based desktop environments