[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
113/295: gnu: adwaita-icon-theme: Update to 3.36.1.
From: |
guix-commits |
Subject: |
113/295: gnu: adwaita-icon-theme: Update to 3.36.1. |
Date: |
Mon, 27 Jul 2020 06:25:43 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 08b3b8ed062b26963e1025b459577e32d052c358
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu May 28 09:10:39 2020 -0400
gnu: adwaita-icon-theme: Update to 3.36.1.
* gnu/packages/gnome.scm (adwaita-icon-theme): Remove inheritance
from gnome-icon-theme.
[build-system]: Change from gnu to glib-or-gtk.
[native-inputs]: Add python-wrapper, icon-naming-utils, intltool,
pkg-config.
[description]: Modify.
[license]: List the licenses.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/gnome.scm | 46 ++++++++++++++++++++++++++++++++++------------
1 file changed, 34 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ba5bbad..c16ecd2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2084,21 +2084,43 @@ GNOME and KDE desktops to the icon names proposed in
the specification.")
(description "Icons for the GNOME desktop.")
(license license:lgpl3))) ; or Creative Commons BY-SA 3.0
-;; gnome-icon-theme was renamed to adwaita-icon-theme after version 3.12.0.
(define-public adwaita-icon-theme
- (package (inherit gnome-icon-theme)
+ (package
(name "adwaita-icon-theme")
- (version "3.34.3")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
- name "-" version ".tar.xz"))
- (sha256
- (base32
- "025rj1fskw1y448hiar4a9icyzpyr242nlh9xhsmyp8jb71dihp7"))))
+ (version "3.36.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "mirror://gnome/sources/" name "/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "0kgiq712lfidd81yzx0yk7qwlj3q8cymp6npnxyzsk844y353674"))))
+ (build-system glib-or-gtk-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
- `(("gtk-encode-symbolic-svg" ,gtk+ "bin")))))
+ `(("gtk+:bin" ,gtk+ "bin")
+ ("icon-naming-utils" ,icon-naming-utils)
+ ("intltool" ,intltool)
+ ("pkg-config" ,pkg-config)
+ ("python-wrapper" ,python-wrapper)))
+ (synopsis "GNOME icon theme")
+ (description "The standard icon theme for GNOME desktop environment.")
+ (home-page "https://wiki.gnome.org/Personalization")
+ (license
+ ;; Any one of the following licenses can be chosen.
+ (list
+ license:cc-by-sa3.0
+ license:lgpl3+))))
(define-public tango-icon-theme
(package
- 64/295: doc: Add progress display in 'dd' command lines., (continued)
- 64/295: doc: Add progress display in 'dd' command lines., guix-commits, 2020/07/27
- 99/295: gnu: rust-bincode-1: Update to 1.3.1., guix-commits, 2020/07/27
- 109/295: gnu: Add portablexdr., guix-commits, 2020/07/27
- 115/295: gnu: at-spi2-core: Update package definition., guix-commits, 2020/07/27
- 94/295: gnu: Remove rust-memchr-2.2., guix-commits, 2020/07/27
- 96/295: gnu: rust-csv-core-0.1: Fix build., guix-commits, 2020/07/27
- 104/295: services: virtualization: Export hurd-vm-configuration accessors., guix-commits, 2020/07/27
- 110/295: gnu: Add libxmlb., guix-commits, 2020/07/27
- 119/295: gnu: font-cantarell: Update package definition., guix-commits, 2020/07/27
- 105/295: gnu: Add krb5-auth-dialog., guix-commits, 2020/07/27
- 113/295: gnu: adwaita-icon-theme: Update to 3.36.1.,
guix-commits <=
- 120/295: gnu: clutter: Update to 1.26.4., guix-commits, 2020/07/27
- 129/295: gnu: enchant: Update package definition., guix-commits, 2020/07/27
- 133/295: gnu: gcr: Update to 3.36.0., guix-commits, 2020/07/27
- 138/295: gnu: gjs: Update to 1.58.8., guix-commits, 2020/07/27
- 140/295: gnu: Add mutest., guix-commits, 2020/07/27
- 141/295: gnu: graphene: Update package definition., guix-commits, 2020/07/27
- 146/295: gnu: glib-with-documentation: Update package definition., guix-commits, 2020/07/27
- 149/295: gnu: gstreamer: Update package definition., guix-commits, 2020/07/27
- 150/295: gnu: Add libvisual., guix-commits, 2020/07/27
- 151/295: gnu: Add libvisual-plugins., guix-commits, 2020/07/27