From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id oEc8LEIO5WTrbwEASxT56A (envelope-from ) for ; Tue, 22 Aug 2023 21:36:34 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 6OI1LEIO5WQ3mAAA9RJhRA (envelope-from ) for ; Tue, 22 Aug 2023 21:36:34 +0200 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 59B4D6DE38 for ; Tue, 22 Aug 2023 21:36:34 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=protonmail.com header.s=protonmail3 header.b=SoyLTLhc; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1692732994; a=rsa-sha256; cv=none; b=GRMhtWopSdPFpodYnZ4IYL70CXDsl9VZv5Cbxo5rFM8l2kauB9kgA3XPAHUZrf28JoUbRW itgAtlrl7ZnLCxVKD6wEBYkOFC+dSttukKY/J6mZsUayd68t/n3pdMxlqLKur3cLOKTQAg DUX5Is6/3Jocd8pZZg1XpEJZz56Bacyh/Y320wyeh0gof6UlzK50N2ycwX4SFZNrsk9pKe MSyFqctre2Qvn85uQhzIQBsdtT0V6lvkldlDqiM5Tkq8C9L01X+Ug6IjVHO9BHM34y6/Ue ekoiCJ5bD0Dls7QXe0DFw+dfjsZIP9rLVAFbw721wRnqcugt2iB860LtygUd1A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=protonmail.com header.s=protonmail3 header.b=SoyLTLhc; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1692732994; 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: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=6wjuK1Qs1pf+KFUrTxiGXMFOVC6N8oNgtZB7lCrwlh8=; b=Y72mAzbLOLS5qEm2IIda6chUidEHd+5FsYIUSrRB3tjMGWhEi3FElJfmzaHpTKyJ+wL277 IQ6Lhkl38HCoo6EmiX5L26P+zIKFh/xsXcgkJ78fphqTT387alRrMqg22kR6Q+HCldl8NG 9gRCW7LP9xqZwhRa5/jUDK9gwtRh9hiKNYS7Na3OXbFcLomL8f6hb3rAX8zUZvKDbNRnR0 OZ6oU25+TCcTF3T+CRXX1kbwyft4B/Bk6M6Qz+O0GI3Qbm9DdzuzfElTAfwQLpMVz6cZcB Pp00myO1zeIe8tHCKyb0fy7lrMGazrl065WIR9q1sJDhBZ1g9VdZrRSj2zAd7Q== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qYXAa-000789-P6; Tue, 22 Aug 2023 15:36:04 -0400 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 1qYXAW-00073Y-Ej for guix-patches@gnu.org; Tue, 22 Aug 2023 15:36:00 -0400 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 1qYXAV-0005MH-4n for guix-patches@gnu.org; Tue, 22 Aug 2023 15:36:00 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qYXAX-00068D-OP for guix-patches@gnu.org; Tue, 22 Aug 2023 15:36:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#65458] [PATCH] gnu: granite: Upgrade to 7.3.0. Resent-From: altadil Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 22 Aug 2023 19:36:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 65458 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 65458@debbugs.gnu.org Cc: altadil X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.169273294223534 (code B ref -1); Tue, 22 Aug 2023 19:36:01 +0000 Received: (at submit) by debbugs.gnu.org; 22 Aug 2023 19:35:42 +0000 Received: from localhost ([127.0.0.1]:60504 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qYXAE-00067U-FE for submit@debbugs.gnu.org; Tue, 22 Aug 2023 15:35:42 -0400 Received: from lists.gnu.org ([2001:470:142::17]:47028) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qYXAC-00067D-0c for submit@debbugs.gnu.org; Tue, 22 Aug 2023 15:35:40 -0400 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 1qYXA2-0006CA-7E for guix-patches@gnu.org; Tue, 22 Aug 2023 15:35:30 -0400 Received: from mail-40131.protonmail.ch ([185.70.40.131]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qYX9z-0005HX-76 for guix-patches@gnu.org; Tue, 22 Aug 2023 15:35:29 -0400 Date: Tue, 22 Aug 2023 19:35:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1692732917; x=1692992117; bh=6wjuK1Qs1pf+KFUrTxiGXMFOVC6N8oNgtZB7lCrwlh8=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=SoyLTLhchlsWpfM1aVok1lHqrGGlkNGao7LauvHYaukMu0w+Ja/zgWd+MKH7ergub ILYb85XJRQfg/coa6mYxr253BOsUKgC755wLCItmd2oaP33OYU78qFXAQKMlq7KOT0 8k0a5oyFAtVn8V6DSp4zWc3pNItKTwTPHykkc9oNvU3Y3ham2ds9VAJ+3U1QLCbcqq T4ByCT6HavSGWGLNbgiQd1ggWS/ATTBCsNxyerMRPGgl6MYPq7T8y3Q+N81iN85IIE leovddhkUbwkm7kSGN5dEw4N01IY5c2YnlzyP/nrP0uIM+qHdq7j1zsjQoKdfZE6Ra NRTJzvDDZ14Zg== Message-ID: Feedback-ID: 3841829:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.131; envelope-from=Altadil@protonmail.com; helo=mail-40131.protonmail.ch 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, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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: altadil X-ACL-Warn: , altadil via Guix-patches From: altadil 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-Scanner: mx0.migadu.com X-Spam-Score: -6.70 X-Migadu-Queue-Id: 59B4D6DE38 X-Migadu-Spam-Score: -6.70 X-TUID: c1n0wHJqRhC1 * gnu/packages/pantheon.scm (granite):=E2=80=AFUpgrade to 7.3.0. --- This is a work in progress, as I have noted two problems. First is: guix lint says "label 'glib' does not match package name 'glib:bin" but looking at the package reference in the manual, I don=E2=80=99t get why the way I wrote it is wrong. Second: guix size reports a doubled size, but I don=E2=80=99t know if anything can be done about it. gnu/packages/pantheon.scm | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/gnu/packages/pantheon.scm b/gnu/packages/pantheon.scm index 1c6795cc1d..c5cbde24c0 100644 --- a/gnu/packages/pantheon.scm +++ b/gnu/packages/pantheon.scm @@ -30,6 +30,7 @@ (define-module (gnu packages pantheon) #:use-module (gnu packages pkg-config) #:use-module (gnu packages python) #:use-module (gnu packages xml) + #:use-module (gnu packages web) #:use-module (gnu packages) #:use-module (guix build-system meson) #:use-module (guix git-download) @@ -40,7 +41,7 @@ (define-module (gnu packages pantheon) (define-public granite (package (name "granite") - (version "6.2.0") + (version "7.3.0") (source (origin (method git-fetch) (uri (git-reference @@ -49,16 +50,20 @@ (define-public granite (file-name (git-file-name name version)) (sha256 (base32 - "0ilslmg63hh2x7h5rvs3mhzw1y9ixhhkqnn1j1lzwm12v2iidkaq")))) + "0pyvkif2kin5dskh7adadsh4r96mvx12y7cs6gnm0ml733q548dj")))) (build-system meson-build-system) (arguments `(#:phases (modify-phases %standard-phases (add-after 'unpack 'disable-icon-cache (lambda _ (setenv "DESTDIR" "/")))))) - (inputs (list glib gtk+ libgee)) - (native-inputs (list gettext-minimal gobject-introspection pkg-config - python vala)) + (inputs (list glib gtk libgee sassc)) + (native-inputs (list gettext-minimal + `(,glib "bin") + gobject-introspection + pkg-config + python + vala)) (home-page "https://github.com/elementary/granite") (synopsis "Library that extends GTK with common widgets and utilities"= ) (description "Granite is a companion library for GTK+ and GLib. Among= other base-commit: 0c4fb8f43f8aba2dcabe1bc97a8f6d8d41057704 --=20 2.41.0