From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 11 14:40:28 2022 Received: (at submit) by debbugs.gnu.org; 11 Oct 2022 18:40:28 +0000 Received: from localhost ([127.0.0.1]:54824 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiKB1-0005AM-Uw for submit@debbugs.gnu.org; Tue, 11 Oct 2022 14:40:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:40730) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiKAz-0005AA-Re for submit@debbugs.gnu.org; Tue, 11 Oct 2022 14:40:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54566) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiKAz-0005ZF-Ku for guix-patches@gnu.org; Tue, 11 Oct 2022 14:40:25 -0400 Received: from smtprelay02.ispgateway.de ([80.67.31.25]:43792) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiKAx-0006yF-Rh for guix-patches@gnu.org; Tue, 11 Oct 2022 14:40:25 -0400 Received: from [91.40.240.114] (helo=motorball.wh6.home.arpa) by smtprelay02.ispgateway.de with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1oiKB1-0001Cn-Vx; Tue, 11 Oct 2022 20:40:28 +0200 From: simon@netpanic.org To: guix-patches@gnu.org Subject: [PATCH] gnu: mcg: Update to 3.1. Date: Tue, 11 Oct 2022 20:40:15 +0200 Message-Id: <20221011184015.24143-1-simon@netpanic.org> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Df-Sender: c2ltb25AbmV0cGFuaWMub3Jn Received-SPF: none client-ip=80.67.31.25; envelope-from=simon@netpanic.org; helo=smtprelay02.ispgateway.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Simon Streit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) From: Simon Streit * gnu/packages/mpd.scm (mcg): Update to 3.1. [native-inputs]: Use the new inputs style. Add "desktop-file-utils", "gettext-minimal". [inputs]: Add "python". [build-system]: Change to meson-build-system. [arguments]<#:imported-modules,#:modules>: Remove. <#:glib-or-gtk?>: Add #t. Delete custom phase 'glib-or-gtk-wrap. --- gnu/packages/mpd.scm | 53 ++++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 27 deletions(-) diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index edec855fff..9a7bbbfd1d 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -483,31 +483,32 @@ (define-public cantata (define-public mcg (package (name "mcg") - (version "2.1.2") - (source - (origin - (method git-fetch) - (uri - (git-reference - (url "https://gitlab.com/coderkun/mcg") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "01iqxydssxyi4s644dwl64vm7xhn0szd99hdpywbipvb7kwp5196")))) - (build-system python-build-system) - (native-inputs - `(("glib:bin" ,glib "bin") - ("gobject-introspection" ,gobject-introspection) - ("pkg-config" ,pkg-config))) - (inputs - (list avahi dconf gsettings-desktop-schemas gtk+ python-pygobject)) + (version "3.1") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.com/coderkun/mcg") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "087d3gvx8z1yj7rg9d9h1x02vkw57h4v6xf5pxqyhqyk2435kk17")))) + (build-system meson-build-system) + (native-inputs (list desktop-file-utils + gettext-minimal + `(,glib "bin") + gobject-introspection + `(,gtk+ "bin") + pkg-config)) + (inputs (list avahi + bash-minimal + dconf + gsettings-desktop-schemas + gtk+ + python + python-pygobject)) (arguments - `(#:imported-modules ((guix build glib-or-gtk-build-system) - ,@%python-build-system-modules) - #:modules ((guix build python-build-system) - ((guix build glib-or-gtk-build-system) #:prefix glib-or-gtk:) - (guix build utils)) + `(#:glib-or-gtk? #t #:phases (modify-phases %standard-phases (add-after 'install 'wrap-program @@ -516,9 +517,7 @@ (define-public mcg "/bin/mcg"))) (wrap-program prog `("GUIX_PYTHONPATH" = (,(getenv "GUIX_PYTHONPATH"))) - `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))))) - (add-after 'wrap-program 'glib-or-gtk-wrap - (assoc-ref glib-or-gtk:%standard-phases 'glib-or-gtk-wrap))))) + `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH")))))))))) (synopsis "Covergrid for the MPD") (description "mcg (CoverGrid) is a client for the Music Player Daemon (MPD), focusing -- 2.37.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 12 15:18:53 2022 Received: (at 58450-done) by debbugs.gnu.org; 12 Oct 2022 19:18:53 +0000 Received: from localhost ([127.0.0.1]:58459 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oihFk-0000Og-NT for submit@debbugs.gnu.org; Wed, 12 Oct 2022 15:18:52 -0400 Received: from mail-ed1-f67.google.com ([209.85.208.67]:33530) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oihFi-0000OU-O9 for 58450-done@debbugs.gnu.org; Wed, 12 Oct 2022 15:18:51 -0400 Received: by mail-ed1-f67.google.com with SMTP id a13so25832061edj.0 for <58450-done@debbugs.gnu.org>; Wed, 12 Oct 2022 12:18:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:from:to:cc:subject:date :message-id:reply-to; bh=wjUoubefJjHosI8Ck54xbqf14RhMAOC1+Q54RADaWJk=; b=A5blVcomMpQ0i+XsDJhkGNUO8mpI4JKmU6i6Ej9kUGn4fgyO9FWV4PmIJcIEARpVZz +JvQ/jY8HJFsEuTwI7A3nR7UuSFehyx/Jl2uM8thpRVXK+DtF11++bmgBCW/hjghkLxg 2DhHr782G1iBIdcVoGNlThV0orqyBN70ybSnDJfrRC9QER3Gu1clt2UBfnCgGkoOvYTJ K8Iqu66Ia4c5MkGFOh50sa5WtjNAUqR8cIP0tssgUWgmb+/z3aIqb0+wi4vuwn6nIinp vgdE7dX8QRfbzupYCDJKKyLFhCsZRjzyMMljzF/DiepNnbwn/IpVS+/svuCbvCG06MtT iBmw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=wjUoubefJjHosI8Ck54xbqf14RhMAOC1+Q54RADaWJk=; b=oXykRLl3V79/PYW7pzbZmkL2LTbrtyNDyhpbWpzQQPFnTNmTZMEEEaEx98AkI52vcc qUTkq3wQC3GVfcnrS1pbrczEAq5L2eI7wr3B7+yC8eMqhkTcl7DdR86vSBglLpbhZBF2 pevjl0XwkB4luLw4ebX7mQbFwxlaHmYieoTITfEwv900Fuus0TL5Lsqg8UuewC9deumc NTOsP839JR7DYjO8wgSMViJokAGZ4xpJs8uyOQiNV5L4xCUJCkNiUdpZf9YjRd7+h14x yC6JguF26hVd0jwACD5TXo60UfGzS9BR3i4Ykql2xMDWd7g7H6ygmnO9HsvmBCq/sQtc D9+A== X-Gm-Message-State: ACrzQf0WkL2BtewY/V9lqCdDfo/Ibs5OTE0OwqZ0QCEqNbnJxJ8wF3Mt zYckonvkGA4OBbrujLv0nW4= X-Google-Smtp-Source: AMsMyM7Csu1AWWWiqLstJ3wISR0IQAAzpIkJ1o4KcOafQpZUORPaMKbZTe3TfBqRZeBAY2ek17/9Cw== X-Received: by 2002:a05:6402:292f:b0:458:e447:5c with SMTP id ee47-20020a056402292f00b00458e447005cmr27795159edb.286.1665602324867; Wed, 12 Oct 2022 12:18:44 -0700 (PDT) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id e9-20020a170906504900b0072f112a6ad2sm1688890ejk.97.2022.10.12.12.18.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 12 Oct 2022 12:18:44 -0700 (PDT) Message-ID: <526ae3de5ffc36e614cb0226c9909aa4ad9685c9.camel@gmail.com> Subject: Re: [PATCH] gnu: mcg: Update to 3.1. From: Liliana Marie Prikler To: simon@netpanic.org, 58450-done@debbugs.gnu.org Date: Wed, 12 Oct 2022 21:18:43 +0200 In-Reply-To: <20221011184015.24143-1-simon@netpanic.org> References: <20221011184015.24143-1-simon@netpanic.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.0 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 58450-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Am Dienstag, dem 11.10.2022 um 20:40 +0200 schrieb simon@netpanic.org: > From: Simon Streit >=20 > * gnu/packages/mpd.scm (mcg): Update to 3.1. > [native-inputs]: Use the new inputs style. Add "desktop-file-utils", > "gettext-minimal". > [inputs]: Add "python". > [build-system]: Change to meson-build-system. > [arguments]<#:imported-modules,#:modules>: Remove. <#:glib-or-gtk?>: > Add #t. > Delete custom phase 'glib-or-gtk-wrap. I separated the patch along style and functional changes, cleaned up the commit log, and pushed it. Cheers From unknown Tue Aug 19 12:49:36 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 10 Nov 2022 12:24:10 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator