unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Raghav Gururajan <raghavgururajan@disroot.org>
To: Jan Nieuwenhuizen <janneke@gnu.org>
Cc: 38811@debbugs.gnu.org
Subject: [bug#38811] gnu: Add gnome-menus.
Date: Mon, 30 Dec 2019 13:41:25 -0500	[thread overview]
Message-ID: <66e12e21ec9354fa091fad52e28f2957fa71d4cb.camel@disroot.org> (raw)
In-Reply-To: <87d0c6hrui.fsf@gnu.org>

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

Hello Jan!

Please find the revised patch attached with this email. :-)

Regards,
RG.

[-- Attachment #2: gnome-menus.patch --]
[-- Type: text/x-patch, Size: 1668 bytes --]

From f19b35c1bee1d48412b8481133e4f9d4995269e2 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Mon, 30 Dec 2019 13:37:53 -0500
Subject: [PATCH] gnu: Add gnome-menus.

* gnu/packages/gnome.scm (gnome-menus). New variable.
---
 gnu/packages/gnome.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e0712bf99a..69f4ce5cf0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -246,6 +246,29 @@ 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 gnome-menus
+  (package
+   (name "gnome-menus")
+   (version "3.32.0")
+   (source (origin
+            (method url-fetch)
+            (uri (string-append "mirror://gnome/sources/" name "/"
+                                (version-major+minor version) "/"
+                                name "-" version ".tar.xz"))
+            (sha256
+             (base32
+              "0x2blzqrapmbsbfzxjcdcpa3vkw9hq5k96h9kvjmy9kl415wcl68"))))
+   (build-system gnu-build-system)
+   (native-inputs
+    `(("gettext" ,gettext-minimal)
+      ("glib" ,glib)
+      ("pkg-config" ,pkg-config)))
+   (synopsis "Menu support for GNOME desktop")
+   (description "GNOME Menus contains the libgnome-menu library, the layout
+configuration files for the GNOME menu, as well as a simple menu editor.")
+   (home-page "https://gitlab.gnome.org/GNOME/gnome-menus")
+   (license license:gpl2)))
+
 (define-public deja-dup
   (package
     (name "deja-dup")
-- 
2.24.1


  reply	other threads:[~2019-12-30 18:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-30 12:52 [bug#38811] gnu: Add gnome-menus Raghav Gururajan
2019-12-30 12:55 ` Raghav Gururajan
2019-12-30 13:21   ` Jan Nieuwenhuizen
2019-12-30 18:41     ` Raghav Gururajan [this message]
2019-12-30 20:02       ` bug#38811: " Jan Nieuwenhuizen

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=66e12e21ec9354fa091fad52e28f2957fa71d4cb.camel@disroot.org \
    --to=raghavgururajan@disroot.org \
    --cc=38811@debbugs.gnu.org \
    --cc=janneke@gnu.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 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).