[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
282/377: gnu: pango: Re-arrange inputs in alphabetical order.
From: |
guix-commits |
Subject: |
282/377: gnu: pango: Re-arrange inputs in alphabetical order. |
Date: |
Thu, 2 Sep 2021 17:55:57 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 1d5cfa21b7ae3811b1c9cdf0019d7f0f5d3cb34c
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
- 254/377: gnu: glib: Make some cosmetic changes., (continued)
- 254/377: gnu: glib: Make some cosmetic changes., guix-commits, 2021/09/02
- 267/377: gnu: gtk-doc: Change build-system., guix-commits, 2021/09/02
- 275/377: gnu: cairo: Move documentation to separate output., guix-commits, 2021/09/02
- 276/377: gnu: cairo: Enable some features., guix-commits, 2021/09/02
- 253/377: gnu: harmonist: Update to 0.4.1., guix-commits, 2021/09/02
- 258/377: gnu: glib-with-documentation: Make some cosmetic changes., guix-commits, 2021/09/02
- 252/377: gnu: Add go-github-com-anaseto-gruid-tcell., guix-commits, 2021/09/02
- 277/377: gnu: cairo: Update synopsis, description and license., guix-commits, 2021/09/02
- 278/377: gnu: cairomm: Update to 1.16.0., guix-commits, 2021/09/02
- 262/377: gnu: libsigc++: Enable documentation., guix-commits, 2021/09/02
- 282/377: gnu: pango: Re-arrange inputs in alphabetical order.,
guix-commits <=
- 284/377: gnu: pango: Update synopsis, description and home-page., guix-commits, 2021/09/02
- 285/377: gnu: pangomm: Update to 2.48.0., guix-commits, 2021/09/02
- 283/377: gnu: pango: Update to 1.48.3., guix-commits, 2021/09/02
- 289/377: gnu: gdk-pixbuf: Correct inputs., guix-commits, 2021/09/02
- 290/377: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/09/02
- 298/377: gnu: vala: Fix documentation., guix-commits, 2021/09/02
- 294/377: gnu: gdk-pixbuf: Disable failing tests., guix-commits, 2021/09/02
- 301/377: gnu: libgsf: Change build-system., guix-commits, 2021/09/02
- 299/377: gnu: vala: Update to 0.52.0., guix-commits, 2021/09/02
- 304/377: gnu: libgsf: Enable missing features., guix-commits, 2021/09/02