buteo-syncfw: 0.11.10 -> 0.11.11 (#499801)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user