unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Kei Kebreau <kkebreau@posteo.net>
To: 44803@debbugs.gnu.org
Subject: [bug#44803] [PATCH 2/2] gnu: Add greybird-gtk-theme.
Date: Fri, 27 Nov 2020 15:01:58 -0500	[thread overview]
Message-ID: <87blfitvpl.fsf@posteo.net> (raw)
In-Reply-To: <20201122172432.15384-1-kkebreau@posteo.net> (Kei Kebreau's message of "Sun, 22 Nov 2020 12:24:32 -0500")

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

Kei Kebreau <kkebreau@posteo.net> writes:

> * gnu/packages/gnome-xyz.scm (greybird-gtk-theme): New variable.
> ---
>  gnu/packages/gnome-xyz.scm | 30 ++++++++++++++++++++++++++++++
>  1 file changed, 30 insertions(+)
>
> diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
> index d69f14ba0e..bdf80ae2ac 100644
> --- a/gnu/packages/gnome-xyz.scm
> +++ b/gnu/packages/gnome-xyz.scm
> @@ -4,6 +4,7 @@
>  ;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
>  ;;; Copyright © 2020 Alex Griffin <a@ajgrf.com>
>  ;;; Copyright © 2020 Jack Hill <jackhill@jackhill.us>
> +;;; Copyright © 2020 Kei Kebreau <kkebreau@posteo.net>
>  ;;; Copyright © 2020 Ekaitz Zarraga <ekaitz@elenq.tech>
>  ;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
>  ;;; Copyright © 2020 Ryan Prior <rprior@protonmail.com>
> @@ -42,6 +43,7 @@
>    #:use-module (gnu packages ssh)
>    #:use-module (gnu packages tls)
>    #:use-module (gnu packages ruby)
> +  #:use-module (gnu packages web)
>    #:use-module (gnu packages xml))
>  
>  (define-public matcha-theme
> @@ -515,6 +517,34 @@ scrollable tiling of windows and per monitor workspaces.  It's inspired by paper
>  notebooks and tiling window managers.")
>      (license license:gpl3)))
>  
> +(define-public greybird-gtk-theme
> +  (package
> +    (name "greybird-gtk-theme")
> +    (version "3.22.12")
> +    (source (origin
> +              (method git-fetch)
> +              (uri
> +               (git-reference
> +                (url "https://github.com/shimmerproject/Greybird.git")
> +                (commit (string-append "v" version))))
> +              (file-name (git-file-name name version))
> +              (sha256
> +               (base32
> +                "1j66ddvl3pmwh2v8ajm8r5g5nbsr7r262ff1qn2nf3i0gy8b3lq8"))))
> +    (build-system meson-build-system)
> +    (native-inputs
> +     `(("gtk+" ,gtk+)
> +       ("glib:bin" ,glib "bin")         ; for "glib-compile-resources"
> +       ("librsvg" ,librsvg)
> +       ("pkg-config" ,pkg-config)
> +       ("ruby-sass" ,ruby-sass)
> +       ("sassc" ,sassc)))
> +    (home-page "https://shimmerproject.org/")
> +    (synopsis "Grey GTK+ theme based on Bluebird")
> +    (description "Greybird is a grey derivative of the Bluebird theme by the
> +Shimmer Project.  It supports GNOME, Unity, and Xfce.")
> +    (license (list license:gpl2+ license:cc-by-sa3.0))))
> +
>  (define-public numix-gtk-theme
>    (package
>      (name "numix-gtk-theme")

Pushed to master as commits 213be7c5e4 and f43e7462d8.

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

  reply	other threads:[~2020-11-27 20:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-22 17:20 [bug#44803] [PATCH 1/2] gnu: Add elementary-xfce-icon-theme Kei Kebreau
2020-11-22 17:24 ` [bug#44803] [PATCH 2/2] gnu: Add greybird-gtk-theme Kei Kebreau
2020-11-27 20:01   ` Kei Kebreau [this message]
2020-11-27 20:04     ` bug#44803: " Kei Kebreau

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=87blfitvpl.fsf@posteo.net \
    --to=kkebreau@posteo.net \
    --cc=44803@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).