unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37030] [PATCH] gnu: Add libgit2-glib.
@ 2019-08-14 17:23 Giacomo Leidi
  2019-08-16 20:59 ` bug#37030: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Giacomo Leidi @ 2019-08-14 17:23 UTC (permalink / raw)
  To: 37030

* gnu/packages/gnome.scm (libgit2-glib): New variable.
---
 gnu/packages/gnome.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index da6cbf2a05..57842d4b5b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8283,3 +8283,35 @@ advanced image management tool")
     (description "The aim of the handy library is to help with developing user
 intefaces for mobile devices using GTK+.")
     (license license:lgpl2.1+)))
+
+(define-public libgit2-glib
+  (package
+    (name "libgit2-glib")
+    (version "0.28.0.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://gnome/sources/" name "/"
+                                  (version-major+minor version) "/"
+                                  name "-" version ".tar.xz"))
+              (sha256
+               (base32
+                "0a0g7aw66rfgnqr4z7fgbk5zzcjq66m4rp8v4val3a212941h0g7"))))
+    (build-system meson-build-system)
+    (native-inputs
+     `(("glib:bin" ,glib "bin") ;; For glib-mkenums
+       ("gobject-introspection" ,gobject-introspection)
+       ("intltool" ,intltool)
+       ("libssh2" ,libssh2)
+       ("pkg-config" ,pkg-config)
+       ("python-pygobject" ,python-pygobject)
+       ("python-wrapper" ,python-wrapper)
+       ("vala" ,vala)))
+    (inputs
+     `(("glib" ,glib)
+       ("libgit2" ,libgit2)))
+    (synopsis "A glib wrapper library around the libgit2 git access library")
+    (description "libgit2-glib is a glib wrapper library around the libgit2 git
+access library.  It only implements the core plumbing functions, not really the
+higher level porcelain stuff.")
+    (home-page "https://wiki.gnome.org/Projects/Libgit2-glib")
+    (license license:gpl2+)))
-- 
2.22.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#37030: [PATCH] gnu: Add libgit2-glib.
  2019-08-14 17:23 [bug#37030] [PATCH] gnu: Add libgit2-glib Giacomo Leidi
@ 2019-08-16 20:59 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-08-16 20:59 UTC (permalink / raw)
  To: Giacomo Leidi; +Cc: 37030-done

[-- Attachment #1: Type: text/plain, Size: 185 bytes --]

Hi,

Giacomo Leidi <goodoldpaul@autistici.org> skribis:

> * gnu/packages/gnome.scm (libgit2-glib): New variable.

Applied with the nitpicking below.  :-)

Thanks,
Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 775 bytes --]

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 57842d4b5b..d5e46e09c1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8309,8 +8309,8 @@ intefaces for mobile devices using GTK+.")
     (inputs
      `(("glib" ,glib)
        ("libgit2" ,libgit2)))
-    (synopsis "A glib wrapper library around the libgit2 git access library")
-    (description "libgit2-glib is a glib wrapper library around the libgit2 git
+    (synopsis "GLib wrapper around the libgit2 Git access library")
+    (description "libgit2-glib is a GLib wrapper library around the libgit2 Git
 access library.  It only implements the core plumbing functions, not really the
 higher level porcelain stuff.")
     (home-page "https://wiki.gnome.org/Projects/Libgit2-glib")

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-16 21:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-14 17:23 [bug#37030] [PATCH] gnu: Add libgit2-glib Giacomo Leidi
2019-08-16 20:59 ` bug#37030: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).