GNU bug report logs - #67170
[PATCH] gnu: folks: Update to 0.15.6.

Previous Next

Package: guix-patches;

Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>

Date: Tue, 14 Nov 2023 11:44:04 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67170 in the body.
You can then email your comments to 67170 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#67170; Package guix-patches. (Tue, 14 Nov 2023 11:44:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vivien Kraus <vivien <at> planete-kraus.eu>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 14 Nov 2023 11:44:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: folks: Update to 0.15.6.
Date: Tue, 14 Nov 2023 12:08:50 +0100
* gnu/packages/gnome.scm (folks): Update to 0.15.6.
[#:phase 'skip-gtk-update-icon-cache]: Update for build system change.

Change-Id: I6fd9ab5b4de5cd7fd12d49760b035092109d812c
---
 gnu/packages/gnome.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2958da2cd9..46feb75779 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10643,7 +10643,7 @@ (define-public gnome-shell-extensions
 (define-public folks
   (package
     (name "folks")
-    (version "0.15.5")
+    (version "0.15.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -10652,7 +10652,7 @@ (define-public folks
                     "folks-" version ".tar.xz"))
               (sha256
                (base32
-                "11lhfn6b7gml4ckj2dkm6g889j21wpvj90srwjp85k9hcf4qmzqg"))))
+                "0j02hi6j7rn7qhfmb3abryyad020rdkh59n7w6dwwa9zal666rn8"))))
     (build-system meson-build-system)
     (arguments
      '(#:phases
@@ -10660,8 +10660,9 @@ (define-public folks
          (add-after 'unpack 'skip-gtk-update-icon-cache
            ;; Don't create 'icon-theme.cache'.
            (lambda _
-             (substitute* "meson_post_install.py"
-               (("gtk-update-icon-cache") "true")))))))
+             (substitute* "meson.build"
+               (("gtk_update_icon_cache: true")
+                "gtk_update_icon_cache: false")))))))
     (inputs
      (list bdb
            dbus-glib

base-commit: 72e886328c14c832b2ed71c400069b63852ee18d
-- 
2.41.0




Information forwarded to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, guix-patches <at> gnu.org:
bug#67170; Package guix-patches. (Tue, 14 Nov 2023 12:39:05 GMT) Full text and rfc822 format available.

Information forwarded to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, guix-patches <at> gnu.org:
bug#67170; Package guix-patches. (Tue, 14 Nov 2023 13:21:05 GMT) Full text and rfc822 format available.

Message #11 received at 67170 <at> debbugs.gnu.org (full text, mbox):

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: 67170 <at> debbugs.gnu.org
Subject: [PATCH gnome-team v2] gnu: folks: Update to 0.15.6.
Date: Tue, 14 Nov 2023 12:08:50 +0100
* gnu/packages/gnome.scm (folks): Update to 0.15.6.
[#:phase 'skip-gtk-update-icon-cache]: Update for build system change.

Change-Id: I6fd9ab5b4de5cd7fd12d49760b035092109d812c
---
 gnu/packages/gnome.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2958da2cd9..46feb75779 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10643,7 +10643,7 @@ (define-public gnome-shell-extensions
 (define-public folks
   (package
     (name "folks")
-    (version "0.15.5")
+    (version "0.15.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -10652,7 +10652,7 @@ (define-public folks
                     "folks-" version ".tar.xz"))
               (sha256
                (base32
-                "11lhfn6b7gml4ckj2dkm6g889j21wpvj90srwjp85k9hcf4qmzqg"))))
+                "0j02hi6j7rn7qhfmb3abryyad020rdkh59n7w6dwwa9zal666rn8"))))
     (build-system meson-build-system)
     (arguments
      '(#:phases
@@ -10660,8 +10660,9 @@ (define-public folks
          (add-after 'unpack 'skip-gtk-update-icon-cache
            ;; Don't create 'icon-theme.cache'.
            (lambda _
-             (substitute* "meson_post_install.py"
-               (("gtk-update-icon-cache") "true")))))))
+             (substitute* "meson.build"
+               (("gtk_update_icon_cache: true")
+                "gtk_update_icon_cache: false")))))))
     (inputs
      (list bdb
            dbus-glib

base-commit: 72e886328c14c832b2ed71c400069b63852ee18d
-- 
2.41.0




Information forwarded to guix-patches <at> gnu.org:
bug#67170; Package guix-patches. (Thu, 16 Nov 2023 06:47:06 GMT) Full text and rfc822 format available.

Message #14 received at 67170 <at> debbugs.gnu.org (full text, mbox):

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: 67170 <at> debbugs.gnu.org
Cc: rg <at> raghavgururajan.name, Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 maxim.cournoyer <at> gmail.com
Subject: [PATCH gnome-team v3] gnu: folks: Update to 0.15.6.
Date: Tue, 14 Nov 2023 12:08:50 +0100
* gnu/packages/gnome.scm (folks): Update to 0.15.6.
[#:phases]<skip-gtk-update-icon-cache>: Update for build system change.

Change-Id: I6fd9ab5b4de5cd7fd12d49760b035092109d812c
---
 gnu/packages/gnome.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2958da2cd9..46feb75779 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10643,7 +10643,7 @@ (define-public gnome-shell-extensions
 (define-public folks
   (package
     (name "folks")
-    (version "0.15.5")
+    (version "0.15.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -10652,7 +10652,7 @@ (define-public folks
                     "folks-" version ".tar.xz"))
               (sha256
                (base32
-                "11lhfn6b7gml4ckj2dkm6g889j21wpvj90srwjp85k9hcf4qmzqg"))))
+                "0j02hi6j7rn7qhfmb3abryyad020rdkh59n7w6dwwa9zal666rn8"))))
     (build-system meson-build-system)
     (arguments
      '(#:phases
@@ -10660,8 +10660,9 @@ (define-public folks
          (add-after 'unpack 'skip-gtk-update-icon-cache
            ;; Don't create 'icon-theme.cache'.
            (lambda _
-             (substitute* "meson_post_install.py"
-               (("gtk-update-icon-cache") "true")))))))
+             (substitute* "meson.build"
+               (("gtk_update_icon_cache: true")
+                "gtk_update_icon_cache: false")))))))
     (inputs
      (list bdb
            dbus-glib

base-commit: 72e886328c14c832b2ed71c400069b63852ee18d
-- 
2.41.0




Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Mon, 04 Dec 2023 19:37:01 GMT) Full text and rfc822 format available.

Notification sent to Vivien Kraus <vivien <at> planete-kraus.eu>:
bug acknowledged by developer. (Mon, 04 Dec 2023 19:37:02 GMT) Full text and rfc822 format available.

Message #19 received at 67170-done <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Vivien Kraus <vivien <at> planete-kraus.eu>, 67170-done <at> debbugs.gnu.org
Cc: rg <at> raghavgururajan.name, maxim.cournoyer <at> gmail.com
Subject: Re: [PATCH gnome-team v3] gnu: folks: Update to 0.15.6.
Date: Mon, 04 Dec 2023 20:36:08 +0100
Am Dienstag, dem 14.11.2023 um 12:08 +0100 schrieb Vivien Kraus:
> * gnu/packages/gnome.scm (folks): Update to 0.15.6.
> [#:phases]<skip-gtk-update-icon-cache>: Update for build system
> change.
> 
> Change-Id: I6fd9ab5b4de5cd7fd12d49760b035092109d812c
> ---
Pushed.

Thanks




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 02 Jan 2024 12:24:14 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 155 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.