unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65397] [PATCH gnome-team 1/3] gnu: gnome-online-accounts: Update to 3.48.0.
  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
  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
  2 siblings, 0 replies; 6+ messages in thread
From: Liliana Marie Prikler @ 2023-08-20  6:21 UTC (permalink / raw)
  To: 65397; +Cc: liliana.prikler, maxim.cournoyer, rg

* 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





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

* [bug#65397] [PATCH gnome-team 2/3] gnu: evolution-data-server: Update to 3.48.4.
  2023-08-20  6:25 [bug#65397] [PATCH gnome-team 0/3] Update Evolution Liliana Marie Prikler
  2023-08-20  6:21 ` [bug#65397] [PATCH gnome-team 1/3] gnu: gnome-online-accounts: Update to 3.48.0 Liliana Marie Prikler
@ 2023-08-20  6:22 ` Liliana Marie Prikler
  2023-08-20  6:23 ` [bug#65397] [PATCH gnome-team 3/3] gnu: evolution: " Liliana Marie Prikler
  2 siblings, 0 replies; 6+ messages in thread
From: Liliana Marie Prikler @ 2023-08-20  6:22 UTC (permalink / raw)
  To: 65397; +Cc: liliana.prikler, maxim.cournoyer, rg

* gnu/packages/gnome.scm (evolution-data-server): Update to 3.48.4.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1c4d3f29a0..68b3c86175 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8024,7 +8024,7 @@ (define-public gnome-online-accounts-3.44
 (define-public evolution-data-server
   (package
     (name "evolution-data-server")
-    (version "3.46.4")
+    (version "3.48.4")
     (source
      (origin
        (method url-fetch)
@@ -8032,7 +8032,7 @@ (define-public evolution-data-server
                            (version-major+minor version) "/"
                            name "-" version ".tar.xz"))
        (sha256
-        (base32 "1j0c7kwmjng7spkqz6vfd8gyvw65invjsf5mqzbsr7y58m0jb6x5"))))
+        (base32 "0q3d5masw20sr6xm2rg3170a4pxsh23ywyq1rkzhmyvyn69kyzlr"))))
     (build-system cmake-build-system)
     (arguments
      (list
-- 
2.41.0





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

* [bug#65397] [PATCH gnome-team 3/3] gnu: evolution: Update to 3.48.4.
  2023-08-20  6:25 [bug#65397] [PATCH gnome-team 0/3] Update Evolution Liliana Marie Prikler
  2023-08-20  6:21 ` [bug#65397] [PATCH gnome-team 1/3] gnu: gnome-online-accounts: Update to 3.48.0 Liliana Marie Prikler
  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 ` Liliana Marie Prikler
  2023-08-27  1:21   ` Maxim Cournoyer
  2 siblings, 1 reply; 6+ messages in thread
From: Liliana Marie Prikler @ 2023-08-20  6:23 UTC (permalink / raw)
  To: 65397; +Cc: liliana.prikler, maxim.cournoyer, rg

* gnu/packages/gnome.scm (evolution): Update to 3.48.4.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 68b3c86175..08debe6e8a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11612,7 +11612,7 @@ (define-public libdazzle
 (define-public evolution
   (package
     (name "evolution")
-    (version "3.46.4")
+    (version "3.48.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/evolution/"
@@ -11620,7 +11620,7 @@ (define-public evolution
                                   "evolution-" version ".tar.xz"))
               (sha256
                (base32
-                "0gbvd460hsha0gss9rjjpyisq336fwxd8y1xf55s6ifjrqql423s"))))
+                "1dwbwy67xg1fypxj0qyhhvy608hbw19gqhvxqkr739shl3mrjbx0"))))
     (build-system cmake-build-system)
     (arguments
      (list
-- 
2.41.0





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

* [bug#65397] [PATCH gnome-team 0/3] Update Evolution
@ 2023-08-20  6:25 Liliana Marie Prikler
  2023-08-20  6:21 ` [bug#65397] [PATCH gnome-team 1/3] gnu: gnome-online-accounts: Update to 3.48.0 Liliana Marie Prikler
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Liliana Marie Prikler @ 2023-08-20  6:25 UTC (permalink / raw)
  To: 65397; +Cc: liliana.prikler, maxim.cournoyer, rg

Hi Guix,

having reproducible CI again, let's start doing some GNOME application
packaging.  For reference, the string freeze for GNOME 45 is this Saturday
and release candidates are the week after that.  We should probably finish
our work on GNOME 44 soon ;)

Cheers

Liliana Marie Prikler (3):
  gnu: gnome-online-accounts: Update to 3.48.0.
  gnu: evolution-data-server: Update to 3.48.4.
  gnu: evolution: Update to 3.48.4.

 gnu/packages/gnome.scm | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)


base-commit: e43498b32dcbbf055d72339086213cd60c336acf
-- 
2.41.0





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

* [bug#65397] [PATCH gnome-team 3/3] gnu: evolution: Update to 3.48.4.
  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
  0 siblings, 1 reply; 6+ messages in thread
From: Maxim Cournoyer @ 2023-08-27  1:21 UTC (permalink / raw)
  To: Liliana Marie Prikler; +Cc: 65397, rg

Hi Liliana,

Liliana Marie Prikler <liliana.prikler@gmail.com> writes:

> * gnu/packages/gnome.scm (evolution): Update to 3.48.4.
> ---
>  gnu/packages/gnome.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index 68b3c86175..08debe6e8a 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -11612,7 +11612,7 @@ (define-public libdazzle
>  (define-public evolution
>    (package
>      (name "evolution")
> -    (version "3.46.4")
> +    (version "3.48.4")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append "mirror://gnome/sources/evolution/"
> @@ -11620,7 +11620,7 @@ (define-public evolution
>                                    "evolution-" version ".tar.xz"))
>                (sha256
>                 (base32
> -                "0gbvd460hsha0gss9rjjpyisq336fwxd8y1xf55s6ifjrqql423s"))))
> +                "1dwbwy67xg1fypxj0qyhhvy608hbw19gqhvxqkr739shl3mrjbx0"))))
>      (build-system cmake-build-system)
>      (arguments
>       (list

I haven't tried to build or tested any of the upgrades, but the code
LGTM, for this whole series.

-- 
Thanks,
Maxim




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

* bug#65397: [PATCH gnome-team 3/3] gnu: evolution: Update to 3.48.4.
  2023-08-27  1:21   ` Maxim Cournoyer
@ 2023-08-27  6:09     ` Liliana Marie Prikler
  0 siblings, 0 replies; 6+ messages in thread
From: Liliana Marie Prikler @ 2023-08-27  6:09 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: rg, 65397-done

Am Samstag, dem 26.08.2023 um 21:21 -0400 schrieb Maxim Cournoyer:
> Hi Liliana,
> 
> Liliana Marie Prikler <liliana.prikler@gmail.com> writes:
> 
> > * gnu/packages/gnome.scm (evolution): Update to 3.48.4.
> > ---
> >  gnu/packages/gnome.scm | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> > index 68b3c86175..08debe6e8a 100644
> > --- a/gnu/packages/gnome.scm
> > +++ b/gnu/packages/gnome.scm
> > @@ -11612,7 +11612,7 @@ (define-public libdazzle
> >  (define-public evolution
> >    (package
> >      (name "evolution")
> > -    (version "3.46.4")
> > +    (version "3.48.4")
> >      (source (origin
> >                (method url-fetch)
> >                (uri (string-append
> > "mirror://gnome/sources/evolution/"
> > @@ -11620,7 +11620,7 @@ (define-public evolution
> >                                    "evolution-" version ".tar.xz"))
> >                (sha256
> >                 (base32
> > -               
> > "0gbvd460hsha0gss9rjjpyisq336fwxd8y1xf55s6ifjrqql423s"))))
> > +               
> > "1dwbwy67xg1fypxj0qyhhvy608hbw19gqhvxqkr739shl3mrjbx0"))))
> >      (build-system cmake-build-system)
> >      (arguments
> >       (list
> 
> I haven't tried to build or tested any of the upgrades, but the code
> LGTM, for this whole series.
Thanks, I've pushed it now.


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

end of thread, other threads:[~2023-08-27  6:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-20  6:25 [bug#65397] [PATCH gnome-team 0/3] Update Evolution Liliana Marie Prikler
2023-08-20  6:21 ` [bug#65397] [PATCH gnome-team 1/3] gnu: gnome-online-accounts: Update to 3.48.0 Liliana Marie Prikler
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

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).