all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#40021] gnu: Add mm-common.
@ 2020-03-10 23:01 Raghav Gururajan
  2020-03-11 15:24 ` Danny Milosavljevic
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Raghav Gururajan @ 2020-03-10 23:01 UTC (permalink / raw)
  To: 40021; +Cc: dannym

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

Hello Guix!

Please find the attached patch to add 'mm-common' package to guix.

Regards,
Raghav "RG" Gururajan.

[-- Attachment #2: mm-common.patch --]
[-- Type: application/octet-stream, Size: 1814 bytes --]

From 16fbd81c36e57dbd9a4ccf464e812eb701cca59c Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Tue, 10 Mar 2020 18:56:24 -0400
Subject: [PATCH 2/2] gnu: Add mm-common.

* gnu/packages/gnome.scm (mm-common): New variable.
---
 gnu/packages/gnome.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6434c96dcc..77658049dd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -246,6 +246,33 @@ Desktop.  It is designed to be as simple as possible and has some unique
 features to enable users to create their discs easily and quickly.")
     (license license:gpl2+)))
 
+(define-public mm-common
+  (package
+   (name "mm-common")
+   (version "1.0.0")
+   (source (origin
+            (method url-fetch)
+            (uri (string-append "mirror://gnome/sources/" name "/"
+                                (version-major+minor version) "/"
+                                name "-" version ".tar.xz"))
+            (sha256
+             (base32
+              "1m4w33da9f4rx2d6kdj3ix3kl0gn16ml82v2mdn4hljr3q29nzdr"))))
+   (build-system meson-build-system)
+   (arguments
+    `(#:glib-or-gtk? #t))
+   (native-inputs
+    `(("gettext" ,gettext-minimal)
+      ("pkg-config" ,pkg-config)))
+   (inputs
+    `(("python" ,python)))
+   (synopsis "Module of GNOME C++ bindings")
+   (description "The mm-common module provides the build infrastructure and utilities
+shared among the GNOME C++ binding libraries.  Release archives of mm-common include
+the Doxygen tag file for the GNU C++ Library reference documentation.")
+   (home-page "https://gitlab.gnome.org/GNOME/mm-common")
+   (license license:gpl2+)))
+
 (define-public phodav
   (package
    (name "phodav")
-- 
2.25.1


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

end of thread, other threads:[~2020-04-05 19:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-10 23:01 [bug#40021] gnu: Add mm-common Raghav Gururajan
2020-03-11 15:24 ` Danny Milosavljevic
2020-03-19  6:34 ` Raghav Gururajan
2020-03-19  9:27   ` Marius Bakke
2020-03-21 19:21   ` Danny Milosavljevic
2020-03-22  1:16   ` Raghav Gururajan
2020-03-22 11:42     ` Danny Milosavljevic
2020-04-05  4:05 ` Raghav Gururajan
2020-04-05 18:59   ` bug#40021: " Danny Milosavljevic

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.