[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
336/377: gnu: gtkmm-2: Fix build.
From: |
guix-commits |
Subject: |
336/377: gnu: gtkmm-2: Fix build. |
Date: |
Thu, 2 Sep 2021 17:56:15 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit f7996297cee26d1f805c0c5ff2f5636b76db84cd
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Sat Jul 18 06:18:38 2020 -0400
gnu: gtkmm-2: Fix build.
* gnu/packages/gtk.scm (gtkmm-2)[arguments]: Remove field.
[native-inputs]: Remove field.
[propagated-inputs]: Change; atkmm to atkmm-2.28, pangomm to pangomm-2.42,
cairomm to cairomm-1.13 and glibmm to glibmm-2.64.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 76c6c52..173d568 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1658,25 +1658,25 @@ tutorial.")
license:gpl2+))))
(define-public gtkmm-2
- (package (inherit gtkmm)
+ (package
+ (inherit gtkmm)
(name "gtkmm")
(version "2.24.5")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
- name "-" version ".tar.xz"))
- (sha256
- (base32
- "0wkbzvsx4kgw16f6xjdc1dz7f77ldngdila4yi5lw2zrgcxsb006"))))
- (arguments '())
- (native-inputs `(("pkg-config" ,pkg-config)))
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "mirror://gnome/sources/" name "/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32 "0wkbzvsx4kgw16f6xjdc1dz7f77ldngdila4yi5lw2zrgcxsb006"))))
(propagated-inputs
- `(("pangomm" ,pangomm)
- ("cairomm" ,cairomm)
- ("atkmm" ,atkmm)
+ `(("atkmm" ,atkmm-2.28)
+ ("cairomm" ,cairomm-1.13)
+ ("glibmm" ,glibmm-2.64)
("gtk+" ,gtk+-2)
- ("glibmm" ,glibmm)))))
+ ("pangomm" ,pangomm-2.42)))))
(define-public gtksourceviewmm
(package
- 312/377: gnu: atkmm: Enable documentation., (continued)
- 312/377: gnu: atkmm: Enable documentation., guix-commits, 2021/09/02
- 315/377: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/09/02
- 320/377: gnu: json-glib: Update to 1.6.2., guix-commits, 2021/09/02
- 321/377: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/09/02
- 324/377: gnu: wayland: Fix and move documentation., guix-commits, 2021/09/02
- 326/377: gnu: wayland-protocols: Update description., guix-commits, 2021/09/02
- 328/377: gnu: gtk+-2: Enable tests., guix-commits, 2021/09/02
- 332/377: gnu: gtk+: Add missing inputs., guix-commits, 2021/09/02
- 333/377: gnu: gtk+: Enable cloud-providers support., guix-commits, 2021/09/02
- 335/377: gnu: gtkmm: Update to 3.24.4., guix-commits, 2021/09/02
- 336/377: gnu: gtkmm-2: Fix build.,
guix-commits <=
- 339/377: gnu: ibus: Enable memconf., guix-commits, 2021/09/02
- 341/377: gnu: ibus: Remove trailing #t in phases., guix-commits, 2021/09/02
- 343/377: gnu: faac: Correct source uri., guix-commits, 2021/09/02
- 344/377: gnu: zbar: Update to 0.23.90., guix-commits, 2021/09/02
- 345/377: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/09/02
- 346/377: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/09/02
- 347/377: gnu: gst-plugins-base: Enable more features., guix-commits, 2021/09/02
- 348/377: gnu: gst-plugins-good: Update to 1.18.4., guix-commits, 2021/09/02
- 349/377: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/09/02
- 351/377: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/09/02