[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
76/124: gnu: gtk+-2: Add missing inputs and search-path.
From: |
guix-commits |
Subject: |
76/124: gnu: gtk+-2: Add missing inputs and search-path. |
Date: |
Mon, 30 Aug 2021 16:28:59 -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
- 73/124: gnu: wayland-protocols: Update description., (continued)
- 73/124: gnu: wayland-protocols: Update description., guix-commits, 2021/08/30
- 83/124: gnu: gtkmm-2: Fix build., guix-commits, 2021/08/30
- 80/124: gnu: gtk+: Enable cloud-providers support., guix-commits, 2021/08/30
- 92/124: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/08/30
- 97/124: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/08/30
- 110/124: gnu: w3m: Update to 0.5.3+git20210102., guix-commits, 2021/08/30
- 106/124: gnu: glib-networking: Update to 2.68.0., guix-commits, 2021/08/30
- 103/124: gnu: meson-0.55: Update to 0.55.3., guix-commits, 2021/08/30
- 61/124: gnu: Add atkmm-2.28., guix-commits, 2021/08/30
- 71/124: gnu: wayland: Fix and move documentation., guix-commits, 2021/08/30
- 76/124: gnu: gtk+-2: Add missing inputs and search-path.,
guix-commits <=
- 74/124: gnu: yelp-xsl: Enable documentation., guix-commits, 2021/08/30
- 82/124: gnu: gtkmm: Update to 3.24.4., guix-commits, 2021/08/30
- 91/124: gnu: zbar: Update to 0.23.90., guix-commits, 2021/08/30
- 90/124: gnu: faac: Correct source uri., guix-commits, 2021/08/30
- 87/124: gnu: ibus: Enable tests., guix-commits, 2021/08/30
- 96/124: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/08/30
- 94/124: gnu: gst-plugins-base: Enable more features., guix-commits, 2021/08/30
- 95/124: gnu: gst-plugins-good: Update to 1.18.4., guix-commits, 2021/08/30
- 105/124: gnu: pango: Use meson-0.55, as required by the project., guix-commits, 2021/08/30
- 112/124: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/08/30