[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51106] [PATCH v2 4/7] gnu: gegl: Enable GIR.
From: |
Vinicius Monego |
Subject: |
[bug#51106] [PATCH v2 4/7] gnu: gegl: Enable GIR. |
Date: |
Sat, 9 Oct 2021 17:08:44 +0000 |
* gnu/packages/gimp.scm (gegl)[arguments]<#:configure-flags>: Remove.
[native-inputs]: Sort alphabetically. Add gobject-introspection, vala.
---
Removed the instropection configure flag and sorted native-inputs as suggested
by Liliana.
gnu/packages/gimp.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index d69425fde9..5e46eb36b7 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -227,8 +227,6 @@ provided, as well as a framework to add new color models
and data types.")
(build-system meson-build-system)
(arguments
`(#:meson ,meson-0.55
- #:configure-flags
- (list "-Dintrospection=false")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'extend-test-time-outs
@@ -254,9 +252,11 @@ provided, as well as a framework to add new color models
and data types.")
("libpng" ,libpng)
("libjpeg" ,libjpeg-turbo)))
(native-inputs
- `(("pkg-config" ,pkg-config)
- ("glib" ,glib "bin") ; for gtester
- ("intltool" ,intltool)))
+ `(("glib" ,glib "bin") ; for gtester
+ ("gobject-introspection" ,gobject-introspection)
+ ("intltool" ,intltool)
+ ("pkg-config" ,pkg-config)
+ ("vala" ,vala)))
(home-page "https://gegl.org")
(synopsis "Graph based image processing framework")
(description "GEGL (Generic Graphics Library) provides infrastructure to
--
2.30.2
- [bug#51106] [PATCH 3/7] gnu: gegl: Update to 0.4.32., (continued)
- [bug#51106] [PATCH 3/7] gnu: gegl: Update to 0.4.32., Vinicius Monego, 2021/10/08
- [bug#51106] [PATCH 4/7] gnu: gegl: Enable GIR., Vinicius Monego, 2021/10/08
- [bug#51106] [PATCH 6/7] gnu: gimp: Update to 2.10.28., Vinicius Monego, 2021/10/08
- [bug#51106] [PATCH 5/7] gnu: gegl: Add optional dependencies., Vinicius Monego, 2021/10/08
- [bug#51106] [PATCH 7/7] gnu: gimp: Add optional dependencies., Vinicius Monego, 2021/10/08
- [bug#51106] [PATCH v2 1/7] gnu: babl: Update to 0.1.88., Vinicius Monego, 2021/10/09
- [bug#51106] [PATCH v2 5/7] gnu: gegl: Add optional dependencies., Vinicius Monego, 2021/10/09
- [bug#51106] [PATCH v2 2/7] gnu: babl: Enable GIR., Vinicius Monego, 2021/10/09
- [bug#51106] [PATCH v2 3/7] gnu: gegl: Update to 0.4.32., Vinicius Monego, 2021/10/09
- [bug#51106] [PATCH v2 4/7] gnu: gegl: Enable GIR.,
Vinicius Monego <=
- [bug#51106] [PATCH v2 6/7] gnu: gimp: Update to 2.10.28., Vinicius Monego, 2021/10/09
- [bug#51106] [PATCH v2 7/7] gnu: gimp: Add optional dependencies., Vinicius Monego, 2021/10/09