[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
329/377: gnu: gtk+-2: Add missing inputs and search-path.
From: |
guix-commits |
Subject: |
329/377: gnu: gtk+-2: Add missing inputs and search-path. |
Date: |
Thu, 2 Sep 2021 17:56:12 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit ae5970200eb9b01d02a9b4ec077083949b92bff9
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Fri Mar 12 08:05:28 2021 -0500
gnu: gtk+-2: Add missing inputs and search-path.
* gnu/packages/gtk.scm (gtk+-2) [native-inputs]: Add intltool.
[inputs]: Add libx11, libxext, libxkbcommon, libxrender and libxshmfence.
[propagated-inputs]: Add cairo and glib.
[search-paths]: New field.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index c6ed63b..32d234e 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -845,26 +845,34 @@ is part of the GNOME accessibility project.")
(outputs '("out" "bin" "doc"))
(propagated-inputs
`(("atk" ,atk)
+ ("cairo" ,cairo)
;; SVG support is optional and requires librsvg, which pulls in rust.
;; Rust is not supported well on every architecture yet.
("gdk-pixbuf" ,(if (string-prefix? "x86_64" (or (%current-target-system)
(%current-system)))
gdk-pixbuf+svg
gdk-pixbuf))
+ ("glib" ,glib)
("pango" ,pango)))
(inputs
`(("cups" ,cups)
+ ("libx11" ,libx11)
("libxcomposite" ,libxcomposite)
("libxcursor" ,libxcursor)
+ ("libxext" ,libxext)
("libxdamage" ,libxdamage)
("libxi" ,libxi)
("libxinerama" ,libxinerama)
- ("libxrandr" ,libxrandr)))
+ ("libxkbcommon" ,libxkbcommon)
+ ("libxrandr" ,libxrandr)
+ ("libxrender" ,libxrender)
+ ("libxshmfence" ,libxshmfence)))
(native-inputs
- `(("perl" ,perl)
- ("gettext" ,gettext-minimal)
+ `(("gettext" ,gettext-minimal)
("glib" ,glib "bin")
("gobject-introspection" ,gobject-introspection)
+ ("intltool" ,intltool)
+ ("perl" ,perl)
("pkg-config" ,pkg-config)
("python-wrapper" ,python-wrapper)
("xorg-server" ,xorg-server-for-tests)))
@@ -908,6 +916,7 @@ is part of the GNOME accessibility project.")
(list (search-path-specification
(variable "GUIX_GTK2_PATH")
(files '("lib/gtk-2.0")))))
+ (search-paths native-search-paths)
(synopsis "Cross-platform toolkit for creating graphical user interfaces")
(description
"GTK+, or the GIMP Toolkit, is a multi-platform toolkit for creating
- 313/377: gnu: atkmm: Update synopsis, description, home-page and license., (continued)
- 313/377: gnu: atkmm: Update synopsis, description, home-page and license., guix-commits, 2021/09/02
- 314/377: gnu: Add atkmm-2.28., guix-commits, 2021/09/02
- 316/377: gnu: at-spi2-core: Fix documentation., guix-commits, 2021/09/02
- 317/377: gnu: at-spi2-core: Update home-page and license., guix-commits, 2021/09/02
- 318/377: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/09/02
- 319/377: gnu: at-spi2-atk: Update home-page and license., guix-commits, 2021/09/02
- 322/377: gnu: json-glib: Update synopsis and description., guix-commits, 2021/09/02
- 323/377: gnu: wayland: Update to 1.19.0., guix-commits, 2021/09/02
- 325/377: gnu: wayland: Update synopsis, description and license., guix-commits, 2021/09/02
- 327/377: gnu: yelp-xsl: Enable documentation., guix-commits, 2021/09/02
- 329/377: gnu: gtk+-2: Add missing inputs and search-path.,
guix-commits <=
- 330/377: gnu: gtk+-2: Update to 2.24.33., guix-commits, 2021/09/02
- 331/377: gnu: gtk+: Enable tests., guix-commits, 2021/09/02
- 334/377: gnu: gtk+: Update to 3.24.27., guix-commits, 2021/09/02
- 337/377: gnu: ibus: Update to 1.5.24., guix-commits, 2021/09/02
- 340/377: gnu: ibus: Enable tests., guix-commits, 2021/09/02
- 342/377: gnu: iqa: Correct source uri., guix-commits, 2021/09/02
- 354/377: gnu: cairo: Reintroduce security patches [security fixes]., guix-commits, 2021/09/02
- 364/377: gnu: python-pycairo: Update to 1.20.0., guix-commits, 2021/09/02
- 103/377: gnu: Add r-ztpln., guix-commits, 2021/09/02
- 112/377: gnu: Add r-paws-application-integration., guix-commits, 2021/09/02