lomiri.lomiri-download-manager: 0.2.1 -> 0.2.2

This commit is contained in:
OPNA2608
2025-10-18 16:23:00 +02:00
parent b49a4c98cf
commit ebf1a00044

View File

@@ -2,7 +2,6 @@
stdenv,
lib,
fetchFromGitLab,
fetchpatch,
gitUpdater,
testers,
boost,
@@ -29,13 +28,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lomiri-download-manager";
version = "0.2.1";
version = "0.2.2";
src = fetchFromGitLab {
owner = "ubports";
repo = "development/core/lomiri-download-manager";
tag = finalAttrs.version;
hash = "sha256-dVyel4NL5LFORNTQzOyeTFkt9Wn23+4uwHsKcj+/0rk=";
hash = "sha256-e4HyUi8GXImEtM5I7dH27cDceUn+VCFpb9xgbMpQBJU=";
};
outputs = [
@@ -44,15 +43,6 @@ stdenv.mkDerivation (finalAttrs: {
]
++ lib.optionals withDocumentation [ "doc" ];
patches = [
# Remove when version > 0.2.1
(fetchpatch {
name = "0001-lomiri-download-manager-treewide-Make-pkg-config-includedir-values-reasonable.patch";
url = "https://gitlab.com/ubports/development/core/lomiri-download-manager/-/commit/230aa1965917f90d235f55477a257eca1f5eaf46.patch";
hash = "sha256-Kdmu4U98Yc213pHS0o4DjpG8T5p50Q5hijRgdvscA/c=";
})
];
postPatch = ''
# Substitute systemd's prefix in pkg-config call
substituteInPlace CMakeLists.txt \