lxqt: remove the attribute standardPatch
This commit is contained in:
parent
d7366454c4
commit
d3763a7164
@ -6,24 +6,6 @@ let
|
|||||||
# For compiling information, see:
|
# For compiling information, see:
|
||||||
# - https://github.com/lxde/lxqt/wiki/Building-from-source
|
# - https://github.com/lxde/lxqt/wiki/Building-from-source
|
||||||
|
|
||||||
standardPatch = ''
|
|
||||||
for file in $(find . -name CMakeLists.txt); do
|
|
||||||
substituteInPlace $file \
|
|
||||||
--replace "DESTINATION \''${LXQT_ETC_XDG_DIR}" "DESTINATION etc/xdg" \
|
|
||||||
--replace "DESTINATION \"\''${LXQT_ETC_XDG_DIR}" "DESTINATION \"etc/xdg" \
|
|
||||||
--replace "DESTINATION \"\''${LXQT_SHARE_DIR}" "DESTINATION \"share/lxqt" \
|
|
||||||
--replace "DESTINATION \"\''${LXQT_GRAPHICS_DIR}" "DESTINATION \"share/lxqt/graphics" \
|
|
||||||
--replace "DESTINATION \"\''${QT_PLUGINS_DIR}" "DESTINATION \"$qtPluginPrefix" \
|
|
||||||
--replace "\''${LXQT_TRANSLATIONS_DIR}" share/lxqt/translations
|
|
||||||
echo ============================
|
|
||||||
echo $file
|
|
||||||
grep --color=always DESTINATION $file || true
|
|
||||||
grep --color=always share/lxqt/translations $file || true
|
|
||||||
grep --color=always platform $file || true
|
|
||||||
done
|
|
||||||
echo --------------------------------------------------------
|
|
||||||
'';
|
|
||||||
|
|
||||||
### BASE
|
### BASE
|
||||||
libqtxdg = callPackage ./base/libqtxdg { };
|
libqtxdg = callPackage ./base/libqtxdg { };
|
||||||
lxqt-build-tools = callPackage ./base/lxqt-build-tools { };
|
lxqt-build-tools = callPackage ./base/lxqt-build-tools { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user