unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72202] [PATCH 25/38] gnu: gtksourceview: Update to 5.12.1.
  2024-07-19 22:38 [bug#72202] [PATCH 00/38] Start work on GNOME 46 Liliana Marie Prikler
@ 2024-07-17 20:13 ` Liliana Marie Prikler
  2024-07-17 20:14 ` [bug#72202] [PATCH 26/38] gnu: gnome-text-editor: Update to 46.3 Liliana Marie Prikler
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: Liliana Marie Prikler @ 2024-07-17 20:13 UTC (permalink / raw)
  To: 72202; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/gtk.scm (gtksourceview): Update to 5.12.1.
---
 gnu/packages/gtk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index fb10351849..770a88bfbf 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -616,7 +616,7 @@ (define-public gtksourceview-2
 (define-public gtksourceview
   (package
     (name "gtksourceview")
-    (version "5.8.0")
+    (version "5.12.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gtksourceview/"
@@ -624,7 +624,7 @@ (define-public gtksourceview
                                   "gtksourceview-" version ".tar.xz"))
               (sha256
                (base32
-                "0cw9h4aa84a48b3kd3rv0bb2mk7q1vz9hwkppxpqh8gg1p1d838i"))))
+                "07rcnhwqyiqs9icld3965g41wd3n9a808y7agjpasnjwk2njmj44"))))
     (build-system meson-build-system)
     (arguments
      '(#:phases
-- 
2.45.2





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

* [bug#72202] [PATCH 26/38] gnu: gnome-text-editor: Update to 46.3.
  2024-07-19 22:38 [bug#72202] [PATCH 00/38] Start work on GNOME 46 Liliana Marie Prikler
  2024-07-17 20:13 ` [bug#72202] [PATCH 25/38] gnu: gtksourceview: Update to 5.12.1 Liliana Marie Prikler
@ 2024-07-17 20:14 ` Liliana Marie Prikler
  2024-07-17 20:21 ` [bug#72202] [PATCH 27/38] gnu: gnome-user-docs: Update to 46.1 Liliana Marie Prikler
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: Liliana Marie Prikler @ 2024-07-17 20:14 UTC (permalink / raw)
  To: 72202; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/gnome.scm (gnome-text-editor): Update to 46.3.
---
 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 23bbf4a49c..03d122a69f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5622,7 +5622,7 @@ (define-public gnome-terminal
 (define-public gnome-text-editor
   (package
     (name "gnome-text-editor")
-    (version "44.0")
+    (version "46.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-text-editor/"
@@ -5630,7 +5630,7 @@ (define-public gnome-text-editor
                                   "gnome-text-editor-" version ".tar.xz"))
               (sha256
                (base32
-                "1jii59hw31baira2psl1kx2lxljmnnkxmif4zhasizrl0xwc6yzn"))))
+                "0gf74krvsmfsyr7s4mqhg09x3iq6ayyd4j3lw1mfd6wh9884hnq0"))))
     (build-system meson-build-system)
     (arguments
      (list #:glib-or-gtk? #t))
-- 
2.45.2





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

* [bug#72202] [PATCH 27/38] gnu: gnome-user-docs: Update to 46.1.
  2024-07-19 22:38 [bug#72202] [PATCH 00/38] Start work on GNOME 46 Liliana Marie Prikler
  2024-07-17 20:13 ` [bug#72202] [PATCH 25/38] gnu: gtksourceview: Update to 5.12.1 Liliana Marie Prikler
  2024-07-17 20:14 ` [bug#72202] [PATCH 26/38] gnu: gnome-text-editor: Update to 46.3 Liliana Marie Prikler
@ 2024-07-17 20:21 ` Liliana Marie Prikler
  2024-07-17 20:41 ` [bug#72202] [PATCH 28/38] gnu: gnome-weather: Update to 46.0 Liliana Marie Prikler
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: Liliana Marie Prikler @ 2024-07-17 20:21 UTC (permalink / raw)
  To: 72202; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/gnome.scm (gnome-user-docs): Update to 46.1.
---
 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 03d122a69f..a6c242e595 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1986,7 +1986,7 @@ (define-public gnome-commander
 (define-public gnome-user-docs
   (package
    (name "gnome-user-docs")
-   (version "44.6")
+   (version "46.1")
    (source
     (origin
       (method url-fetch)
@@ -1994,7 +1994,7 @@ (define-public gnome-user-docs
                           (version-major version)
                           "/gnome-user-docs-" version ".tar.xz"))
       (sha256
-       (base32 "0ds2mccrgmb4jgw196jjm7xzlvnir8k80g1v55sd4nn00prc1b9g"))))
+       (base32 "1nha33zd4mj37ql41qci6wnd2fsqnqxp378n9m7yp5xpxv5r6wm9"))))
    (build-system gnu-build-system)
    (native-inputs
     (list gettext-minimal itstool pkg-config libxml2))
-- 
2.45.2





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

* [bug#72202] [PATCH 28/38] gnu: gnome-weather: Update to 46.0.
  2024-07-19 22:38 [bug#72202] [PATCH 00/38] Start work on GNOME 46 Liliana Marie Prikler
                   ` (2 preceding siblings ...)
  2024-07-17 20:21 ` [bug#72202] [PATCH 27/38] gnu: gnome-user-docs: Update to 46.1 Liliana Marie Prikler
@ 2024-07-17 20:41 ` Liliana Marie Prikler
  2024-07-19  9:04 ` [bug#72202] [PATCH 31/38] gnu: sushi: " Liliana Marie Prikler
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: Liliana Marie Prikler @ 2024-07-17 20:41 UTC (permalink / raw)
  To: 72202; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/gnome.scm (gnome-weather): Update to 46.0.
[#:phases]<disable-gtk-update-icon-cache>: Adjust accordingly.
[inputs]: Add desktop-file-utils.
---
 gnu/packages/gnome.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a6c242e595..d83ad01e14 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10246,7 +10246,7 @@ (define-public libgovirt
 (define-public gnome-weather
   (package
     (name "gnome-weather")
-    (version "44.0")
+    (version "46.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -10254,7 +10254,7 @@ (define-public gnome-weather
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1brvjawwc69a49697mp0dq4glpvvvcsnx4i8ysfnjhahg2n3h3bb"))))
+                "17fllgkvsbsklnazxap4rg2bg2cf5xwgqkgyy8a2wrygbiq2cf0m"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -10269,7 +10269,9 @@ (define-public gnome-weather
                                 "/bin/gnome-weather")))))
           (add-after 'unpack 'disable-gtk-update-icon-cache
             (lambda _
-              (setenv "DESTDIR" "/")))
+              (substitute* "meson.build"
+               (("gtk_update_icon_cache: true")
+                "gtk_update_icon_cache: false"))))
           (add-after 'install 'fix-desktop-file
             ;; FIXME: "gapplication launch org.gnome.Weather" fails for some
             ;; reason.  See https://issues.guix.gnu.org/issue/39324.
@@ -10286,7 +10288,8 @@ (define-public gnome-weather
                 `("GI_TYPELIB_PATH" ":" prefix
                   (,(getenv "GI_TYPELIB_PATH")))))))))
     (native-inputs
-     (list gettext-minimal
+     (list desktop-file-utils
+           gettext-minimal
            `(,glib "bin")
            gobject-introspection
            pkg-config))
-- 
2.45.2





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

* [bug#72202] [PATCH 31/38] gnu: sushi: Update to 46.0.
  2024-07-19 22:38 [bug#72202] [PATCH 00/38] Start work on GNOME 46 Liliana Marie Prikler
                   ` (3 preceding siblings ...)
  2024-07-17 20:41 ` [bug#72202] [PATCH 28/38] gnu: gnome-weather: Update to 46.0 Liliana Marie Prikler
@ 2024-07-19  9:04 ` Liliana Marie Prikler
  2024-07-19  9:09 ` [bug#72202] [PATCH 33/38] gnu: sysprof: " Liliana Marie Prikler
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: Liliana Marie Prikler @ 2024-07-19  9:04 UTC (permalink / raw)
  To: 72202; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/gnome.scm (sushi): Update to 46.0.
---
 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 0f2199d4a9..52b27f1aca 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1659,7 +1659,7 @@ (define-public gnome-user-share
 (define-public sushi
   (package
     (name "sushi")
-    (version "44.2")
+    (version "46.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1667,7 +1667,7 @@ (define-public sushi
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1sa3x8w8fhjj641yx5praabkqxfdsnafqnlb8jx2g451mvh2y03c"))))
+                "1ipjl1c9mib5gq9m58vhxg9jzfrggv2bbah6qr123arhljm5n24n"))))
     (build-system meson-build-system)
     (arguments
      (list
-- 
2.45.2





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

* [bug#72202] [PATCH 33/38] gnu: sysprof: Update to 46.0.
  2024-07-19 22:38 [bug#72202] [PATCH 00/38] Start work on GNOME 46 Liliana Marie Prikler
                   ` (4 preceding siblings ...)
  2024-07-19  9:04 ` [bug#72202] [PATCH 31/38] gnu: sushi: " Liliana Marie Prikler
@ 2024-07-19  9:09 ` Liliana Marie Prikler
  2024-07-19  9:19 ` [bug#72202] [PATCH 35/38] gnu: gnome-chess: Update package style Liliana Marie Prikler
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: Liliana Marie Prikler @ 2024-07-19  9:09 UTC (permalink / raw)
  To: 72202; +Cc: liliana.prikler, maxim.cournoyer, vivien

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 52b27f1aca..97fa3c9c1d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13368,7 +13368,7 @@ (define-public feedbackd
 (define-public sysprof
   (package
     (name "sysprof")
-    (version "3.48.0")
+    (version "46.0")
     (source
      (origin
        (method url-fetch)
@@ -13376,7 +13376,7 @@ (define-public sysprof
                            (version-major+minor version) "/"
                            "sysprof-" version ".tar.xz"))
        (sha256
-        (base32 "0s11jwkvdbnq2jyz26mwy47wcxfsbawg53zlackvabygcqd0in87"))))
+        (base32 "0xnil6ian02mlgdq9s5rwd4l5vp6ywyp4nm08q4lwgmbxdspxakk"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -13401,6 +13401,8 @@ (define-public sysprof
            json-glib
            libadwaita
            libdazzle
+           libdex
+           libpanel
            libunwind
            polkit))
     (native-inputs
-- 
2.45.2





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

* [bug#72202] [PATCH 35/38] gnu: gnome-chess: Update package style.
  2024-07-19 22:38 [bug#72202] [PATCH 00/38] Start work on GNOME 46 Liliana Marie Prikler
                   ` (5 preceding siblings ...)
  2024-07-19  9:09 ` [bug#72202] [PATCH 33/38] gnu: sysprof: " Liliana Marie Prikler
@ 2024-07-19  9:19 ` Liliana Marie Prikler
  2024-07-19  9:48 ` [bug#72202] [PATCH 36/38] gnu: evolution-data-server: Update to 3.52.3 Liliana Marie Prikler
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: Liliana Marie Prikler @ 2024-07-19  9:19 UTC (permalink / raw)
  To: 72202; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/games.scm (gnome-chess)[native-inputs]: Drop labels.
---
 gnu/packages/games.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 79306ab08b..d9ac3ef0e7 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2032,11 +2032,11 @@ (define-public gnome-chess
     (inputs
      (list gtk libadwaita librsvg))
     (native-inputs
-     `(("gettext" ,gettext-minimal)
-       ("glib:bin" ,glib "bin") ; for desktop-file-validate and appstream-util
-       ("itstool" ,itstool)
-       ("pkg-config" ,pkg-config)
-       ("vala" ,vala)))
+     (list gettext-minimal
+           `(,glib "bin")       ; for desktop-file-validate and appstream-util
+           itstool
+           pkg-config
+           vala))
     (home-page "https://wiki.gnome.org/Apps/Chess")
     (synopsis "Chess board for GNOME")
     (description "GNOME Chess provides a 2D board for playing chess games
-- 
2.45.2





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

* [bug#72202] [PATCH 36/38] gnu: evolution-data-server: Update to 3.52.3.
  2024-07-19 22:38 [bug#72202] [PATCH 00/38] Start work on GNOME 46 Liliana Marie Prikler
                   ` (6 preceding siblings ...)
  2024-07-19  9:19 ` [bug#72202] [PATCH 35/38] gnu: gnome-chess: Update package style Liliana Marie Prikler
@ 2024-07-19  9:48 ` Liliana Marie Prikler
  2024-07-19  9:48 ` [bug#72202] [PATCH 37/38] gnu: evolution: " Liliana Marie Prikler
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: Liliana Marie Prikler @ 2024-07-19  9:48 UTC (permalink / raw)
  To: 72202; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/gnome.scm (evolution-data-server): Update to 3.52.3.
---
 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 97fa3c9c1d..9b5834c192 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8257,7 +8257,7 @@ (define-public gnome-online-accounts-3.44
 (define-public evolution-data-server
   (package
     (name "evolution-data-server")
-    (version "3.48.4")
+    (version "3.52.3")
     (source
      (origin
        (method url-fetch)
@@ -8265,7 +8265,7 @@ (define-public evolution-data-server
                            (version-major+minor version) "/"
                            name "-" version ".tar.xz"))
        (sha256
-        (base32 "0q3d5masw20sr6xm2rg3170a4pxsh23ywyq1rkzhmyvyn69kyzlr"))))
+        (base32 "1r62m7wqd45ihqh9n27askm39pjkqhhn5anc3f0b2cr02h6cixp9"))))
     (build-system cmake-build-system)
     (arguments
      (list
-- 
2.45.2





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

* [bug#72202] [PATCH 37/38] gnu: evolution: Update to 3.52.3.
  2024-07-19 22:38 [bug#72202] [PATCH 00/38] Start work on GNOME 46 Liliana Marie Prikler
                   ` (7 preceding siblings ...)
  2024-07-19  9:48 ` [bug#72202] [PATCH 36/38] gnu: evolution-data-server: Update to 3.52.3 Liliana Marie Prikler
@ 2024-07-19  9:48 ` Liliana Marie Prikler
  2024-07-19  9:53 ` [bug#72202] [PATCH 38/38] gnu: gnome-mahjongg: Update to 3.40.1 Liliana Marie Prikler
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: Liliana Marie Prikler @ 2024-07-19  9:48 UTC (permalink / raw)
  To: 72202; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/gnome.scm (evolution): Update to 3.52.3.
---
 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 9b5834c192..c678f14e91 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12062,7 +12062,7 @@ (define-public libdazzle
 (define-public evolution
   (package
     (name "evolution")
-    (version "3.48.4")
+    (version "3.52.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/evolution/"
@@ -12070,7 +12070,7 @@ (define-public evolution
                                   "evolution-" version ".tar.xz"))
               (sha256
                (base32
-                "1dwbwy67xg1fypxj0qyhhvy608hbw19gqhvxqkr739shl3mrjbx0"))))
+                "1ia1wjna98j2w35j98fm796lxlilk1k3szwiisj61qjlalxza8hw"))))
     (build-system cmake-build-system)
     (arguments
      (list
-- 
2.45.2





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

* [bug#72202] [PATCH 38/38] gnu: gnome-mahjongg: Update to 3.40.1.
  2024-07-19 22:38 [bug#72202] [PATCH 00/38] Start work on GNOME 46 Liliana Marie Prikler
                   ` (8 preceding siblings ...)
  2024-07-19  9:48 ` [bug#72202] [PATCH 37/38] gnu: evolution: " Liliana Marie Prikler
@ 2024-07-19  9:53 ` Liliana Marie Prikler
  2024-07-21 14:13 ` [bug#72202] [PATCH 00/38] Start work on GNOME 46 Liliana Marie Prikler
  2024-08-09  1:55 ` Aleksej via Guix-patches via
  11 siblings, 0 replies; 14+ messages in thread
From: Liliana Marie Prikler @ 2024-07-19  9:53 UTC (permalink / raw)
  To: 72202; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/gnome.scm (gnome-mahjongg): Update to 3.40.1.
---
 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 c678f14e91..33d6a2b1b9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12496,7 +12496,7 @@ (define-public gamin
 (define-public gnome-mahjongg
   (package
     (name "gnome-mahjongg")
-    (version "3.40.0")
+    (version "3.40.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -12505,7 +12505,7 @@ (define-public gnome-mahjongg
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1yj41lj2vancjzwjcm5cdv48983jq05i6sw8p4nggyqwij3xpllj"))))
+                "0mc9379lmkcn08gr1wdny8gdwgdadkv11vxmgsiazcdy8bsj5860"))))
     (build-system meson-build-system)
     (arguments (list #:glib-or-gtk? #t))
     (native-inputs
-- 
2.45.2





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

* [bug#72202] [PATCH 00/38] Start work on GNOME 46
@ 2024-07-19 22:38 Liliana Marie Prikler
  2024-07-17 20:13 ` [bug#72202] [PATCH 25/38] gnu: gtksourceview: Update to 5.12.1 Liliana Marie Prikler
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Liliana Marie Prikler @ 2024-07-19 22:38 UTC (permalink / raw)
  To: 72202; +Cc: liliana.prikler, maxim.cournoyer, vivien

Hi Guix,

this series adds some low-hanging fruits (no world rebuilds AFAICT) to
gnome-team.  There are some major things missing, like gdm, gnome-shell,
etc., but this should get us starting.

Cheers

Liliana Marie Prikler (38):
  gnu: baobab: Update to 46.0.
  gnu: dconf-editor: Update to 45.0.1.
  gnu: d-spy: Update to 1.10.0.
  gnu: epiphany: Update to 46.2.
  gnu: evince: Update to 46.3.
  gnu: gnome-bluetooth: Update to 46.0.
  gnu: libvirt-glib: Update to 5.0.0.
  gnu: gnome-boxes: Update to 46.1.
  gnu: gnome-calculator: Update to 46.1.
  gnu: gnome-calendar: Update to 46.1.
  gnu: gnome-characters: Update to 46.0.
  gnu: gnome-clocks: Update to 46.0.
  gnu: Add gtk-frdp-for-gnome-connections.
  gnu: gnome-connections: Update to 46.0.
  gnu: Make vte-with-gtk4 the default vte.
  gnu: vte: Update to 0.76.3.
  gnu: gnome-console: Update to 46.0.
  gnu: gnome-contacts: Update to 46.0.
  gnu: Add tecla.
  gnu: gnome-online-accounts: Update to 3.50.3.
  gnu: gnome-disk-utility: Update to 46.0.
  gnu: gnome-font-viewer: Update to 46.0.
  gnu: gnome-keyring: Update to 46.1.
  gnu: gnome-maps: Update to 46.11.
  gnu: gtksourceview: Update to 5.12.1.
  gnu: gnome-text-editor: Update to 46.3.
  gnu: gnome-user-docs: Update to 46.1.
  gnu: gnome-weather: Update to 46.0.
  gnu: rygel: Update to 0.42.6.
  gnu: simple-scan: Update to 46.0.
  gnu: sushi: Update to 46.0.
  gnu: libpanel: Update to 1.7.0.
  gnu: sysprof: Update to 46.0.
  gnu: gnome-chess: Update to 46.0.
  gnu: gnome-chess: Update package style.
  gnu: evolution-data-server: Update to 3.52.3.
  gnu: evolution: Update to 3.52.3.
  gnu: gnome-mahjongg: Update to 3.40.1.

 gnu/packages/games.scm          |  24 ++--
 gnu/packages/geo.scm            |   4 +-
 gnu/packages/gnome.scm          | 242 +++++++++++++++++++++-----------
 gnu/packages/gtk.scm            |   8 +-
 gnu/packages/guile-xyz.scm      |   2 +-
 gnu/packages/lxde.scm           |   2 +-
 gnu/packages/mate.scm           |   2 +-
 gnu/packages/pantheon.scm       |   2 +-
 gnu/packages/spice.scm          |   2 +-
 gnu/packages/sugar.scm          |   2 +-
 gnu/packages/terminals.scm      |   8 +-
 gnu/packages/virtualization.scm |   6 +-
 gnu/packages/vnc.scm            |   2 +-
 gnu/packages/xfce.scm           |   2 +-
 14 files changed, 191 insertions(+), 117 deletions(-)


base-commit: ec0f7e0a5dc81f636df0f788d7e8de1ad8c3eb68
-- 
2.45.2





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

* [bug#72202] [PATCH 00/38] Start work on GNOME 46
  2024-07-19 22:38 [bug#72202] [PATCH 00/38] Start work on GNOME 46 Liliana Marie Prikler
                   ` (9 preceding siblings ...)
  2024-07-19  9:53 ` [bug#72202] [PATCH 38/38] gnu: gnome-mahjongg: Update to 3.40.1 Liliana Marie Prikler
@ 2024-07-21 14:13 ` Liliana Marie Prikler
  2024-08-09  1:55 ` Aleksej via Guix-patches via
  11 siblings, 0 replies; 14+ messages in thread
From: Liliana Marie Prikler @ 2024-07-21 14:13 UTC (permalink / raw)
  To: 72202; +Cc: vivien, maxim.cournoyer

Am Samstag, dem 20.07.2024 um 00:38 +0200 schrieb Liliana Marie
Prikler:
> Hi Guix,
> 
> this series adds some low-hanging fruits (no world rebuilds AFAICT)
> to gnome-team.  There are some major things missing, like gdm,
> gnome-shell, etc., but this should get us starting.
> 
> Cheers
> 
> Liliana Marie Prikler (38):
>   gnu: baobab: Update to 46.0.
>   gnu: dconf-editor: Update to 45.0.1.
>   gnu: d-spy: Update to 1.10.0.
>   gnu: epiphany: Update to 46.2.
>   gnu: evince: Update to 46.3.
>   gnu: gnome-bluetooth: Update to 46.0.
>   gnu: libvirt-glib: Update to 5.0.0.
>   gnu: gnome-boxes: Update to 46.1.
>   gnu: gnome-calculator: Update to 46.1.
>   gnu: gnome-calendar: Update to 46.1.
>   gnu: gnome-characters: Update to 46.0.
>   gnu: gnome-clocks: Update to 46.0.
>   gnu: Add gtk-frdp-for-gnome-connections.
>   gnu: gnome-connections: Update to 46.0.
>   gnu: Make vte-with-gtk4 the default vte.
>   gnu: vte: Update to 0.76.3.
>   gnu: gnome-console: Update to 46.0.
>   gnu: gnome-contacts: Update to 46.0.
>   gnu: Add tecla.
>   gnu: gnome-online-accounts: Update to 3.50.3.
>   gnu: gnome-disk-utility: Update to 46.0.
>   gnu: gnome-font-viewer: Update to 46.0.
>   gnu: gnome-keyring: Update to 46.1.
>   gnu: gnome-maps: Update to 46.11.
>   gnu: gtksourceview: Update to 5.12.1.
>   gnu: gnome-text-editor: Update to 46.3.
>   gnu: gnome-user-docs: Update to 46.1.
>   gnu: gnome-weather: Update to 46.0.
>   gnu: rygel: Update to 0.42.6.
>   gnu: simple-scan: Update to 46.0.
>   gnu: sushi: Update to 46.0.
>   gnu: libpanel: Update to 1.7.0.
>   gnu: sysprof: Update to 46.0.
>   gnu: gnome-chess: Update to 46.0.
>   gnu: gnome-chess: Update package style.
>   gnu: evolution-data-server: Update to 3.52.3.
>   gnu: evolution: Update to 3.52.3.
>   gnu: gnome-mahjongg: Update to 3.40.1.
Welp.  This is embarrassing.  In trying to rebase gnome-team on master
and re-sending all the missing mail – of which a lot seems to be
missing – I accidentally committed everything to gnome-team.

So please go and inspect the branch if you're interested!

Cheers




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

* [bug#72202] [PATCH 00/38] Start work on GNOME 46
  2024-07-19 22:38 [bug#72202] [PATCH 00/38] Start work on GNOME 46 Liliana Marie Prikler
                   ` (10 preceding siblings ...)
  2024-07-21 14:13 ` [bug#72202] [PATCH 00/38] Start work on GNOME 46 Liliana Marie Prikler
@ 2024-08-09  1:55 ` Aleksej via Guix-patches via
  2024-08-09 21:39   ` Liliana Marie Prikler
  11 siblings, 1 reply; 14+ messages in thread
From: Aleksej via Guix-patches via @ 2024-08-09  1:55 UTC (permalink / raw)
  To: 72202

[-- Attachment #1: Type: text/plain, Size: 222 bytes --]

Hi! It's my first time using Guix, so sorry if I'm doing the wrong thing now. Is there any work going on packaging GNOME 46? Or maybe we could wait until GNOME 47? Are there any major issues now, that stop us from upgrade?

[-- Attachment #2: Type: text/html, Size: 285 bytes --]

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

* [bug#72202] [PATCH 00/38] Start work on GNOME 46
  2024-08-09  1:55 ` Aleksej via Guix-patches via
@ 2024-08-09 21:39   ` Liliana Marie Prikler
  0 siblings, 0 replies; 14+ messages in thread
From: Liliana Marie Prikler @ 2024-08-09 21:39 UTC (permalink / raw)
  To: Aleksej, 72202

Am Freitag, dem 09.08.2024 um 04:55 +0300 schrieb Aleksej:
> Hi! It's my first time using Guix, so sorry if I'm doing the wrong
> thing now. Is there any work going on packaging GNOME 46? Or maybe we
> could wait until GNOME 47? Are there any major issues now, that stop
> us from upgrade?
Apart from Rust being Rust (not sure whether the rust-team branch has
what we need to package the new Rust-based applications), GNOME 46
already requires some deep dependency upgrades that will more or less
rebuild the world (tending towards more here).

You can check out the gnome-team branch and try to build some
applications or a full vm (I haven't tried that latter one yet, given
that important packages are still stuck on their 44 versions). 
Upstream declares their versions in [1] – we sadly don't have a
buildstream importer yet and need to update the packages by hand.

Cheers

[1] https://gitlab.gnome.org/GNOME/gnome-build-meta/




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

end of thread, other threads:[~2024-08-09 21:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-19 22:38 [bug#72202] [PATCH 00/38] Start work on GNOME 46 Liliana Marie Prikler
2024-07-17 20:13 ` [bug#72202] [PATCH 25/38] gnu: gtksourceview: Update to 5.12.1 Liliana Marie Prikler
2024-07-17 20:14 ` [bug#72202] [PATCH 26/38] gnu: gnome-text-editor: Update to 46.3 Liliana Marie Prikler
2024-07-17 20:21 ` [bug#72202] [PATCH 27/38] gnu: gnome-user-docs: Update to 46.1 Liliana Marie Prikler
2024-07-17 20:41 ` [bug#72202] [PATCH 28/38] gnu: gnome-weather: Update to 46.0 Liliana Marie Prikler
2024-07-19  9:04 ` [bug#72202] [PATCH 31/38] gnu: sushi: " Liliana Marie Prikler
2024-07-19  9:09 ` [bug#72202] [PATCH 33/38] gnu: sysprof: " Liliana Marie Prikler
2024-07-19  9:19 ` [bug#72202] [PATCH 35/38] gnu: gnome-chess: Update package style Liliana Marie Prikler
2024-07-19  9:48 ` [bug#72202] [PATCH 36/38] gnu: evolution-data-server: Update to 3.52.3 Liliana Marie Prikler
2024-07-19  9:48 ` [bug#72202] [PATCH 37/38] gnu: evolution: " Liliana Marie Prikler
2024-07-19  9:53 ` [bug#72202] [PATCH 38/38] gnu: gnome-mahjongg: Update to 3.40.1 Liliana Marie Prikler
2024-07-21 14:13 ` [bug#72202] [PATCH 00/38] Start work on GNOME 46 Liliana Marie Prikler
2024-08-09  1:55 ` Aleksej via Guix-patches via
2024-08-09 21:39   ` 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).