all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Raghav Gururajan" <raghavgururajan@disroot.org>
To: 40021@debbugs.gnu.org
Cc: dannym@scratchpost.org
Subject: [bug#40021] gnu: Add mm-common.
Date: Tue, 10 Mar 2020 23:01:00 +0000	[thread overview]
Message-ID: <48564a26953b8419f74f44fc5d328c14@disroot.org> (raw)

[-- 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


             reply	other threads:[~2020-03-10 23:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-10 23:01 Raghav Gururajan [this message]
2020-03-11 15:24 ` [bug#40021] gnu: Add mm-common 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48564a26953b8419f74f44fc5d328c14@disroot.org \
    --to=raghavgururajan@disroot.org \
    --cc=40021@debbugs.gnu.org \
    --cc=dannym@scratchpost.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.