From unknown Tue Sep 09 00:44:37 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#68574 <68574@debbugs.gnu.org> To: bug#68574 <68574@debbugs.gnu.org> Subject: Status: [PATCH] gnu: gnome-shell-extension-paperwm: Update to 44.17.0. Reply-To: bug#68574 <68574@debbugs.gnu.org> Date: Tue, 09 Sep 2025 07:44:37 +0000 retitle 68574 [PATCH] gnu: gnome-shell-extension-paperwm: Update to 44.17.0. reassign 68574 guix-patches submitter 68574 Justin Veilleux severity 68574 normal tag 68574 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 18 16:41:45 2024 Received: (at submit) by debbugs.gnu.org; 18 Jan 2024 21:41:45 +0000 Received: from localhost ([127.0.0.1]:56858 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQa8v-0001zP-0d for submit@debbugs.gnu.org; Thu, 18 Jan 2024 16:41:45 -0500 Received: from lists.gnu.org ([2001:470:142::17]:57408) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQa8s-0001z9-4F for submit@debbugs.gnu.org; Thu, 18 Jan 2024 16:41:43 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rQa8h-0002VB-Ma for guix-patches@gnu.org; Thu, 18 Jan 2024 16:41:32 -0500 Received: from mail.cock.li ([37.120.193.123]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rQa8f-0007J4-Bj for guix-patches@gnu.org; Thu, 18 Jan 2024 16:41:31 -0500 From: Justin Veilleux DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cock.li; s=mail; t=1705614076; bh=pAaEft3/KpWNMeGuIulkAgLRpBWrum3Gz4BWwoM2mWk=; h=From:To:Subject:Date:From; b=RRodvk7K2PPiFdpPFQG6h61p5Mx4kt3ZgGCz2cDwOtwd8elkZaoFmJNAQhRY8E7Y9 KcNd/JpHSNXH1RliLqtINrNqnGd7WB/crfO8s9R+bnZ4NhXCsMo9DCv6gqPYlndQPH 3EqnAXvK0t3qJDYBVm86QnRfDnfSOIf5GAx/RHxtIIFs7oW+J4F9bUEL2qyhw437rw vSVrvypufrbD7SsG0SM7BI/fWsqDZvCzgcZuDf4jP17yPWS1iJBI6a0M9iyibCMrLg 9Onsv2Ro941IRuLCmsBjRObkxC93KCjf9+9nMEe2Zsyh2GJP9OOg1ilqtKxG8rpIzA 1vcdpvWmEmQOw== To: guix-patches@gnu.org Subject: [PATCH] gnu: gnome-shell-extension-paperwm: Update to 44.17.0. Date: Thu, 18 Jan 2024 16:41:14 -0500 Message-ID: <87zfx2tj45.fsf@cock.li> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=37.120.193.123; envelope-from=terramorpha@cock.li; helo=mail.cock.li X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit 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: -0.1 (/) --=-=-= Content-Type: text/plain Hi. paperwm was not working. I updated it to v44.17.0 which is the latest release supporting our version of gnome (42) Cheers. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: attachment; filename=0001-gnu-gnome-shell-extension-paperwm-Update-to-44.17.0.patch Content-Transfer-Encoding: quoted-printable >From b00fe5137e3df484f3529ef909f7d894ad0e3495 Mon Sep 17 00:00:00 2001 Message-ID: From: terramorpha Date: Thu, 18 Jan 2024 16:36:26 -0500 Subject: [PATCH] gnu: gnome-shell-extension-paperwm: Update to 44.17.0. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-paperwm): Update to 44.= 17.0. Change-Id: I3d9923ccfdb35b9952c24d8dd3d064c3cba7b8c2 --- gnu/packages/gnome-xyz.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 6b66658215..399d58ef1b 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -13,7 +13,7 @@ ;;; Copyright =C2=A9 2021, 2022 Vinicius Monego ;;; Copyright =C2=A9 2021 Guillaume Le Vaillant ;;; Copyright =C2=A9 2021 Songlin Jiang -;;; Copyright =C2=A9 2021, 2022 Justin Veilleux +;;; Copyright =C2=A9 2021, 2022, 2024 Justin Veilleux ;;; Copyright =C2=A9 2021 Attila Lendvai ;;; Copyright =C2=A9 2021 Charles Jackson ;;; Copyright =C2=A9 2022 Eric Bavier @@ -1016,24 +1016,24 @@ (define-public gnome-shell-extension-noannoyance (define-public gnome-shell-extension-paperwm (package (name "gnome-shell-extension-paperwm") - (version "36.0") + (version "44.17.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/paperwm/PaperWM") - (commit version))) + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 - "1ssnabwxrns36c61ppspjkr9i3qifv08pf2jpwl7cjv3pvyn4kly")) + "1d91k9qih81wckqf6554kf8grv6q61rkk4g776g0ijpmf35ljdin")) (snippet '(begin (delete-file "schemas/gschemas.compiled"))))) (build-system copy-build-system) (arguments '(#:install-plan - '(("." "share/gnome-shell/extensions/paperwm@hedning:matrix.org" + '(("." "share/gnome-shell/extensions/paperwm@paperwm.github.com" #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" - "\\.xml$" "\\.compiled$"))) + "\\.xml$" "\\.compiled$" "\\.svg$"))) #:phases (modify-phases %standard-phases (add-before 'install 'compile-schemas base-commit: 3e3975275bbab84d58f7740e9680b265769aa580 --=20 2.41.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 18:22:33 2024 Received: (at 68574) by debbugs.gnu.org; 19 Jan 2024 23:22:34 +0000 Received: from localhost ([127.0.0.1]:60407 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQyC1-0001TP-Ml for submit@debbugs.gnu.org; Fri, 19 Jan 2024 18:22:33 -0500 Received: from planete-kraus.eu ([89.234.140.182]:34558) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQyBz-0001T8-NF for 68574@debbugs.gnu.org; Fri, 19 Jan 2024 18:22:32 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 4af42ffa for <68574@debbugs.gnu.org>; Fri, 19 Jan 2024 23:22:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:subject:from:to:date:content-type :content-transfer-encoding:mime-version; s=albinoniA; bh=fm3NTlw 5SIE+xNnIOLgnf6hituU=; b=XPnpUthLkclgnAXeZZm77vh8mYo5fm/J3agSx8p AAmsQAxHLO7eC/oZCH4/0sGp9kHRdFuz/yokED4/HN3/rfLQ1gGJhw8cOknYV5FX NgmfbYT5EdGUrCniFna+9NZiSG/oA0Qj162jOUt4VJRN9HmFi8qfsvPIl3jVklsk UKbfopQCFfiTpJpdT6M5F7e8BXynHF6GqNpJgXKQRc8NHCJxr2gY5CaPbZ9jvW6m q0kaasYKXovPyRC6Znob/lY/jQkQiQxQdg9LNdiOgSuwy0Hv4xK+WvzQ6YYLnWye Gqw8v92fhZkAuqnQWDm5+FNlt5EeJ5590jFbxqUL9ToGGiw== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id d967ef9a (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO) for <68574@debbugs.gnu.org>; Fri, 19 Jan 2024 23:22:21 +0000 (UTC) Message-ID: <1957dda76ba12f5febb747d6dfa3d7be08a5d69b.camel@planete-kraus.eu> Subject: [PATCH] gnu: gnome-shell-extension-paperwm: Update to 44.17.0. From: Vivien Kraus To: 68574@debbugs.gnu.org Date: Sat, 20 Jan 2024 00:22:20 +0100 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68574 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 (-) Hello! Thank you for your patch! How convenient, 44.17.0 is also the latest version that works on GNOME 44, which is being worked on over at https://issues.guix.gnu.org/68556 Since you update the package, maybe it could be the right time to update the packaging style also. There are 3 things that you could change: - convert the 'arguments field to a list of G-Expressions; - remove the #t at the end of the 'compile-schemas phase; - remove the package label in native-inputs. Aside from that, I see no problem with your patch. Best regards, Vivien From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 21 00:35:06 2024 Received: (at 68574) by debbugs.gnu.org; 21 Jan 2024 05:35:06 +0000 Received: from localhost ([127.0.0.1]:36402 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rRQU6-0002MR-0g for submit@debbugs.gnu.org; Sun, 21 Jan 2024 00:35:06 -0500 Received: from mail.cock.li ([37.120.193.123]:57378) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rRQU0-0002LI-Op for 68574@debbugs.gnu.org; Sun, 21 Jan 2024 00:35:04 -0500 From: Justin Veilleux DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cock.li; s=mail; t=1705815289; bh=nHjkCvi5tgJbcybLaq4Bh0T23KxBVxbCxd/br+2Al3k=; h=From:To:Subject:In-Reply-To:References:CC:Date:From; b=quQgPhNO5RDF6vQ443f/vbP3kBZH2Ii10KnImN4Tt4ydFAdKpybqB88OKmho9gEM9 515uzh1TfLRLMqJESSDBxpqsrMKhIwhJs+2foB7plAh98oY1m4YK0Lz+v2wTXjoyRE 4mfAcHTYLBces550uQaRtPiwg2LeYu1nT04sEUOqDGt0midqITUnkSIo4xe6HXDP5c hmrMhCGcxxMpG7kLNVehi1RxK6QcD+4STPshuFYUuYIdEJ4kVIvvuxFTzlICtZN7dw jTCaAGqkQ6y8TeK1d0XZqnlpyL2vvmX1EzZHlUq5VR1HJfcz7JKRb4tUoxJiO4mlW9 CH5OXLVs8mOsQ== To: Vivien Kraus Subject: Re: [PATCH] gnu: gnome-shell-extension-paperwm: Update to 44.17.0. In-Reply-To: <1957dda76ba12f5febb747d6dfa3d7be08a5d69b.camel@planete-kraus.eu> (Vivien Kraus's message of "Sat, 20 Jan 2024 00:22:20 +0100") References: <1957dda76ba12f5febb747d6dfa3d7be08a5d69b.camel@planete-kraus.eu> Date: Sun, 21 Jan 2024 00:34:47 -0500 Message-ID: <87ttn7dzbc.fsf@cock.li> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68574 Cc: 68574@debbugs.gnu.org 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 (-) --=-=-= Content-Type: text/plain Hello. Thanks for the feedback! Here is an updated patch. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: attachment; filename=0001-gnu-gnome-shell-extension-paperwm-Update-to-44.17.0.patch Content-Transfer-Encoding: quoted-printable >From 3336aef64ce5e47e1a71aee1d84919d2ae56abbe Mon Sep 17 00:00:00 2001 Message-ID: <3336aef64ce5e47e1a71aee1d84919d2ae56abbe.1705814798.git.terram= orpha@cock.li> From: terramorpha Date: Thu, 18 Jan 2024 16:36:26 -0500 Subject: [PATCH] gnu: gnome-shell-extension-paperwm: Update to 44.17.0. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-paperwm): Update to 44.= 17.0. --- gnu/packages/gnome-xyz.scm | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 6b66658215..568ee7343e 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -13,7 +13,7 @@ ;;; Copyright =C2=A9 2021, 2022 Vinicius Monego ;;; Copyright =C2=A9 2021 Guillaume Le Vaillant ;;; Copyright =C2=A9 2021 Songlin Jiang -;;; Copyright =C2=A9 2021, 2022 Justin Veilleux +;;; Copyright =C2=A9 2021, 2022, 2024 Justin Veilleux ;;; Copyright =C2=A9 2021 Attila Lendvai ;;; Copyright =C2=A9 2021 Charles Jackson ;;; Copyright =C2=A9 2022 Eric Bavier @@ -1016,33 +1016,33 @@ (define-public gnome-shell-extension-noannoyance (define-public gnome-shell-extension-paperwm (package (name "gnome-shell-extension-paperwm") - (version "36.0") + (version "44.17.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/paperwm/PaperWM") - (commit version))) + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 - "1ssnabwxrns36c61ppspjkr9i3qifv08pf2jpwl7cjv3pvyn4kly")) + "1d91k9qih81wckqf6554kf8grv6q61rkk4g776g0ijpmf35ljdin")) (snippet '(begin (delete-file "schemas/gschemas.compiled"))))) (build-system copy-build-system) (arguments - '(#:install-plan - '(("." "share/gnome-shell/extensions/paperwm@hedning:matrix.org" - #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" - "\\.xml$" "\\.compiled$"))) - #:phases - (modify-phases %standard-phases - (add-before 'install 'compile-schemas - (lambda _ - (with-directory-excursion "schemas" - (invoke "make")) - #t))))) + (list + #:install-plan + #~'(("." "share/gnome-shell/extensions/paperwm@paperwm.github.com" + #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" + "\\.xml$" "\\.compiled$" "\\.svg$"))) + #:phases + #~(modify-phases %standard-phases + (add-before 'install 'compile-schemas + (lambda _ + (with-directory-excursion "schemas" + (invoke "make"))))))) (native-inputs - `(("glib:bin" ,glib "bin"))) ; for glib-compile-schemas + `((,glib "bin"))) ; for glib-compile-schemas (home-page "https://github.com/paperwm/PaperWM") (synopsis "Tiled scrollable window management for GNOME Shell") (description "PaperWM is an experimental GNOME Shell extension providi= ng base-commit: 3e3975275bbab84d58f7740e9680b265769aa580 --=20 2.41.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 21 03:51:11 2024 Received: (at 68574-done) by debbugs.gnu.org; 21 Jan 2024 08:51:11 +0000 Received: from localhost ([127.0.0.1]:36568 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rRTXq-00086c-Rq for submit@debbugs.gnu.org; Sun, 21 Jan 2024 03:51:11 -0500 Received: from mail-ej1-x62b.google.com ([2a00:1450:4864:20::62b]:53593) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rRTXm-00085u-TG for 68574-done@debbugs.gnu.org; Sun, 21 Jan 2024 03:51:09 -0500 Received: by mail-ej1-x62b.google.com with SMTP id a640c23a62f3a-a28b0207c1dso157689466b.3 for <68574-done@debbugs.gnu.org>; Sun, 21 Jan 2024 00:51:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1705827058; x=1706431858; darn=debbugs.gnu.org; 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=QmSiuG0xsSJ/lOv7ZDscPjF8Mar7VBmBqwx2/6FQpOU=; b=mPigIwhdzp6FIfCqHFHStNB+EDj+v7p5Bqldk/ufSyqtwmy3JBt+gufP23rtx5l2st ee920EdwReDHMjbvMuptxUej+w9TquEsobnnjpKCsetCgPgOesvVdxRLVq/xrvnvEL65 QdS6tNjsLjKF3FQc3gDcR1TvgtpYpR+EkGgOApqca3bsYlwL4wp+IY2kmIHhGdp9dnWz xiGw5gbQmmgPGtTtR6ALBn53UJpa9M1yQtwkIns/9+1S3GrR1fYOv7YLGJ1mPRHXcaa7 214gkpEAMbs95IFsR3DJXGPlOMZcrOAf5LOkOd1owQGrimCFQav/85Uq8+TfVaYQNvOM CCqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705827058; x=1706431858; 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=QmSiuG0xsSJ/lOv7ZDscPjF8Mar7VBmBqwx2/6FQpOU=; b=avik2Go1dI4yapqL4QfjtgvHY8t035ns+0RhkL1rqbz1e0DRcLSy+K3u3j48X/06PI pKR0X8x+dLhS0wIIwdW88542rShbKRqbl9rp40wDjp/91DQMZhX5hO72fXE09kuq/Gr+ gFxMuLyJpOCjuiu9MGeD/OZlcbz+E+cdVt3WoDd00Iq/4t3G15xv2czawGtQONgrbGoq kFkzlwbTUDHnwPv5avjX/QcA2NASfy9AhCNwGJqEDK22Ra2oHuQbUqfvrN1RpBjBxhkb wFkQ10vS2yMEFN9RSBFBOrmmTomogxEgsmEAwPArzw89DES3KQFfMnbUCPQmt30fR+n3 hbug== X-Gm-Message-State: AOJu0YwjthgHbM7R30pXo0beEi7dkkZ4iWZrr9EA8VkBItSQ1jDcZLEw kdp1ZHVrd9uAaUtJwrgnH0YvqYKER4AA9L6J+ZN8gfP0lt24Op2cfv9ozrRD X-Google-Smtp-Source: AGHT+IGGPStmIl9f+BTQE0LycPAF7UDM3YPrcq3SyUuKt6SbkrfmorUD7ySjkxitjBKhUrQI2hajAQ== X-Received: by 2002:a17:906:f6c5:b0:a28:b748:4cd9 with SMTP id jo5-20020a170906f6c500b00a28b7484cd9mr1257129ejb.50.1705827057288; Sun, 21 Jan 2024 00:50:57 -0800 (PST) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id vb8-20020a170907d04800b00a2d5d42ac39sm9466178ejc.136.2024.01.21.00.50.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 21 Jan 2024 00:50:56 -0800 (PST) Message-ID: <6da2b76c0bc7a2832bc276def4fc2d12f745dc45.camel@gmail.com> Subject: Re: [PATCH] gnu: gnome-shell-extension-paperwm: Update to 44.17.0. From: Liliana Marie Prikler To: Vivien Kraus , 68574-done@debbugs.gnu.org Date: Sun, 21 Jan 2024 09:50:55 +0100 In-Reply-To: <1957dda76ba12f5febb747d6dfa3d7be08a5d69b.camel@planete-kraus.eu> References: <1957dda76ba12f5febb747d6dfa3d7be08a5d69b.camel@planete-kraus.eu> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68574-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 (-) Hi, Am Samstag, dem 20.01.2024 um 00:22 +0100 schrieb Vivien Kraus: > Hello! >=20 > Thank you for your patch! How convenient, 44.17.0 is also the latest > version that works on GNOME 44, which is being worked on over at > https://issues.guix.gnu.org/68556 >=20 > Since you update the package, maybe it could be the right time to > update the packaging style also. There are 3 things that you could > change: >=20 > - convert the 'arguments field to a list of G-Expressions; > - remove the #t at the end of the 'compile-schemas phase; > - remove the package label in native-inputs. >=20 > Aside from that, I see no problem with your patch. I've pushed the original version, followed by a style update that incorporates both of your fixes. I hope that's fine. Cheers From unknown Tue Sep 09 00:44:37 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 18 Feb 2024 12:24:17 +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