[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
251/285: gnu: Add gnome-themes-extra
From: |
guix-commits |
Subject: |
251/285: gnu: Add gnome-themes-extra |
Date: |
Sun, 29 Dec 2019 20:44:41 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 210f1f551dea1b5242c97a43a5907ca037c99f1b
Author: Raghav Gururajan <address@hidden>
Date: Fri Dec 27 12:16:07 2019 -0500
gnu: Add gnome-themes-extra
* gnu/packages/gnome.scm (gnome-themes-extra): New Variable.
Signed-off-by: Julien Lepiller <address@hidden>
---
gnu/packages/gnome.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e6acec5..f81c60e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9123,6 +9123,38 @@ 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 "This package provides themes and related elements that don't
+really fit in other upstream packages. It offers legacy support for GTK+ 2
+versions of Adwaita, Adwaita-dark and HighContrast themes. It also provides
+index files needed for Adwaita to be used outside of GNOME.")
+ (license license:lgpl2.1+)))
+
(define-public polari
(package
(name "polari")
- 222/285: gnu: r-multiassayexperiment: Update to 1.12.1., (continued)
- 222/285: gnu: r-multiassayexperiment: Update to 1.12.1., guix-commits, 2019/12/29
- 221/285: gnu: r-rgadem: Update to 2.34.1., guix-commits, 2019/12/29
- 249/285: gnu: Add python-pyacoustid., guix-commits, 2019/12/29
- 252/285: gnu: python-waf: Update to 2.0.19., guix-commits, 2019/12/29
- 257/285: gnu: portaudio: Add C++ bindings., guix-commits, 2019/12/29
- 256/285: gnu: emacs-shroud: Update to 1.105., guix-commits, 2019/12/29
- 254/285: gnu: Add ardupilot., guix-commits, 2019/12/29
- 259/285: gnu: Add copyq., guix-commits, 2019/12/29
- 263/285: gnu: ruby-ansi: Don't use unstable tarball., guix-commits, 2019/12/29
- 248/285: gnu: Add python-audioread., guix-commits, 2019/12/29
- 251/285: gnu: Add gnome-themes-extra,
guix-commits <=
- 267/285: gnu: emacs-auth-source-pass: Use upstream URL., guix-commits, 2019/12/29
- 278/285: profiles: Add 'map-manifest-entries'., guix-commits, 2019/12/29
- 276/285: gnu: scummvm: Fix build., guix-commits, 2019/12/29
- 281/285: inferior: Add 'inferior-package-provenance'., guix-commits, 2019/12/29
- 284/285: gnu: gnome-themes-extra: Remove cache file., guix-commits, 2019/12/29
- 216/285: gnu: r-car: Update to 3.0-6., guix-commits, 2019/12/29
- 224/285: guix: emacs-utils: Add emacs-batch-disable-compilation., guix-commits, 2019/12/29
- 250/285: gnu: beets: Add support for Acoustid., guix-commits, 2019/12/29
- 253/285: gnu: python-waf: Add some extra tools., guix-commits, 2019/12/29
- 255/285: gnu: password-store: Make search path single-entry., guix-commits, 2019/12/29