[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
299/401: gnu: gnome-themes-extra: Update package definition.
From: |
guix-commits |
Subject: |
299/401: gnu: gnome-themes-extra: Update package definition. |
Date: |
Tue, 18 Aug 2020 16:22:02 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 18e9f09330bdf350e5cc9fd969806acea023c1ad
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu Aug 6 20:40:20 2020 -0400
gnu: gnome-themes-extra: Update package definition.
* gnu/packages/gnome.scm (gnome-themes-extra): Update package definition.
[build-system]: Change from gnu to glib-or-gtk.
[native-inputs]: Add libxml2.
[inputs]: Add cairo, gdk-pixbuf+svg and glib. Remove libxml2.
[description]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/gnome.scm | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 08d3808..fa3f440 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12826,35 +12826,35 @@ and a high score table.")
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/" name "-"
- version ".tar.xz"))
+ (uri
+ (string-append "mirror://gnome/sources/" name "/"
+ (version-major+minor version) "/" name "-"
+ version ".tar.xz"))
(sha256
- (base32
- "06aqg9asq2vqi9wr29bs4v8z2bf4manhbhfghf4nvw01y2zs0jvw"))))
- (build-system gnu-build-system)
+ (base32 "06aqg9asq2vqi9wr29bs4v8z2bf4manhbhfghf4nvw01y2zs0jvw"))))
+ (build-system glib-or-gtk-build-system)
(arguments
- '(#:configure-flags
- ;; Don't create 'icon-theme.cache'.
+ `(#:configure-flags
(let* ((coreutils (assoc-ref %build-inputs "coreutils"))
- (true (string-append coreutils "/bin/true")))
- (list (string-append "GTK_UPDATE_ICON_CACHE=" true)))))
+ (true (string-append coreutils "/bin/true")))
+ (list
+ (string-append "GTK_UPDATE_ICON_CACHE=" true)))))
(native-inputs
`(("glib:bin" ,glib "bin")
("intltool" ,intltool)
- ("pkg-config" ,pkg-config)))
+ ("pkg-config" ,pkg-config)
+ ("xmllint" ,libxml2)))
(inputs
- `(("glib" ,glib)
+ `(("cairo" ,cairo)
+ ("gdk-pixbuf" ,gdk-pixbuf+svg)
+ ("glib" ,glib)
("gtk+" ,gtk+)
("gtk+-2" ,gtk+-2)
- ("librsvg" ,librsvg)
- ("libxml2" ,libxml2)))
- (home-page "https://gitlab.gnome.org/GNOME/gnome-themes-extra")
+ ("librsvg" ,librsvg)))
(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.")
+ (description "GNOME-Themes-Extra houses themes and theme-y tidbits that
+don’t really fit in anywhere else, or deserve their own module.")
+ (home-page "https://gitlab.gnome.org/GNOME/gnome-themes-extra")
(license license:lgpl2.1+)))
(define-public polari
- 374/401: gnu: mutter: Include python phases., (continued)
- 374/401: gnu: mutter: Include python phases., guix-commits, 2020/08/18
- 373/401: gnu: gnome-shell: Include python phases., guix-commits, 2020/08/18
- 380/401: gnu: libcamera: Include python phases., guix-commits, 2020/08/18
- 386/401: gnu: gnome-weather: Remove custom typelib wrap and add python phases., guix-commits, 2020/08/18
- 387/401: gnu: orca: Remove custom typelib wrap., guix-commits, 2020/08/18
- 391/401: gnu: rygel: Add python phases., guix-commits, 2020/08/18
- 392/401: gnu: gnome-terminal: Enable gnome shell search provider., guix-commits, 2020/08/18
- 393/401: gnu: gst-plugins-bad: Enable wpewebkit support., guix-commits, 2020/08/18
- 397/401: gnu: flatpak: Update package definition., guix-commits, 2020/08/18
- 400/401: gnu: Add generic desktop services., guix-commits, 2020/08/18
- 299/401: gnu: gnome-themes-extra: Update package definition.,
guix-commits <=
- 309/401: gnu: orca: Update package definition., guix-commits, 2020/08/18
- 310/401: gnu: gst-editing-services: Update package definition., guix-commits, 2020/08/18
- 322/401: gnu: mutter: Update package definition., guix-commits, 2020/08/18
- 326/401: build-system/glib-or-gtk: Also wrap executables that are in "sbin"., guix-commits, 2020/08/18
- 353/401: gnu: pango: Include python phases., guix-commits, 2020/08/18
- 363/401: gnu: grilo: Include python phases., guix-commits, 2020/08/18
- 366/401: gnu: network-manager: Include python phases., guix-commits, 2020/08/18
- 368/401: gnu: tracker: Include python phases., guix-commits, 2020/08/18
- 369/401: gnu: gnome-boxes: Include python phases., guix-commits, 2020/08/18
- 377/401: gnu: ccextractor: Include python phases., guix-commits, 2020/08/18