emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38584: closed ([PATCH] gnu: Add papirus-icon-theme.)


From: GNU bug Tracking System
Subject: bug#38584: closed ([PATCH] gnu: Add papirus-icon-theme.)
Date: Sun, 15 Dec 2019 21:55:02 +0000

Your message dated Sun, 15 Dec 2019 22:54:29 +0100
with message-id <address@hidden>
and subject line Re: [bug#38584] [PATCH] gnu: Add papirus-icon-theme.
has caused the debbugs.gnu.org bug report #38584,
regarding [PATCH] gnu: Add papirus-icon-theme.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38584: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38584
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add papirus-icon-theme. Date: Thu, 12 Dec 2019 23:21:35 +0100
* gnu/packages/gnome-xyz.scm (papirus-icon-theme): New variable.
---
 gnu/packages/gnome-xyz.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index d05bdf0ac0..00ad701ad8 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -213,3 +213,37 @@ It uses ES6 syntax and claims to be more actively 
maintained than others.")
 dark elements.  It supports GNOME, Unity, Xfce, and Openbox.")
     (home-page "https://numixproject.github.io";)
     (license license:gpl3+)))
+
+(define-public papirus-icon-theme
+  (let ((version "0.0.0") ;; The package does not use semver
+        (revision "0")
+        (tag "20191201"))
+    (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.git";)
+               (commit tag)))
+         (sha256
+          (base32
+           "0lnz1kmz28xh1f4slbsx7ycji5hgszyiyprbf5w5fbjhvi5gzw1h"))
+         (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")))
+       #:phases
+       (modify-phases %standard-phases
+         (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
+and a few extra features.")
+      (license license:gpl3))))
-- 
2.24.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#38584] [PATCH] gnu: Add papirus-icon-theme. Date: Sun, 15 Dec 2019 22:54:29 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hi,

Giacomo Leidi <address@hidden> skribis:

> * gnu/packages/gnome-xyz.scm (papirus-icon-theme): New variable.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]