[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: gnu: papirus-icon-theme: Update to 20210101.
From: |
guix-commits |
Subject: |
04/10: gnu: papirus-icon-theme: Update to 20210101. |
Date: |
Thu, 7 Jan 2021 13:36:58 -0500 (EST) |
leoprikler pushed a commit to branch master
in repository guix.
commit 0759cde4fe97b7dc467ea7ce7b121a9a0e44a78a
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Sat Jan 2 23:45:06 2021 +0100
gnu: papirus-icon-theme: Update to 20210101.
* gnu/packages/gnome-xyz.scm (papirus-icon-theme): Update to 20210101.
Also use upstream versioning.
---
gnu/packages/gnome-xyz.scm | 43 ++++++++++++++++++++-----------------------
1 file changed, 20 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index c974051..96e109b 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -585,23 +585,20 @@ dark elements. It supports GNOME, Unity, Xfce, and
Openbox.")
(deprecated-package "numix-theme" numix-gtk-theme))
(define-public papirus-icon-theme
- (let ((version "0.0.0") ;; The package does not use semver
- (revision "2")
- (tag "20200602"))
- (package
- (name "papirus-icon-theme")
- (version (git-version version revision tag))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url
"https://github.com/PapirusDevelopmentTeam/papirus-icon-theme")
- (commit tag)))
- (sha256
- (base32
- "0yv19kl8jr2jmh9018b1qmnq68alw84vrmb35jm462qd3qzzdgah"))
- (file-name (git-file-name name version))))
- (build-system gnu-build-system)
+ (package
+ (name "papirus-icon-theme")
+ (version "20210101")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url
"https://github.com/PapirusDevelopmentTeam/papirus-icon-theme")
+ (commit version)))
+ (sha256
+ (base32
+ "0w6qg3zjhfvjg1gg5inranf8ianb4mrp0jm9qgi6hg87ig1rashs"))
+ (file-name (git-file-name name version))))
+ (build-system gnu-build-system)
(arguments
'(#:tests? #f
#: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 'configure)
(delete 'build))))
- (native-inputs
- `(("gtk+:bin" ,gtk+ "bin")))
- (home-page "https://git.io/papirus-icon-theme")
- (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
+ (native-inputs
+ `(("gtk+:bin" ,gtk+ "bin")))
+ (home-page "https://git.io/papirus-icon-theme")
+ (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
and a few extra features.")
- (license license:gpl3))))
+ (license license:gpl3)))
(define-public vala-language-server
(package
- branch master updated (ec732a4 -> 4765cf4), guix-commits, 2021/01/07
- 01/10: gnu: delft-icon-theme: Update to 1.14., guix-commits, 2021/01/07
- 03/10: gnu: greybird-gtk-theme: Update to 3.22.13., guix-commits, 2021/01/07
- 02/10: gnu: matcha-theme: Update to 2021-01-01., guix-commits, 2021/01/07
- 06/10: gnu: arc-icon-theme: Move to gnome-xyz., guix-commits, 2021/01/07
- 05/10: gnu: arc-theme: Move to gnome-xyz., guix-commits, 2021/01/07
- 08/10: gnu: gnome-xyz.scm: Reorder packages., guix-commits, 2021/01/07
- 09/10: gnu: Add materia-theme., guix-commits, 2021/01/07
- 04/10: gnu: papirus-icon-theme: Update to 20210101.,
guix-commits <=
- 07/10: gnu: Move faba-icon-theme and moka-icon-theme to gnome-xyz.scm, guix-commits, 2021/01/07
- 10/10: gnu: Update copyright line., guix-commits, 2021/01/07