gnu: papirus-icon-theme: Update to 20210101.
* gnu/packages/gnome-xyz.scm (papirus-icon-theme): Update to 20210101. Also use upstream versioning.
This commit is contained in:
parent
67b1ef5f65
commit
0759cde4fe
@ -585,23 +585,20 @@ dark elements. It supports GNOME, Unity, Xfce, and Openbox.")
|
|||||||
(deprecated-package "numix-theme" numix-gtk-theme))
|
(deprecated-package "numix-theme" numix-gtk-theme))
|
||||||
|
|
||||||
(define-public papirus-icon-theme
|
(define-public papirus-icon-theme
|
||||||
(let ((version "0.0.0") ;; The package does not use semver
|
(package
|
||||||
(revision "2")
|
(name "papirus-icon-theme")
|
||||||
(tag "20200602"))
|
(version "20210101")
|
||||||
(package
|
(source
|
||||||
(name "papirus-icon-theme")
|
(origin
|
||||||
(version (git-version version revision tag))
|
(method git-fetch)
|
||||||
(source
|
(uri (git-reference
|
||||||
(origin
|
(url "https://github.com/PapirusDevelopmentTeam/papirus-icon-theme")
|
||||||
(method git-fetch)
|
(commit version)))
|
||||||
(uri (git-reference
|
(sha256
|
||||||
(url "https://github.com/PapirusDevelopmentTeam/papirus-icon-theme")
|
(base32
|
||||||
(commit tag)))
|
"0w6qg3zjhfvjg1gg5inranf8ianb4mrp0jm9qgi6hg87ig1rashs"))
|
||||||
(sha256
|
(file-name (git-file-name name version))))
|
||||||
(base32
|
(build-system gnu-build-system)
|
||||||
"0yv19kl8jr2jmh9018b1qmnq68alw84vrmb35jm462qd3qzzdgah"))
|
|
||||||
(file-name (git-file-name name version))))
|
|
||||||
(build-system gnu-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f
|
'(#:tests? #f
|
||||||
#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
|
#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
|
||||||
@ -610,13 +607,13 @@ dark elements. It supports GNOME, Unity, Xfce, and Openbox.")
|
|||||||
(delete 'bootstrap)
|
(delete 'bootstrap)
|
||||||
(delete 'configure)
|
(delete 'configure)
|
||||||
(delete 'build))))
|
(delete 'build))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gtk+:bin" ,gtk+ "bin")))
|
`(("gtk+:bin" ,gtk+ "bin")))
|
||||||
(home-page "https://git.io/papirus-icon-theme")
|
(home-page "https://git.io/papirus-icon-theme")
|
||||||
(synopsis "Fork of Paper icon theme with a lot of new icons and a few extras")
|
(synopsis "Fork of Paper icon theme with a lot of new icons and a few extras")
|
||||||
(description "Papirus is a fork of the icon theme Paper with a lot of new icons
|
(description "Papirus is a fork of the icon theme Paper with a lot of new icons
|
||||||
and a few extra features.")
|
and a few extra features.")
|
||||||
(license license:gpl3))))
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public vala-language-server
|
(define-public vala-language-server
|
||||||
(package
|
(package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user