guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: moka-icon-theme: Simplify package definition.


From: Ludovic Courtès
Subject: 08/11: gnu: moka-icon-theme: Simplify package definition.
Date: Mon, 6 Nov 2017 18:12:20 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 8b0e4177ee892c4c494338374c11d1b2475bd228
Author: Brendan Tildesley <address@hidden>
Date:   Fri Nov 3 19:58:52 2017 +1100

    gnu: moka-icon-theme: Simplify package definition.
    
    * gnu/packages/gnome.scm (moka-icon-theme): Inherit faba-icon-theme to avoid
      duplicating similar package definition.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/gnome.scm | 18 +-----------------
 1 file changed, 1 insertion(+), 17 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2ea3c3b..205e3d1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6341,6 +6341,7 @@ Moka")
 
 (define-public moka-icon-theme
   (package
+    (inherit faba-icon-theme)
     (name "moka-icon-theme")
     (version "5.3.6")
     (source (origin
@@ -6352,26 +6353,9 @@ Moka")
               (sha256
                (base32
                 "04axinv79qnngsxkwqzi5j9lc3hn24rjqps5ai8d42pdnfaf0x37"))))
-    (build-system gnu-build-system)
-    (arguments
-     '(#:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'patch-makefile.am
-           (lambda _
-             (substitute* '("Makefile.am")
-               (("\\$\\(DESTDIR\\)/usr/share")
-                "$(datadir)"))
-             #t))
-         (add-after 'patch-makefile.am 'bootstrap
-           (lambda _
-             (zero? (system* "autoreconf" "-vif")))))))
-    (native-inputs
-     `(("autoconf" ,autoconf)
-       ("automake" ,automake)))
     (synopsis "Moka icon theme")
     (description "Moka is a stylized desktop icon set, designed to be clear,
 simple and consistent.")
-    (home-page "http://snwh.org/moka";)
     (license license:gpl3+)))
 
 (define-public arc-icon-theme



reply via email to

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