all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vasile Dumitrascu <va511e@yahoo.com>
To: 32122@debbugs.gnu.org
Subject: [bug#32122] Acknowledgement ([PATCH] gnu: faba-icon-theme: Update to 4.3.)
Date: Tue, 10 Jul 2018 23:34:00 +0000	[thread overview]
Message-ID: <4a59b97a-6ffc-51ba-c90b-46e1ae2ec4a7@yahoo.com> (raw)
In-Reply-To: <handler.32122.B.153126520726499.ack@debbugs.gnu.org>

[-- Attachment #1: Type: text/plain, Size: 163 bytes --]

  Hi

Please find attached a second patch to change the build system to meson,
which fixes also the current error to build the icon theme.
  Thank you,

  Vasile


[-- Attachment #2: 0001-gnu-faba-icon-theme-Switch-to-meson-build-system.patch --]
[-- Type: text/x-patch, Size: 1478 bytes --]

From abbd2fb75faef6898986191d918a89381635eea3 Mon Sep 17 00:00:00 2001
From: Vasile Dumitrascu <va511e@yahoo.com>
Date: Wed, 11 Jul 2018 01:27:32 +0200
Subject: [PATCH] gnu: faba-icon-theme: Switch to meson-build-system.

* gnu/packages/gnome.scm (faba-icon-theme):
[build-system]: Switch to meson-build-system.
---
 gnu/packages/gnome.scm | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a3ee3569c..45896eaf6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6479,22 +6479,7 @@ like GNOME, Unity, Budgie, Pantheon, XFCE, Mate, etc.")
        (sha256
         (base32
          "18ln06xl60qzvzz61zq9q72hdbfgjsza3flph8i2asyzx3dffz68"))))
-    (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 'unpack 'disable-configure-during-bootstrap
-           (lambda _
-             ;; Do not run configure as part of autogen.sh because references
-             ;; to /bin are not fixed yet.
-             (setenv "NOCONFIGURE" "y")
-             #t)))))
+    (build-system meson-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)))
-- 
2.17.1


  parent reply	other threads:[~2018-07-10 23:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-10 23:26 [bug#32122] [PATCH] gnu: faba-icon-theme: Update to 4.3 Vasile Dumitrascu
     [not found] ` <handler.32122.B.153126520726499.ack@debbugs.gnu.org>
2018-07-10 23:34   ` Vasile Dumitrascu [this message]
2018-07-10 23:37     ` [bug#32122] Acknowledgement ([PATCH] gnu: faba-icon-theme: Update to 4.3.) Vasile Dumitrascu
2018-07-12 22:05       ` bug#32122: " Ludovic Courtès

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

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

  git send-email \
    --in-reply-to=4a59b97a-6ffc-51ba-c90b-46e1ae2ec4a7@yahoo.com \
    --to=va511e@yahoo.com \
    --cc=32122@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.