unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67170] [PATCH] gnu: folks: Update to 0.15.6.
@ 2023-11-14 11:08 Vivien Kraus via Guix-patches via
  2023-11-14 11:08 ` [bug#67170] [PATCH gnome-team v2] " Vivien Kraus via Guix-patches via
  2023-11-14 11:08 ` [bug#67170] [PATCH gnome-team v3] " Vivien Kraus via Guix-patches via
  0 siblings, 2 replies; 4+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-11-14 11:08 UTC (permalink / raw)
  To: 67170

* 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




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#67170] [PATCH gnome-team v2] gnu: folks: Update to 0.15.6.
  2023-11-14 11:08 [bug#67170] [PATCH] gnu: folks: Update to 0.15.6 Vivien Kraus via Guix-patches via
@ 2023-11-14 11:08 ` Vivien Kraus via Guix-patches via
  2023-11-14 11:08 ` [bug#67170] [PATCH gnome-team v3] " Vivien Kraus via Guix-patches via
  1 sibling, 0 replies; 4+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-11-14 11:08 UTC (permalink / raw)
  To: 67170; +Cc: liliana.prikler, maxim.cournoyer, rg

* 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




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#67170] [PATCH gnome-team v3] gnu: folks: Update to 0.15.6.
  2023-11-14 11:08 [bug#67170] [PATCH] gnu: folks: Update to 0.15.6 Vivien Kraus via Guix-patches via
  2023-11-14 11:08 ` [bug#67170] [PATCH gnome-team v2] " Vivien Kraus via Guix-patches via
@ 2023-11-14 11:08 ` Vivien Kraus via Guix-patches via
  2023-12-04 19:36   ` bug#67170: " Liliana Marie Prikler
  1 sibling, 1 reply; 4+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-11-14 11:08 UTC (permalink / raw)
  To: 67170; +Cc: rg, Liliana Marie Prikler, maxim.cournoyer

* 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




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#67170: [PATCH gnome-team v3] gnu: folks: Update to 0.15.6.
  2023-11-14 11:08 ` [bug#67170] [PATCH gnome-team v3] " Vivien Kraus via Guix-patches via
@ 2023-12-04 19:36   ` Liliana Marie Prikler
  0 siblings, 0 replies; 4+ messages in thread
From: Liliana Marie Prikler @ 2023-12-04 19:36 UTC (permalink / raw)
  To: Vivien Kraus, 67170-done; +Cc: rg, maxim.cournoyer

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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-12-04 19:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-14 11:08 [bug#67170] [PATCH] gnu: folks: Update to 0.15.6 Vivien Kraus via Guix-patches via
2023-11-14 11:08 ` [bug#67170] [PATCH gnome-team v2] " Vivien Kraus via Guix-patches via
2023-11-14 11:08 ` [bug#67170] [PATCH gnome-team v3] " Vivien Kraus via Guix-patches via
2023-12-04 19:36   ` bug#67170: " Liliana Marie Prikler

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).