me
/
guix
Archived
1
0
Fork 0

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.
Maxim Cournoyer 2022-08-10 13:14:51 -04:00
parent cbbb5aa9d4
commit 1a43e0067b
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 37 deletions

View File

@ -4321,42 +4321,6 @@ engineering.")
"Drawing is a basic image editor aiming at the GNOME desktop.") "Drawing is a basic image editor aiming at the GNOME desktop.")
(license license:gpl3+))) (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 (define-public seahorse
(package (package
(name "seahorse") (name "seahorse")
@ -9565,7 +9529,6 @@ world.")
("dconf" ,dconf) ("dconf" ,dconf)
("desktop-file-utils" ,desktop-file-utils) ("desktop-file-utils" ,desktop-file-utils)
("gnome-default-applications" ,gnome-default-applications) ("gnome-default-applications" ,gnome-default-applications)
("gnome-themes-standard" ,gnome-themes-standard)
("gst-plugins-base" ,gst-plugins-base) ("gst-plugins-base" ,gst-plugins-base)
("gst-plugins-good" ,gst-plugins-good) ("gst-plugins-good" ,gst-plugins-good)
("gucharmap" ,gucharmap) ("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.") index files needed for Adwaita to be used outside of GNOME.")
(license license:lgpl2.1+))) (license license:lgpl2.1+)))
(define-public gnome-themes-standard
(deprecated-package "gnome-themes-standard" gnome-themes-extra))
(define-public gnote (define-public gnote
(package (package
(name "gnote") (name "gnote")