Skip to content
Snippets Groups Projects
Commit eb89bf37 authored by Abou Al Montacir's avatar Abou Al Montacir
Browse files

Stop adding manually compiled flag from packages. Added missing units.

Closes: Bug#898310
Thanks: Alexander Kernozhitsky
parent 3a5c96e6
No related branches found
No related tags found
No related merge requests found
/usr/lib/lazarus/${VERSION}/components/ideintf/units/*/gtk2
/usr/lib/lazarus/${VERSION}/components/lazcontrols/design/lib/*/gtk2
/usr/lib/lazarus/${VERSION}/components/lazcontrols/lib/*/gtk2
/usr/lib/lazarus/${VERSION}/components/synedit/design/units/*/gtk2
/usr/lib/lazarus/${VERSION}/components/synedit/units/*/gtk2
......
......@@ -208,11 +208,11 @@ endif
find -name debian -prune -or '(' -name lib -or -name units ')' -print | xargs ${CP} --parents -t ${LIB_DIR}
# Remove READM.txt files from output directories
find ${LIB_DIR} '(' -name '*.or' -or -wholename '*/lib/README.txt' ')' -delete
# Mark package as manually compilable and install them
# Install packages
for package in `find -name '*.lpk'` ; \
do \
${MKDIR} `dirname "${LIB_DIR}/$${package}"` ; \
sed -e 's@\(\W*\)<CompilerOptions>.*@\1<AutoUpdate Value="Manually"/>\n&@' "$${package}" > "${LIB_DIR}/$${package}" ; \
cp "$${package}" "${LIB_DIR}/$${package}" ; \
done
# Install packages global links
${CP} -t ${LIB_DIR}/packager $(CURDIR)/packager/globallinks
......
  • Abou Al Montacir @abou.almontacir-guest ·
    Author Owner

    This change seems to cause doublecmd to FTBFS. I'd propose to revert it until I find the time to fix the Lazarus rebuild issue correctly. In addition, I don't like the idea that all units get recompiled on the users home directory.

  • Abou Al Montacir @abou.almontacir-guest

    mentioned in commit b9ccece9

    ·

    mentioned in commit b9ccece9

    Toggle commit list
  • Abou Al Montacir @abou.almontacir-guest ·
    Author Owner

    Reverted in b9ccece9.

    Edited by Abou Al Montacir
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment