unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Raghav Gururajan <raghavgururajan@disroot.org>
To: 38763@debbugs.gnu.org
Subject: [bug#38763] gnome-themes-extra
Date: Fri, 27 Dec 2019 12:21:57 -0500	[thread overview]
Message-ID: <cb4bd61f5df3d550db2194dc0ec27f750261cf57.camel@disroot.org> (raw)


[-- 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 --]

             reply	other threads:[~2019-12-27 17:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-27 17:21 Raghav Gururajan [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cb4bd61f5df3d550db2194dc0ec27f750261cf57.camel@disroot.org \
    --to=raghavgururajan@disroot.org \
    --cc=38763@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).