unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Prikler <leo.prikler@student.tugraz.at>
To: 45616@debbugs.gnu.org
Subject: [bug#45616] [PATCH 4/9] gnu: papirus-icon-theme: Update to 20210101.
Date: Sun,  3 Jan 2021 00:51:53 +0100	[thread overview]
Message-ID: <20210102235157.9726-4-leo.prikler@student.tugraz.at> (raw)
In-Reply-To: <20210102235157.9726-1-leo.prikler@student.tugraz.at>

* 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 26fdaed4c6..ebabfc06cd 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -584,23 +584,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")))
@@ -609,13 +606,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
-- 
2.29.2





  parent reply	other threads:[~2021-01-02 23:53 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-02 23:47 [bug#45616] [PATCH 0/?] New year, new look Leo Prikler
2021-01-02 23:51 ` [bug#45616] [PATCH 1/9] gnu: delft-icon-theme: Update to 1.14 Leo Prikler
2021-01-02 23:51   ` [bug#45616] [PATCH 2/9] gnu: matcha-theme: Update to 2021-01-01 Leo Prikler
2021-01-02 23:51   ` [bug#45616] [PATCH 3/9] gnu: greybird-gtk-theme: Update to 3.22.13 Leo Prikler
2021-01-02 23:51   ` Leo Prikler [this message]
2021-01-02 23:51   ` [bug#45616] [PATCH 5/9] gnu: arc-theme: Move to gnome-xyz Leo Prikler
2021-01-02 23:51   ` [bug#45616] [PATCH 6/9] gnu: arc-icon-theme: " Leo Prikler
2021-01-02 23:51   ` [bug#45616] [PATCH 7/9] gnu: Move faba-icon-theme and moka-icon-theme to gnome-xyz.scm Leo Prikler
2021-01-07 10:42     ` Ludovic Courtès
2021-01-07 11:05       ` Leo Prikler
2021-01-02 23:51   ` [bug#45616] [PATCH 8/9] gnu: gnome-xyz.scm: Reorder packages Leo Prikler
2021-01-02 23:51   ` [bug#45616] [PATCH 9/9] gnu: Add materia-theme Leo Prikler
2021-01-07 10:43 ` [bug#45616] [PATCH 0/?] New year, new look Ludovic Courtès
2021-01-07 18:46   ` bug#45616: " Leo Prikler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210102235157.9726-4-leo.prikler@student.tugraz.at \
    --to=leo.prikler@student.tugraz.at \
    --cc=45616@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).