[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49210] [PATCH v4 05/16] gnu: Add perl-glib-object-introspection.
From: |
Raghav Gururajan |
Subject: |
[bug#49210] [PATCH v4 05/16] gnu: Add perl-glib-object-introspection. |
Date: |
Tue, 29 Jun 2021 23:35:27 -0400 |
* gnu/packages/glib.scm (perl-glib-object-introspection): New variable.
---
gnu/packages/glib.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index f2dbddbde6..91ef45099c 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -888,6 +888,32 @@ these libraries are used as the foundation for many of the
libraries that make
up the Gnome environment, and are used in many unrelated projects.")
(license license:lgpl2.1+)))
+(define-public perl-glib-object-introspection
+ (package
+ (name "perl-glib-object-introspection")
+ (version "0.049")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/X/XA/XAOC/"
+ "Glib-Object-Introspection-" version ".tar.gz"))
+ (sha256
+ (base32 "0mxg6pz8qfyipw0ypr54alij0c4adzg94f62702b2a6hkp5jhij6"))))
+ (build-system perl-build-system)
+ (native-inputs
+ `(("perl-extutils-depends" ,perl-extutils-depends)
+ ("perl-extutils-pkgconfig" ,perl-extutils-pkgconfig)))
+ (propagated-inputs
+ `(("gobject-introspection" ,gobject-introspection)
+ ("perl-cairo-gobject" ,perl-cairo-gobject)
+ ("perl-glib" ,perl-glib)))
+ (home-page "https://metacpan.org/dist/Glib-Object-Introspection")
+ (synopsis "Dynamically create Perl language bindings")
+ (description "Glib::Object::Introspection uses the gobject-introspection
and
+libffi projects to dynamically create Perl bindings for a wide variety of
+libraries. Examples include gtk+, webkit, libsoup and many more.")
+ (license license:lgpl2.1+)))
+
(define telepathy-glib
(package
(name "telepathy-glib")
--
2.32.0
- [bug#49210] [PATCH v3 12/16] gnu: Add perl-storable., (continued)
- [bug#49210] [PATCH v3 12/16] gnu: Add perl-storable., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v3 14/16] gnu: Add perl-mime-base64., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v3 11/16] gnu: Add perl-xsloader., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v3 13/16] gnu: Add perl-encode., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v3 15/16] gnu: Add pipe-viewer., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v3 16/16] gnu: straw-viewer: Deprecate package., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 01/16] gnu: Add perl-exporter., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 02/16] gnu: perl-glib: Propagate glib., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 03/16] gnu: perl-cairo: Propagate cairo., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 04/16] gnu: Add perl-cairo-gobject., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 05/16] gnu: Add perl-glib-object-introspection.,
Raghav Gururajan <=
- [bug#49210] [PATCH v4 06/16] gnu: Add perl-gtk3., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 07/16] gnu: Add perl-text-tabs+wrap., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 08/16] gnu: Add perl-text-parsewords., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 10/16] gnu: Add perl-test-portability-files., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 13/16] gnu: Add perl-encode., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 12/16] gnu: Add perl-storable., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 14/16] gnu: Add perl-mime-base64., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 15/16] gnu: Add pipe-viewer., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 09/16] gnu: Add perl-term-ansicolor., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 11/16] gnu: Add perl-xsloader., Raghav Gururajan, 2021/06/29