guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libraqm: Update to 0.7.2.


From: guix-commits
Subject: branch master updated: gnu: libraqm: Update to 0.7.2.
Date: Tue, 28 Sep 2021 03:09:29 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 999ef90  gnu: libraqm: Update to 0.7.2.
999ef90 is described below

commit 999ef90a4cfd96622e230e997e0e74c856b38ba8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Sep 28 09:08:00 2021 +0200

    gnu: libraqm: Update to 0.7.2.
    
    * gnu/packages/fontutils.scm (libraqm): Update to 0.7.2.
    [source]: Use git-fetch method.
    [build-system]: Switch to meson-build-system.
    [arguments]<#:phases>: Remove unnecessary (and unrecognized) configure flag
    per above.
---
 gnu/packages/fontutils.scm | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 9c7393b..fefe710 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -952,18 +952,17 @@ Unicode Charts.  It was developed for use with DejaVu 
Fonts project.")
 (define-public libraqm
   (package
     (name "libraqm")
-    (version "0.7.1")
+    (version "0.7.2")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/HOST-Oman/libraqm/";
-                           "releases/download/v" version "/"
-                           "raqm-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/HOST-Oman/libraqm";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "0a4q9dziirb85sa9rmkamg2krdhd009di2vlz91njwxcp3q8qj46"))))
-    (build-system gnu-build-system)
-    (arguments
-     `(#:configure-flags (list "--disable-static")))
+        (base32 "1shcs5l27l7380dvacvhl8wrdq3lix0wnhzvfdh7vx2pkzjs3zk6"))))
+    (build-system meson-build-system)
     (native-inputs
      `(("gtk-doc" ,gtk-doc/stable)
        ("pkg-config" ,pkg-config)



reply via email to

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