[PATCH] gnu: folks: Update to 0.15.6.

  • Done
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 1 years ago
(address . guix-patches@gnu.org)
7a4322f516364332a61b06cdf659a7c1d473c87b.1699961938.git.vivien@planete-kraus.eu
* 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(-)

Toggle diff (38 lines)
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
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v2] gnu: folks: Update to 0.15.6.
(address . 67170@debbugs.gnu.org)
8a4322f516364332a61b06cdf659a7c1d473c87b.1699961938.git.vivien@planete-kraus.eu
* 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(-)

Toggle diff (38 lines)
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
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v3] gnu: folks: Update to 0.15.6.
(address . 67170@debbugs.gnu.org)
2e1191bc56e6b46f14a13980f7d38786cd358ff9.1700116599.git.vivien@planete-kraus.eu
* 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(-)

Toggle diff (38 lines)
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
Liliana Marie Prikler wrote 1 years ago
a1ae14f49acb9c594b9d3699ce438ec29acc7009.camel@gmail.com
Am Dienstag, dem 14.11.2023 um 12:08 +0100 schrieb Vivien Kraus:
Toggle quote (6 lines)
> * 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
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 67170@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67170
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help