[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/124: gnu: pango: Re-arrange inputs in alphabetical order.
From: |
guix-commits |
Subject: |
29/124: gnu: pango: Re-arrange inputs in alphabetical order. |
Date: |
Sun, 5 Sep 2021 10:41:59 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit f064023dd5591f9ce3fe95ec6e67f36ac3898e92
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 10:17:09 2021 -0500
gnu: pango: Re-arrange inputs in alphabetical order.
* gnu/packages/gtk.scm (pango) [propagated-inputs]: Modify.
[native-inputs]: Modify.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 35 +++++++++++++++++------------------
1 file changed, 17 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index f588606..e20175a 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -340,24 +340,23 @@ applications.")
(("\\[ 'test-itemize'.*") "")
(("\\[ 'test-layout'.*") ""))
#t)))))
- (propagated-inputs
- ;; These are all in Requires or Requires.private of the '.pc' files.
- `(("cairo" ,cairo)
- ("fribidi" ,fribidi)
- ("fontconfig" ,fontconfig)
- ("freetype" ,freetype)
- ("glib" ,glib)
- ("harfbuzz" ,harfbuzz)
-
- ;; Some packages, such as Openbox, expect Pango to be built with the
- ;; optional libxft support.
- ("libxft" ,libxft)))
- (inputs
- `(("zlib" ,zlib)))
- (native-inputs
- `(("pkg-config" ,pkg-config)
- ("glib" ,glib "bin") ; glib-mkenums, etc.
- ("gobject-introspection" ,gobject-introspection))) ; g-ir-compiler, etc.
+ (propagated-inputs
+ ;; These are all in Requires or Requires.private of the '.pc' files.
+ `(("cairo" ,cairo)
+ ("fontconfig" ,fontconfig)
+ ("freetype" ,freetype)
+ ("fribidi" ,fribidi)
+ ("glib" ,glib)
+ ("harfbuzz" ,harfbuzz)
+ ;; Some packages, such as Openbox, expect Pango to be built with the
+ ;; optional libxft support.
+ ("libxft" ,libxft)))
+ (inputs
+ `(("zlib" ,zlib)))
+ (native-inputs
+ `(("glib" ,glib "bin") ; glib-mkenums, etc.
+ ("gobject-introspection" ,gobject-introspection) ; g-ir-compiler, etc.
+ ("pkg-config" ,pkg-config)))
(synopsis "GNOME text and font handling library")
(description
"Pango is the core text and font handling library used in GNOME
- 37/124: gnu: gdk-pixbuf: Enable jasper support., (continued)
- 37/124: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/09/05
- 26/124: gnu: cairomm: Enable documentation., guix-commits, 2021/09/05
- 31/124: gnu: pango: Update synopsis, description and home-page., guix-commits, 2021/09/05
- 32/124: gnu: pangomm: Update to 2.48.0., guix-commits, 2021/09/05
- 34/124: gnu: pangomm-2.42: Update to 2.42.2., guix-commits, 2021/09/05
- 38/124: gnu: gdk-pixbuf: Fix documentation., guix-commits, 2021/09/05
- 28/124: gnu: pango: Add missing arguments., guix-commits, 2021/09/05
- 39/124: gnu: gdk-pixbuf: Update to 2.42.4., guix-commits, 2021/09/05
- 43/124: gnu: vala: Change build-system., guix-commits, 2021/09/05
- 41/124: gnu: gdk-pixbuf: Disable failing tests., guix-commits, 2021/09/05
- 29/124: gnu: pango: Re-arrange inputs in alphabetical order.,
guix-commits <=
- 33/124: gnu: pangomm: Enable documentation., guix-commits, 2021/09/05
- 42/124: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., guix-commits, 2021/09/05
- 47/124: gnu: vala: Update synopsis and description., guix-commits, 2021/09/05
- 27/124: gnu: cairomm-1.13: Fix build., guix-commits, 2021/09/05
- 40/124: gnu: gdk-pixbuf: Update synopsis, description, home-page and license., guix-commits, 2021/09/05
- 44/124: gnu: vala: Enable coverage support., guix-commits, 2021/09/05
- 45/124: gnu: vala: Fix documentation., guix-commits, 2021/09/05
- 46/124: gnu: vala: Update to 0.52.0., guix-commits, 2021/09/05
- 48/124: gnu: libgsf: Change build-system., guix-commits, 2021/09/05
- 49/124: gnu: libgsf: Make separate output for binaries., guix-commits, 2021/09/05