From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id CIUoLOCXW2UIoAAA9RJhRA:P1 (envelope-from ) for ; Mon, 20 Nov 2023 18:31:12 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id CIUoLOCXW2UIoAAA9RJhRA (envelope-from ) for ; Mon, 20 Nov 2023 18:31:12 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 4B1A633ECC for ; Mon, 20 Nov 2023 18:31:11 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=planete-kraus.eu header.s=albinoniA header.b="B 0nr8OE"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1700501472; a=rsa-sha256; cv=none; b=qQ16E5KUYyUYVa9ReaoJjDS6gMbn1qpkDDqn8pg3ziEI3aG24bamFEFWIQ+RkPdC5Iatym V4esvQ66XGmL/o6SX1Rv/soi+bwFv381YzA35wIMdoMhrHrlHAUKlYQ5C1if7ELSrXXpxX CwsEzJUuvzp/khlzN71HYwoedreiO+I2DST0JNKGJcy4BIxr4iTkR7QHwkyIyL/NW0EiKw EhN949yey2FAQoPSL5unG98+yjvjb784b77Yg3Y6ItCuevtBkSTfgumXa/XlnxsFVbdII7 mmZF2lLbRpQzj0eVdT6Oo9vQ47ChxBaMGp6G9OwUPUUuCIPWMFv3V2AJGS0hqQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=planete-kraus.eu header.s=albinoniA header.b="B 0nr8OE"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1700501472; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=puRXXqVfPh8zquSXgzPqR6+v8BjLQmNKGNxHicKy4J4=; b=naya8zL+RS2zjkIQgFaDXqxxxbYhhW6Jaay0ZycRQ6lHqQiXafZfyOnHYsFeSAhYoRcgo8 Wq7OneUTbcH25uvwi7uA8gfVyaQ2Q6AfbevVFZkZf9C4gXz7135Jhw8hnRTrRXE6SUWLwR X5sFPKu9nWZtAAiSxZc/aqg8fCBP7vYQWXtAq6pFdRLb+7KbUQ4H1TzYoXQ1HxZ0EvddwT j/gox8qSsXWt9H+7rvCbq5GIayqPbOU0bhs5Hhpp13K+AXPRXV6Ln7Md+MNNFGKroP0y9X 7INf7uB6/b9unAUg4J0MHp9AaMASV+mVr+FOFARGUKMrabqVcnJKCCLqTvcAhA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r586V-0003Mq-S9; Mon, 20 Nov 2023 12:30:35 -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 1r5863-0003GU-Al for guix-patches@gnu.org; Mon, 20 Nov 2023 12:30:12 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1r5861-0000po-Pa for guix-patches@gnu.org; Mon, 20 Nov 2023 12:30:06 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1r5863-0000Vu-TS for guix-patches@gnu.org; Mon, 20 Nov 2023 12:30:07 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61968] [PATCH gnome-team v5 2/6] gnu: libpanel: Update to 1.2.0. Resent-From: Vivien Kraus Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 20 Nov 2023 17:30:07 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61968 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61968@debbugs.gnu.org Cc: rg@raghavgururajan.name, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com Received: via spool by 61968-submit@debbugs.gnu.org id=B61968.17005013951849 (code B ref 61968); Mon, 20 Nov 2023 17:30:07 +0000 Received: (at 61968) by debbugs.gnu.org; 20 Nov 2023 17:29:55 +0000 Received: from localhost ([127.0.0.1]:54401 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r585q-0000Tk-NR for submit@debbugs.gnu.org; Mon, 20 Nov 2023 12:29:55 -0500 Received: from planete-kraus.eu ([89.234.140.182]:40202) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r585i-0000RP-1R for 61968@debbugs.gnu.org; Mon, 20 Nov 2023 12:29:46 -0500 Received: from planete-kraus.eu (localhost.lan [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id d00bcb16; Mon, 20 Nov 2023 17:29:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=6ebjkUUI7jCb+TKNwm1ee+eiqBA=; b=B 0nr8OE1Q+ER1BVL395CbrtNzOrq2YZfgWI/Kzjk0UzeV/Tsu13fUdHe0I3snGLf9 KFH2kZnuxSVfZgaQa47EPPicrLpIcl3h5wqtXvmDxJp73hbFvPoIcIRa8In4nULj M5x6VJIFqCUqb3CduWtYYRnXdHIqIDAnyNm/CCL75iIwsiFAJ3LBKHvdBATiUp+X gwHzj5/vZiczsiE+5EHOe38d1xhHfQ5C/BNDRFf5QEwkGhg+aopSBc6elm+dYj0j dCO+Tt86iq6T59owRdUTQ574tNil57WJ3JAxzPT9Cdr1n6op49Q604s4VeL7Y88q 7VOicpaak4YCE+Dwt9Gwg== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 91c81a92 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Mon, 20 Nov 2023 17:29:42 +0000 (UTC) Message-ID: <09542e877c80b5e6b0e02e24fde42883e545416e.1700500936.git.vivien@planete-kraus.eu> In-Reply-To: References: Date: Thu, 16 Nov 2023 17:54:22 +0100 MIME-Version: 1.0 User-Agent: Evolution 3.46.4 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Vivien Kraus X-ACL-Warn: , Vivien Kraus via Guix-patches From: Vivien Kraus via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Queue-Id: 4B1A633ECC X-Migadu-Scanner: mx12.migadu.com X-Migadu-Spam-Score: -4.11 X-Spam-Score: -4.11 X-TUID: lp5rn2zC9AQ6 The fontconfig issue was apparently HOME that was not set. The build system required the documentation command to fail on any warning. * gnu/packages/gtk.scm (libpanel): Update to 1.2.0. [#:configure-flags]: Remove. [#:phases]: Reindent. : New phase. [native-inputs]: Reindent. Add gi-docgen. Change-Id: I2a11e9c3e8b480e5ebc9b4e3e4763804c9c6a28c --- gnu/packages/gtk.scm | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 67611efaae..b5246c8b3b 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -2928,7 +2928,7 @@ (define-public webp-pixbuf-loader (define-public libpanel (package (name "libpanel") - (version "1.0.2") + (version "1.2.0") (source (origin (method git-fetch) @@ -2937,20 +2937,26 @@ (define-public libpanel (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "10lkysbwg9w0lm1hj7lw4g7y9j8b88kmq07nfgx0r6f319znj12v")))) + (base32 "0wal073anl6iviyljyr8pw0m7av4ik6azpmrwzxw4snp95ib27aq")))) (build-system meson-build-system) (arguments - (list #:configure-flags #~(list "-Ddocs=disabled") ;fontconfig issue - #:phases #~(modify-phases %standard-phases - (add-after 'unpack 'disable-gtk-update-icon-cache - (lambda _ - (substitute* "meson.build" - (("gtk_update_icon_cache: true") - "gtk_update_icon_cache: false"))))))) - (native-inputs (list `(,glib "bin") - gobject-introspection - pkg-config - vala)) + (list + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'disable-gtk-update-icon-cache + (lambda _ + (substitute* "meson.build" + (("gtk_update_icon_cache: true") + "gtk_update_icon_cache: false")))) + (add-before 'build 'set-home + (lambda _ + (setenv "HOME" (getcwd))))))) + (native-inputs + (list gi-docgen + `(,glib "bin") + gobject-introspection + pkg-config + vala)) (inputs (list glib gtk libadwaita)) (home-page "https://gitlab.gnome.org/GNOME/libpanel") (synopsis "Dock and panel library for GTK 4") -- 2.41.0