Unverified Commit d8459d97 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

GNOME updates 2025-06-28 (#420737)

parents 5a59ed58 9faaef48
Loading
Loading
Loading
Loading
+2 −19
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
  ninja,
  gettext,
  fetchurl,
  fetchpatch,
  pkg-config,
  gtk4,
  glib,
@@ -38,29 +37,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "epiphany";
  version = "48.3";
  version = "48.5";

  src = fetchurl {
    url = "mirror://gnome/sources/epiphany/${lib.versions.major finalAttrs.version}/epiphany-${finalAttrs.version}.tar.xz";
    hash = "sha256-2ilT5+K3O/dHPAozl5EE15NieVKV6qCio46hiFN9rxM=";
    hash = "sha256-D2ZVKtZZPHlSo93uW/UVZWyMQ0hxB22fGpGnr5NGsbQ=";
  };

  patches = [
    # shell: Fix startup crash on Pantheon
    # https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1818
    (fetchpatch {
      url = "https://gitlab.gnome.org/GNOME/epiphany/-/commit/da4437beb7f1fbc9c2fa3d4629b8c826d484835e.patch";
      hash = "sha256-meufd5gnhLcK0dgIXEMDnid9e1R2M1D3jZ9Yoh6YobM=";
    })

    # action-bar-end: Fix startup crash on Pantheon
    # https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1819
    (fetchpatch {
      url = "https://gitlab.gnome.org/GNOME/epiphany/-/commit/d69866854b315123c8832fae58c6de008da20ea0.patch";
      hash = "sha256-GnZQC4rtBYRr+x9mF8pCFDcDOjEJj+27ECdXBNL42kQ=";
    })
  ];

  nativeBuildInputs = [
    desktop-file-utils
    gettext
+4 −4
Original line number Diff line number Diff line
diff --git a/src/EWS/camel/camel-ews-utils.c b/src/EWS/camel/camel-ews-utils.c
index 32817df..da65217 100644
index 32817df..c8b3f2e 100644
--- a/src/EWS/camel/camel-ews-utils.c
+++ b/src/EWS/camel/camel-ews-utils.c
@@ -1550,7 +1550,7 @@ ews_utils_save_category_changes (GHashTable *old_categories, /* gchar *guid ~> C
@@ -32,7 +32,7 @@ index 32817df..da65217 100644
 
 	for (ii = 0; strv && strv[ii]; ii++) {
diff --git a/src/Microsoft365/camel/camel-m365-store.c b/src/Microsoft365/camel/camel-m365-store.c
index 7374c36..7da2023 100644
index 7374c36..dbf9099 100644
--- a/src/Microsoft365/camel/camel-m365-store.c
+++ b/src/Microsoft365/camel/camel-m365-store.c
@@ -305,7 +305,7 @@ m365_store_save_category_changes (GHashTable *old_categories, /* gchar *id ~> Ca
@@ -65,7 +65,7 @@ index 7374c36..7da2023 100644
 
 	for (ii = 0; strv && strv[ii]; ii++) {
diff --git a/src/Microsoft365/common/e-m365-tz-utils.c b/src/Microsoft365/common/e-m365-tz-utils.c
index cec5417..2e744a0 100644
index cec5417..38f1a87 100644
--- a/src/Microsoft365/common/e-m365-tz-utils.c
+++ b/src/Microsoft365/common/e-m365-tz-utils.c
@@ -192,10 +192,21 @@ e_m365_tz_utils_get_user_timezone (void)
@@ -93,7 +93,7 @@ index cec5417..2e744a0 100644
 		if (g_settings_get_boolean (settings, "use-system-timezone"))
 			location = e_cal_util_get_system_timezone_location ();
diff --git a/src/common/e-ews-common-utils.c b/src/common/e-ews-common-utils.c
index 3458c10..7d21784 100644
index f388e3b..ed57213 100644
--- a/src/common/e-ews-common-utils.c
+++ b/src/common/e-ews-common-utils.c
@@ -208,10 +208,21 @@ e_ews_common_utils_get_configured_icaltimezone (void)
+2 −2
Original line number Diff line number Diff line
@@ -23,11 +23,11 @@

stdenv.mkDerivation rec {
  pname = "evolution-ews";
  version = "3.56.1";
  version = "3.56.2";

  src = fetchurl {
    url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
    hash = "sha256-DgC2qxV9j+r7T1HXchusP2IfI4f1WrS7PEPRN0KFrWs=";
    hash = "sha256-Hrfsz5TGuGGNa0XDICNQIJ21Z8SJEIrcICM8TRn48o8=";
  };

  patches = [
+2 −8
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@
  ninja,
  gnome,
  desktop-file-utils,
  appstream-glib,
  gettext,
  itstool,
  gtk4,
@@ -22,7 +21,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ghex";
  version = "48.alpha";
  version = "48.beta2";

  outputs = [
    "out"
@@ -32,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {

  src = fetchurl {
    url = "mirror://gnome/sources/ghex/${lib.versions.major finalAttrs.version}/ghex-${finalAttrs.version}.tar.xz";
    hash = "sha256-QP7kmZfZGhkmYmEXDEi7hy+zBupB+2WnIVBghow73+I=";
    hash = "sha256-4vIgRVGNgWtG0wluCp075lTdggMBVGX8ck/okWrY70E=";
  };

  nativeBuildInputs = [
@@ -55,11 +54,6 @@ stdenv.mkDerivation (finalAttrs: {
    glib
  ];

  nativeCheckInputs = [
    appstream-glib
    desktop-file-utils
  ];

  mesonFlags =
    [
      "-Dgtk_doc=true"
+2 −2
Original line number Diff line number Diff line
@@ -75,11 +75,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "gnome-control-center";
  version = "48.2";
  version = "48.3";

  src = fetchurl {
    url = "mirror://gnome/sources/gnome-control-center/${lib.versions.major finalAttrs.version}/gnome-control-center-${finalAttrs.version}.tar.xz";
    hash = "sha256-0uxKXifhkdkvmO1NvEqGHX8axKWiS2UktJKhIAfdRgw=";
    hash = "sha256-wGmCRaZCC63Qd8Fv+yGIYORXzXMAYScY6r+aukciK64=";
  };

  patches = [
Loading