[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/125: gnu: pango: Re-arrange inputs in alphabetical order.
From: |
guix-commits |
Subject: |
31/125: gnu: pango: Re-arrange inputs in alphabetical order. |
Date: |
Sat, 3 Jul 2021 21:17:20 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 386b38581b5c83d24a5669eb08ebc71d40a29941
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 ba8031a..db4f865 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -339,24 +339,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
- 43/125: gnu: gdk-pixbuf: Disable failing tests., (continued)
- 43/125: gnu: gdk-pixbuf: Disable failing tests., guix-commits, 2021/07/03
- 30/125: gnu: pango: Add missing arguments., guix-commits, 2021/07/03
- 36/125: gnu: pangomm-2.42: Update to 2.42.2., guix-commits, 2021/07/03
- 48/125: gnu: vala: Update to 0.52.0., guix-commits, 2021/07/03
- 51/125: gnu: libgsf: Make separate output for binaries., guix-commits, 2021/07/03
- 54/125: gnu: libgsf: Correct inputs., guix-commits, 2021/07/03
- 58/125: gnu: atk: Update to 2.36.0., guix-commits, 2021/07/03
- 29/125: gnu: cairomm-1.13: Fix build., guix-commits, 2021/07/03
- 53/125: gnu: libgsf: Enable missing features., guix-commits, 2021/07/03
- 60/125: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/07/03
- 31/125: gnu: pango: Re-arrange inputs in alphabetical order.,
guix-commits <=
- 33/125: gnu: pango: Update synopsis, description and home-page., guix-commits, 2021/07/03
- 44/125: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., guix-commits, 2021/07/03
- 45/125: gnu: vala: Change build-system., guix-commits, 2021/07/03
- 49/125: gnu: vala: Update synopsis and description., guix-commits, 2021/07/03
- 56/125: gnu: libgsf: Update synopsis, description, home-page and license., guix-commits, 2021/07/03
- 63/125: gnu: Add atkmm-2.28., guix-commits, 2021/07/03
- 76/125: gnu: yelp-xsl: Enable documentation., guix-commits, 2021/07/03
- 80/125: gnu: gtk+: Enable tests., guix-commits, 2021/07/03
- 66/125: gnu: at-spi2-core: Update home-page and license., guix-commits, 2021/07/03
- 50/125: gnu: libgsf: Change build-system., guix-commits, 2021/07/03