From 0cd888bc4a0ba21d1f834e97a6f35d2ff851388c Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Mon, 7 Aug 2023 07:56:59 +0000 Subject: [PATCH] =?UTF-8?q?gnote:=2044.1=20=E2=86=92=2045.alpha?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/gnote/-/compare/44.1...45.alpha Ported to Gtkmm 4, no longer required gspell ("Need updated version that support GTK 4"). https://github.com/GNOME/gnote/commit/36bee36a44aa1da6c429a3fc6c9066066f997297 Changelog-reviewed-by: Bobby Rong Changelog-reviewed-by: Jan Tojnar --- pkgs/applications/office/gnote/default.nix | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/pkgs/applications/office/gnote/default.nix b/pkgs/applications/office/gnote/default.nix index 7caa8d2d5395..517707e4882d 100644 --- a/pkgs/applications/office/gnote/default.nix +++ b/pkgs/applications/office/gnote/default.nix @@ -3,8 +3,7 @@ , fetchurl , desktop-file-utils , gettext -, gspell -, gtkmm3 +, gtkmm4 , itstool , libsecret , libuuid @@ -13,22 +12,21 @@ , meson , ninja , pkg-config -, wrapGAppsHook +, wrapGAppsHook4 , gnome }: stdenv.mkDerivation rec { pname = "gnote"; - version = "44.1"; + version = "45.alpha"; src = fetchurl { url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz"; - hash = "sha256-aWelUGgiMguuGcHrC8dFFmRPnp61TtwslCU+rhDHYE0="; + hash = "sha256-8xvD0XHNlfbrnQ2Rgce68Id4DyGh6M1j3FxdFF3R4tM="; }; buildInputs = [ - gspell - gtkmm3 + gtkmm4 libsecret libuuid libxml2 @@ -42,7 +40,7 @@ stdenv.mkDerivation rec { meson ninja pkg-config - wrapGAppsHook + wrapGAppsHook4 ]; passthru = {