[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: gnome-themes-standard: Deprecate in favor of gnome-themes-ex
From: |
guix-commits |
Subject: |
01/02: gnu: gnome-themes-standard: Deprecate in favor of gnome-themes-extra. |
Date: |
Thu, 11 Aug 2022 11:53:29 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 1a43e0067b6754b2b1305376c66e8c59eccc89ea
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Aug 10 13:14:51 2022 -0400
gnu: gnome-themes-standard: Deprecate in favor of gnome-themes-extra.
* gnu/packages/gnome.scm (gnome-themes-standard): Mark as deprecated by
gnome-themes-extra.
(gnome)[inputs]: Remove gnome-themes-extra.
---
gnu/packages/gnome.scm | 40 +++-------------------------------------
1 file changed, 3 insertions(+), 37 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3c4251286b..291bd8c3ac 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4321,42 +4321,6 @@ engineering.")
"Drawing is a basic image editor aiming at the GNOME desktop.")
(license license:gpl3+)))
-(define-public gnome-themes-standard
- (package
- (name "gnome-themes-standard")
- (version "3.22.3")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/" name "-"
- version ".tar.xz"))
- (sha256
- (base32
- "0smmiamrgcgf5sa88bsn8hwmvsyx4gczzs359nwxbkv14b2qgp31"))))
- (build-system gnu-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)))))
- (inputs
- `(("gtk+" ,gtk+)
- ("gtk+-2" ,gtk+-2)
- ("librsvg" ,librsvg)
- ("libxml2" ,libxml2)
- ("glib" ,glib)))
- (native-inputs
- `(("intltool" ,intltool)
- ("glib:bin" ,glib "bin")
- ("pkg-config" ,pkg-config)))
- (home-page "https://launchpad.net/gnome-themes-standard")
- (synopsis "Default GNOME 3 themes")
- (description
- "The default GNOME 3 themes (Adwaita and some accessibility themes).")
- (license license:lgpl2.1+)))
-
(define-public seahorse
(package
(name "seahorse")
@@ -9565,7 +9529,6 @@ world.")
("dconf" ,dconf)
("desktop-file-utils" ,desktop-file-utils)
("gnome-default-applications" ,gnome-default-applications)
- ("gnome-themes-standard" ,gnome-themes-standard)
("gst-plugins-base" ,gst-plugins-base)
("gst-plugins-good" ,gst-plugins-good)
("gucharmap" ,gucharmap)
@@ -11579,6 +11542,9 @@ 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 gnome-themes-standard
+ (deprecated-package "gnome-themes-standard" gnome-themes-extra))
+
(define-public gnote
(package
(name "gnote")