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

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

[debbugs-tracker] bug#29126: closed ([PATCH 2/4] gnu: moka-icon-theme: S


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29126: closed ([PATCH 2/4] gnu: moka-icon-theme: Simplify package definition.)
Date: Mon, 06 Nov 2017 23:05:02 +0000

Your message dated Tue, 07 Nov 2017 00:04:23 +0100
with message-id <address@hidden>
and subject line Re: [bug#29126] [PATCH 2/4] gnu: moka-icon-theme: Simplify 
package definition.
has caused the debbugs.gnu.org bug report #29126,
regarding [PATCH 2/4] gnu: moka-icon-theme: Simplify package definition.
to be marked as done.

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


-- 
29126: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29126
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 2/4] gnu: moka-icon-theme: Simplify package definition. Date: Fri, 3 Nov 2017 19:58:52 +1100
* gnu/packages/gnome.scm (moka-icon-theme): Inherit faba-icon-theme to avoid
  duplicating similar package definition.
---
 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 8520721ff..ca1f659bf 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
-- 
2.14.3




--- End Message ---
--- Begin Message --- Subject: Re: [bug#29126] [PATCH 2/4] gnu: moka-icon-theme: Simplify package definition. Date: Tue, 07 Nov 2017 00:04:23 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Brendan Tildesley <address@hidden> skribis:

> * gnu/packages/gnome.scm (moka-icon-theme): Inherit faba-icon-theme to avoid
>   duplicating similar package definition.

Applied, thanks!


--- End Message ---

reply via email to

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