all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#32122] [PATCH] gnu: faba-icon-theme: Update to 4.3.
@ 2018-07-10 23:26 Vasile Dumitrascu
       [not found] ` <handler.32122.B.153126520726499.ack@debbugs.gnu.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Vasile Dumitrascu @ 2018-07-10 23:26 UTC (permalink / raw)
  To: 32122; +Cc: Vasile Dumitrascu

* gnu/packages/gnome.scm (faba-icon-theme) Update to 4.3.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b00076f63..a3ee3569c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -30,6 +30,7 @@
 ;;; Copyright © 2017 Brendan Tildesley <brendan.tildesley@openmailbox.org>
 ;;; Copyright © 2017, 2018 Rutger Helling <rhelling@mykolab.com>
 ;;; Copyright © 2018 Jovany Leandro G.C <bit4bit@riseup.net>
+;;; Copyright © 2018 Vasile Dumitrascu <va511e@yahoo.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6468,7 +6469,7 @@ like GNOME, Unity, Budgie, Pantheon, XFCE, Mate, etc.")
 (define-public faba-icon-theme
   (package
     (name "faba-icon-theme")
-    (version "4.1.2")
+    (version "4.3")
     (source
      (origin
        (method url-fetch)
@@ -6477,7 +6478,7 @@ like GNOME, Unity, Budgie, Pantheon, XFCE, Mate, etc.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0hi2dl627ayfnihn3v6x9xzid668m4hp098hb7hrkxvahh4h9by7"))))
+         "18ln06xl60qzvzz61zq9q72hdbfgjsza3flph8i2asyzx3dffz68"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases
-- 
2.18.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#32122] Acknowledgement ([PATCH] gnu: faba-icon-theme: Update to 4.3.)
       [not found] ` <handler.32122.B.153126520726499.ack@debbugs.gnu.org>
@ 2018-07-10 23:34   ` Vasile Dumitrascu
  2018-07-10 23:37     ` Vasile Dumitrascu
  0 siblings, 1 reply; 4+ messages in thread
From: Vasile Dumitrascu @ 2018-07-10 23:34 UTC (permalink / raw)
  To: 32122

[-- 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#32122] Acknowledgement ([PATCH] gnu: faba-icon-theme: Update to 4.3.)
  2018-07-10 23:34   ` [bug#32122] Acknowledgement ([PATCH] gnu: faba-icon-theme: Update to 4.3.) Vasile Dumitrascu
@ 2018-07-10 23:37     ` Vasile Dumitrascu
  2018-07-12 22:05       ` bug#32122: " Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Vasile Dumitrascu @ 2018-07-10 23:37 UTC (permalink / raw)
  To: 32122

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

  Hi

  Please find attached the third and last patch to update
moka-icon-theme to 5.4.0. Thank you again,

  Vasile

[-- Attachment #2: 0001-gnu-moka-icon-theme-Update-to-5.4.0.patch --]
[-- Type: text/x-patch, Size: 1259 bytes --]

From 1793b6e24e0da5ec35dfa012f2823acdf4147366 Mon Sep 17 00:00:00 2001
From: Vasile Dumitrascu <va511e@yahoo.com>
Date: Wed, 11 Jul 2018 01:34:41 +0200
Subject: [PATCH] gnu: moka-icon-theme: Update to 5.4.0.

* gnu/packages/gnome.scm (moka-icon-theme): Update to 5.4.0.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 45896eaf6..cb70519c3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6495,7 +6495,7 @@ Moka")
   (package
     (inherit faba-icon-theme)
     (name "moka-icon-theme")
-    (version "5.3.6")
+    (version "5.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/moka-project"
@@ -6504,7 +6504,7 @@ Moka")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "04axinv79qnngsxkwqzi5j9lc3hn24rjqps5ai8d42pdnfaf0x37"))))
+                "1nbwdjj268hxv9lfagd9aylily9f0hhallp841v0i3imljp84bmk"))))
     (propagated-inputs
      ;; Moka is based on Faba by using it as a fallback icon set instead of
      ;; bundling it, so we need to add it as a propagated input.
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#32122: Acknowledgement ([PATCH] gnu: faba-icon-theme: Update to 4.3.)
  2018-07-10 23:37     ` Vasile Dumitrascu
@ 2018-07-12 22:05       ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2018-07-12 22:05 UTC (permalink / raw)
  To: Vasile Dumitrascu; +Cc: 32122-done

Hi Vasile,

Vasile Dumitrascu <va511e@yahoo.com> skribis:

>   Please find attached the third and last patch to update
> moka-icon-theme to 5.4.0. Thank you again,

I applied all three patches, thank you!

Ludo’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-07-12 22:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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   ` [bug#32122] Acknowledgement ([PATCH] gnu: faba-icon-theme: Update to 4.3.) Vasile Dumitrascu
2018-07-10 23:37     ` Vasile Dumitrascu
2018-07-12 22:05       ` bug#32122: " Ludovic Courtès

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.