buteo-syncfw: 0.11.10 -> 0.11.11

This commit is contained in:
OPNA2608
2026-03-14 12:35:56 +01:00
parent add63bd0f4
commit 4bfbc79ecb
+3 -3
View File
@@ -14,7 +14,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "buteo-syncfw";
version = "0.11.10";
version = "0.11.11";
outputs = [
"out"
@@ -26,12 +26,12 @@ stdenv.mkDerivation (finalAttrs: {
owner = "sailfishos";
repo = "buteo-syncfw";
tag = finalAttrs.version;
hash = "sha256-WZ70dFrQeHO0c9MM3wS8aWMd0DDhTW9Ks4hhw7pPmu8=";
hash = "sha256-t69jUOTCyVWlbEinCesm8YVnYuT+SQ10z+2GXAtAPTA=";
};
postPatch = ''
# Wildcard breaks file installation (tries to run ~ "install source/* target/*")
substituteInPlace doc/doc.pri \
substituteInPlace doc/doc.pro \
--replace-fail 'htmldocs.files = $${PWD}/html/*' 'htmldocs.files = $${PWD}/html' \
--replace-fail '/usr/share/doc' "$doc/share/doc"