lomiri.lomiri-notifications: 1.3.1 -> 1.3.2

This commit is contained in:
OPNA2608
2026-04-19 15:23:34 +02:00
parent 8ab14c42c4
commit d970843e57
@@ -2,7 +2,6 @@
stdenv,
lib,
fetchFromGitLab,
fetchpatch,
gitUpdater,
cmake,
dbus,
@@ -15,24 +14,15 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lomiri-notifications";
version = "1.3.1";
version = "1.3.2";
src = fetchFromGitLab {
owner = "ubports";
repo = "development/core/lomiri-notifications";
tag = finalAttrs.version;
hash = "sha256-d3fJiYGAYF5e6XPuZ26Lrjj8tUiquunMLDLs9PdAYcA=";
hash = "sha256-rGs+MTt/Z+Gk3jSxU7tfNAUdypG/HJ4pDqvC+U722Eg=";
};
patches = [
# Remove when version > 1.3.1
(fetchpatch {
name = "0001-lomiri-notifications-Properly-include-lomiri-shell-api-includedirs.patch";
url = "https://gitlab.com/ubports/development/core/lomiri-notifications/-/commit/b68e51db6df1ed2637692dbff704374ab4c53fa7.patch";
hash = "sha256-GWGlKQgOEy7HgzgA6H2Dmp0tB5amVcb3lj4LDT9dJCE=";
})
];
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace-fail "\''${CMAKE_INSTALL_LIBDIR}/qt5/qml" "\''${CMAKE_INSTALL_PREFIX}/${qtbase.qtQmlPrefix}"