unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Naga Malleswari <nagamalli@riseup.net>
To: 40356@debbugs.gnu.org
Cc: "Danny Milosavljevic" <dannym@scratchpost.org>,
	"Gábor Boskovits" <boskovits@gmail.com>
Subject: [bug#40356] Update meson package Description in build-tools.scm
Date: Wed, 1 Apr 2020 01:40:13 +0530	[thread overview]
Message-ID: <4168bbe0-8839-2901-4318-8a717946801c@riseup.net> (raw)

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

Hi

I tried to update polari package description in gnome. It resulted unmet
dependency that meson should be greater than .51 where existing package
description was lower. So i have updated the package description in
build-tools.scm and sending the patch. Once this is done i will try
updating polari.


I guess i am following the correct method.

-- 
Regards
NagaMalli


[-- Attachment #2: 0001-gnu-Update-meson-to-0.54.0.patch --]
[-- Type: text/x-patch, Size: 1339 bytes --]

From 2a19e010c490755b1d9b55a22a2d5943a7fa2d37 Mon Sep 17 00:00:00 2001
From: Naga Malleswari <nagamalli@riseup.net>
Date: Wed, 1 Apr 2020 01:31:44 +0530
Subject: [PATCH] gnu: Update meson to 0.54.0.

* gnu/packages/build-tools.scm (meson): Update to 0.54.0.
---
 gnu/packages/build-tools.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 8cfd26fec0..834164f3bd 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -169,7 +169,7 @@ files and generates build instructions for the Ninja build system.")
 (define-public meson
   (package
     (name "meson")
-    (version "0.50.1")
+    (version "0.54.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mesonbuild/meson/"
@@ -177,7 +177,7 @@ files and generates build instructions for the Ninja build system.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1k2fw5qk4mqjcb4j5dhp8xfn0caqphb11yh8zkw7v9w01kb5d3zn"))))
+                "09rw6v1l8jkv78lacyg8s4rmvrrfmcrkdfv79aysq4l1fxnp5rfx"))))
     (build-system python-build-system)
     (arguments
      `(;; FIXME: Tests require many additional inputs, a fix for the RUNPATH
-- 
2.25.1


             reply	other threads:[~2020-03-31 20:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-31 20:10 Naga Malleswari [this message]
2020-03-31 22:43 ` [bug#40356] Update meson package Description in build-tools.scm Jonathan Brielmaier
2020-04-01  5:54   ` Naga Malleswari
2020-11-21  9:50     ` bug#40356: " Christopher Baines
2020-05-15  8:31 ` [bug#40356] " Jonathan Brielmaier

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=4168bbe0-8839-2901-4318-8a717946801c@riseup.net \
    --to=nagamalli@riseup.net \
    --cc=40356@debbugs.gnu.org \
    --cc=boskovits@gmail.com \
    --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 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).