From 3e62813dc1b937edf4a91a11259d370f70234239 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Sat, 6 Dec 2025 02:38:46 +0100 Subject: [PATCH 1/2] lomiri.lomiri-content-hub: 2.1.0 -> 2.2.0 --- .../services/lomiri-content-hub/default.nix | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/pkgs/desktops/lomiri/services/lomiri-content-hub/default.nix b/pkgs/desktops/lomiri/services/lomiri-content-hub/default.nix index 395d1dc0c7eb..b0430b3afe21 100644 --- a/pkgs/desktops/lomiri/services/lomiri-content-hub/default.nix +++ b/pkgs/desktops/lomiri/services/lomiri-content-hub/default.nix @@ -2,7 +2,6 @@ stdenv, lib, fetchFromGitLab, - fetchpatch, gitUpdater, nixosTests, testers, @@ -33,13 +32,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "lomiri-content-hub"; - version = "2.1.0"; + version = "2.2.0"; src = fetchFromGitLab { owner = "ubports"; repo = "development/core/lomiri-content-hub"; rev = finalAttrs.version; - hash = "sha256-S/idjDdcRvqZqKmflkYJyQckz4/9k/8JY6eRDACk9Ag="; + hash = "sha256-gZ1rj18Si3SeVM5sg6tBJy9kXJVGKXcBbR/zqj2rH1M="; }; outputs = [ @@ -49,15 +48,6 @@ stdenv.mkDerivation (finalAttrs: { "examples" ]; - patches = [ - # Remove when version > 2.1.0 - (fetchpatch { - name = "0001-lomiri-content-hub-treewide-Add-missing-LDM-include-dirs.patch"; - url = "https://gitlab.com/ubports/development/core/lomiri-content-hub/-/commit/cdd3371714c183d4caf166157082288c022bb98d.patch"; - hash = "sha256-Uubd425T+0KxPR9lJW6+ejO2fFzcDwEIpJATSZ9jYD4="; - }) - ]; - postPatch = '' substituteInPlace import/*/Content/CMakeLists.txt \ --replace-fail "\''${CMAKE_INSTALL_LIBDIR}/qt\''${QT_VERSION_MAJOR}/qml" "\''${CMAKE_INSTALL_PREFIX}/${qtbase.qtQmlPrefix}" @@ -116,6 +106,7 @@ stdenv.mkDerivation (finalAttrs: { (lib.cmakeBool "ENABLE_TESTS" finalAttrs.finalPackage.doCheck) (lib.cmakeBool "ENABLE_DOC" true) (lib.cmakeBool "ENABLE_UBUNTU_COMPAT" true) # in case something still depends on it + (lib.cmakeBool "ENABLE_WERROR" true) ]; preBuild = From 155eba02f02924ac94a86c192cb12a9a50aa3c7b Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Thu, 11 Dec 2025 22:32:43 +0100 Subject: [PATCH 2/2] lomiri.lomiri-content-hub: 2.2.0 -> 2.2.1 --- pkgs/desktops/lomiri/services/lomiri-content-hub/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/desktops/lomiri/services/lomiri-content-hub/default.nix b/pkgs/desktops/lomiri/services/lomiri-content-hub/default.nix index b0430b3afe21..9597f4176cc8 100644 --- a/pkgs/desktops/lomiri/services/lomiri-content-hub/default.nix +++ b/pkgs/desktops/lomiri/services/lomiri-content-hub/default.nix @@ -32,13 +32,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "lomiri-content-hub"; - version = "2.2.0"; + version = "2.2.1"; src = fetchFromGitLab { owner = "ubports"; repo = "development/core/lomiri-content-hub"; rev = finalAttrs.version; - hash = "sha256-gZ1rj18Si3SeVM5sg6tBJy9kXJVGKXcBbR/zqj2rH1M="; + hash = "sha256-L0CX383AMu8XlNbGL01VvBxvawJwAWHhTh3ak0sjo20="; }; outputs = [