emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65458: closed ([PATCH] gnu: granite: Upgrade to 7.3.0.)


From: GNU bug Tracking System
Subject: bug#65458: closed ([PATCH] gnu: granite: Upgrade to 7.3.0.)
Date: Wed, 06 Sep 2023 03:08:02 +0000

Your message dated Tue, 05 Sep 2023 23:07:40 -0400
with message-id <87ledkc83n.fsf_-_@gmail.com>
and subject line Re: bug#65458: [PATCH] gnu: granite: Upgrade to 7.3.0.
has caused the debbugs.gnu.org bug report #65458,
regarding [PATCH] gnu: granite: Upgrade to 7.3.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
65458: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65458
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: granite: Upgrade to 7.3.0. Date: Tue, 22 Aug 2023 19:35:07 +0000
* gnu/packages/pantheon.scm (granite): Upgrade 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’t get why the way I wrote it is wrong.
Second: guix size reports a doubled size, but I don’t
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
-- 
2.41.0





--- End Message ---
--- Begin Message --- Subject: Re: bug#65458: [PATCH] gnu: granite: Upgrade to 7.3.0. Date: Tue, 05 Sep 2023 23:07:40 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

Installed with cc3fbfbb2.  I needed to propagate gtk and others, which
were referenced in the pkg-config file and causing sideload to break.

-- 
Thanks,
Maxim


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]