unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60451] [PATCH] gnu: arc-theme: Update to 20221218.
@ 2022-12-31 13:37 Sughosha via Guix-patches via
  2023-01-31 14:39 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Sughosha via Guix-patches via @ 2022-12-31 13:37 UTC (permalink / raw)
  To: 60451

* gnu/packages/gnome-xyz.scm (arc-theme): Update to 20221218.
  [arguments]: Add gtk4 to the list of themes.
  [inputs]: Add gtk-engines.
---
 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 62ffddb..930010b 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1189,20 +1189,20 @@ of windows.")
 (define-public arc-theme
   (package
     (name "arc-theme")
-    (version "20220405")
+    (version "20221218")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/jnsh/arc-theme")
                     (commit version)))
               (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
--
libgit2 1.4.3





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#60451] [PATCH] gnu: arc-theme: Update to 20221218.
  2022-12-31 13:37 [bug#60451] [PATCH] gnu: arc-theme: Update to 20221218 Sughosha via Guix-patches via
@ 2023-01-31 14:39 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-01-31 14:39 UTC (permalink / raw)
  To: Sughosha; +Cc: 60451-done, 60451

[-- Attachment #1: Type: text/plain, Size: 394 bytes --]


Sughosha via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/gnome-xyz.scm (arc-theme): Update to 20221218.
>   [arguments]: Add gtk4 to the list of themes.
>   [inputs]: Add gtk-engines.
> ---
>  gnu/packages/gnome-xyz.scm | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)

Thanks, I've pushed this to master as
81ee1d33255764a43eb4854e75890bdb578bdfd1.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-31 14:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-31 13:37 [bug#60451] [PATCH] gnu: arc-theme: Update to 20221218 Sughosha via Guix-patches via
2023-01-31 14:39 ` Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).