unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38763] gnome-themes-extra
@ 2019-12-27 17:21 Raghav Gururajan
  2019-12-28 15:21 ` bug#38763: gnome-themes-extra Julien Lepiller
       [not found] ` <handler.38763.D38763.157754649410947.notifdone@debbugs.gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Raghav Gururajan @ 2019-12-27 17:21 UTC (permalink / raw)
  To: 38763


[-- Attachment #1.1: Type: text/plain, Size: 109 bytes --]

Hello Guix!

Please find the attached patch to package gnome-themes-extra.

Thank you!

Regards,
RG.

[-- Attachment #1.2: gnome-themes-extra.patch --]
[-- Type: text/x-patch, Size: 1791 bytes --]

From 2106c078360245bc83a6809a7ba4aeffe8dea19c Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Fri, 27 Dec 2019 12:16:07 -0500
Subject: [PATCH] gnu: Add gnome-themes-extra

* gnu/packages/gnome.scm (gnome-themes-extra). New Variable.
---
 gnu/packages/gnome.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9f657d6de2..adcaf66eb7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9062,6 +9062,36 @@ and a high score table.")
     (home-page "https://wiki.gnome.org/Apps/Mahjongg")
     (license license:gpl2+)))
 
+(define-public gnome-themes-extra
+  (package
+    (name "gnome-themes-extra")
+    (version "3.28")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://gnome/sources/" name "/"
+                           (version-major+minor version) "/" name "-"
+                           version ".tar.xz"))
+       (sha256
+        (base32
+         "06aqg9asq2vqi9wr29bs4v8z2bf4manhbhfghf4nvw01y2zs0jvw"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("glib:bin" ,glib "bin")
+       ("intltool" ,intltool)
+       ("pkg-config" ,pkg-config)))
+    (inputs
+     `(("glib" ,glib)
+       ("gtk+" ,gtk+)
+       ("gtk+-2" ,gtk+-2)
+       ("librsvg" ,librsvg)
+       ("libxml2" ,libxml2)))
+    (home-page "https://gitlab.gnome.org/GNOME/gnome-themes-extra")
+    (synopsis "GNOME Extra Themes")
+    (description
+     "Legacy support for GTK+ 2 versions of Adwaita, Adwaita-dark and HighContrast themes. Also index files needed for Adwaita to be used outside of GNOME")
+    (license license:lgpl2.1+)))
+
 (define-public polari
   (package
     (name "polari")
-- 
2.24.1


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* bug#38763: gnome-themes-extra
  2019-12-27 17:21 [bug#38763] gnome-themes-extra Raghav Gururajan
@ 2019-12-28 15:21 ` Julien Lepiller
       [not found] ` <handler.38763.D38763.157754649410947.notifdone@debbugs.gnu.org>
  1 sibling, 0 replies; 3+ messages in thread
From: Julien Lepiller @ 2019-12-28 15:21 UTC (permalink / raw)
  To: 38763-done

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

Le Fri, 27 Dec 2019 12:21:57 -0500,
Raghav Gururajan <raghavgururajan@disroot.org> a écrit :

> Hello Guix!
> 
> Please find the attached patch to package gnome-themes-extra.
> 
> Thank you!
> 
> Regards,
> RG.

Pushed as 76ea7632215e65197839657ee8748d51b1caf5cd, thanks!

I modified the description and fixed the commit log (it had a . instead
of a :).

[-- Attachment #2: Signature digitale OpenPGP --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* [bug#38763] closed (Re: [bug#38763] gnome-themes-extra)
       [not found] ` <handler.38763.D38763.157754649410947.notifdone@debbugs.gnu.org>
@ 2019-12-29 16:51   ` Raghav Gururajan
  0 siblings, 0 replies; 3+ messages in thread
From: Raghav Gururajan @ 2019-12-29 16:51 UTC (permalink / raw)
  To: 38763


[-- Attachment #1.1: Type: text/plain, Size: 131 bytes --]

Hello Guix!

Small change to the patch. I had to add build arguments. Please repush
using the patch attached.

Regards,
RG.

[-- Attachment #1.2: gnome-themes-extra.patch --]
[-- Type: text/x-patch, Size: 1073 bytes --]

From c3482231d40034e58ad875813f9f655a32ccc2d2 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Sun, 29 Dec 2019 11:45:24 -0500
Subject: [PATCH] gnu: gnome-themes-extra: Add build arguments.

* gnu/packages/gnome.scm (gnome-themes-extra). Add build arguments.
---
 gnu/packages/gnome.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4ad14caf7b..e0712bf99a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9091,6 +9091,12 @@ and a high score table.")
         (base32
          "06aqg9asq2vqi9wr29bs4v8z2bf4manhbhfghf4nvw01y2zs0jvw"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:configure-flags
+       ;; Don't create 'icon-theme.cache'.
+       (let* ((coreutils (assoc-ref %build-inputs "coreutils"))
+              (true      (string-append coreutils "/bin/true")))
+         (list (string-append "GTK_UPDATE_ICON_CACHE=" true)))))
     (native-inputs
      `(("glib:bin" ,glib "bin")
        ("intltool" ,intltool)
-- 
2.24.1


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 525 bytes --]

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

end of thread, other threads:[~2019-12-29 16:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-27 17:21 [bug#38763] gnome-themes-extra Raghav Gururajan
2019-12-28 15:21 ` bug#38763: gnome-themes-extra Julien Lepiller
     [not found] ` <handler.38763.D38763.157754649410947.notifdone@debbugs.gnu.org>
2019-12-29 16:51   ` [bug#38763] closed (Re: [bug#38763] gnome-themes-extra) Raghav Gururajan

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).