guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: harfbuzz: Propagate graphite2 and icu4c.


From: ???
Subject: 01/02: gnu: harfbuzz: Propagate graphite2 and icu4c.
Date: Tue, 15 Sep 2015 12:21:53 +0000

iyzsong pushed a commit to branch core-updates
in repository guix.

commit fd9b3b43ab92f33f3e7f5d546b34e329dbec97af
Author: 宋文武 <address@hidden>
Date:   Tue Sep 15 20:02:40 2015 +0800

    gnu: harfbuzz: Propagate graphite2 and icu4c.
    
    * gnu/packages/gtk.scm (harfbuzz): Move graphite2 and icu4c to 
'propagated-inputs'.
      [source]: Improve formatting.
---
 gnu/packages/gtk.scm |   20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 79f3276..f708afb 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -146,19 +146,21 @@ affine transformation (scale, rotation, shear, etc.).")
    (name "harfbuzz")
    (version "1.0.3")
    (source (origin
-            (method url-fetch)
-            (uri (string-append 
"http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-";
-                                version ".tar.bz2"))
-            (sha256
-             (base32
-              "1xrxlrvgyr6mm9qjxmkif2kvcah082y94gf1vqi0f0bdl1g8gp7b"))))
+             (method url-fetch)
+             (uri (string-append "http://www.freedesktop.org/software/";
+                                 "harfbuzz/release/harfbuzz-"
+                                 version ".tar.bz2"))
+             (sha256
+              (base32
+               "1xrxlrvgyr6mm9qjxmkif2kvcah082y94gf1vqi0f0bdl1g8gp7b"))))
    (build-system gnu-build-system)
    (inputs
-    `(("cairo" ,cairo)
+    `(("cairo" ,cairo)))
+   (propagated-inputs
+    ;; There are all in the Requires or Requires.private field of '.pc'.
+    `(("glib" ,glib)
       ("graphite2" ,graphite2)
       ("icu4c" ,icu4c)))
-   (propagated-inputs
-    `(("glib" ,glib))) ; required by harfbuzz-gobject.pc
    (native-inputs
     `(("gobject-introspection" ,gobject-introspection)
       ("pkg-config" ,pkg-config)



reply via email to

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