From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 65397@debbugs.gnu.org
Cc: liliana.prikler@gmail.com, maxim.cournoyer@gmail.com,
rg@raghavgururajan.name
Subject: [bug#65397] [PATCH gnome-team 1/3] gnu: gnome-online-accounts: Update to 3.48.0.
Date: Sun, 20 Aug 2023 08:21:19 +0200 [thread overview]
Message-ID: <1b3d824482b6c8ebbc7c17a83d6b584ec71cf787.1692512747.git.liliana.prikler@gmail.com> (raw)
In-Reply-To: <cover.1692512747.git.liliana.prikler@gmail.com>
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.48.0.
[arguments]: Adjust ‘disable-gtk-update-icon-cache’ accordingly.
Move it after unpack.
---
gnu/packages/gnome.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d718764dfc..1c4d3f29a0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7949,7 +7949,7 @@ (define-public mutter
(define-public gnome-online-accounts
(package
(name "gnome-online-accounts")
- (version "3.45.2")
+ (version "3.48.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -7957,16 +7957,18 @@ (define-public gnome-online-accounts
name "-" version ".tar.xz"))
(sha256
(base32
- "15zzzndbfba8a497vxb6cmy1y22l3lfn4sx9s9r59kwzd83i6fxn"))))
+ "1gvmc4k5vm4qd97yfkd5a4sixz0pfq9nblss42c2mmyvzzybk2s1"))))
(build-system meson-build-system)
(arguments
(list
#:glib-or-gtk? #t
#:phases
#~(modify-phases %standard-phases
- (add-before 'install 'disable-gtk-update-icon-cache
+ (add-after 'unpack 'disable-gtk-update-icon-cache
(lambda _
- (setenv "DESTDIR" "/"))))))
+ (substitute* "meson.build"
+ (("gtk_update_icon_cache: true")
+ "gtk_update_icon_cache: false")))))))
(native-inputs
(list gettext-minimal
`(,glib "bin") ; for glib-compile-schemas, etc.
--
2.41.0
next prev parent reply other threads:[~2023-08-20 6:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-20 6:25 [bug#65397] [PATCH gnome-team 0/3] Update Evolution Liliana Marie Prikler
2023-08-20 6:21 ` Liliana Marie Prikler [this message]
2023-08-20 6:22 ` [bug#65397] [PATCH gnome-team 2/3] gnu: evolution-data-server: Update to 3.48.4 Liliana Marie Prikler
2023-08-20 6:23 ` [bug#65397] [PATCH gnome-team 3/3] gnu: evolution: " Liliana Marie Prikler
2023-08-27 1:21 ` Maxim Cournoyer
2023-08-27 6:09 ` bug#65397: " Liliana Marie Prikler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1b3d824482b6c8ebbc7c17a83d6b584ec71cf787.1692512747.git.liliana.prikler@gmail.com \
--to=liliana.prikler@gmail.com \
--cc=65397@debbugs.gnu.org \
--cc=maxim.cournoyer@gmail.com \
--cc=rg@raghavgururajan.name \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.