[frameworks-kdoctools] [Bug 357428] kf5-kdoctools: several issues with kdoctools_install()

2017-01-02 Thread Simon Andric
https://bugs.kde.org/show_bug.cgi?id=357428 Simon Andric changed: What|Removed |Added CC||simonandr...@gmail.com

[frameworks-kdoctools] [Bug 357428] kf5-kdoctools: several issues with kdoctools_install()

2017-01-01 Thread Luigi Toscano
https://bugs.kde.org/show_bug.cgi?id=357428 Luigi Toscano changed: What|Removed |Added See Also|

[frameworks-kdoctools] [Bug 357428] kf5-kdoctools: several issues with kdoctools_install()

2017-01-01 Thread Luigi Toscano
https://bugs.kde.org/show_bug.cgi?id=357428 --- Comment #20 from Luigi Toscano --- You hit the bug because the folder ends in "docs" and the way this match line is built: string(REGEX MATCH "docs/(.*)/index.docbook" match ${docbook}) If you have

[frameworks-kdoctools] [Bug 357428] kf5-kdoctools: several issues with kdoctools_install()

2016-12-28 Thread MaxiPunkt
https://bugs.kde.org/show_bug.cgi?id=357428 --- Comment #19 from MaxiPunkt --- Created attachment 103043 --> https://bugs.kde.org/attachment.cgi?id=103043=edit kronometer DOC's & translations in separated DIRs (SVN) As requested. Please note that this tarball includes

[frameworks-kdoctools] [Bug 357428] kf5-kdoctools: several issues with kdoctools_install()

2016-12-28 Thread Luigi Toscano
https://bugs.kde.org/show_bug.cgi?id=357428 --- Comment #18 from Luigi Toscano --- (In reply to MaxiPunkt from comment #17) > translation DIR-structure N°2: > -- > l10n-messages//*.po > 10n-docs//docs//*.docbook > > => DOC's & translations

[frameworks-kdoctools] [Bug 357428] kf5-kdoctools: several issues with kdoctools_install()

2016-12-28 Thread MaxiPunkt
https://bugs.kde.org/show_bug.cgi?id=357428 --- Comment #17 from MaxiPunkt --- Now tested again: translation DIR-structure N°1: -- l10n-messages_docs//*.po l10n-messages_docs//docs//*.docbook => DOC's & translations are "mixed" in a single

[frameworks-kdoctools] [Bug 357428] kf5-kdoctools: several issues with kdoctools_install()

2016-12-27 Thread Luigi Toscano
https://bugs.kde.org/show_bug.cgi?id=357428 Luigi Toscano changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[frameworks-kdoctools] [Bug 357428] kf5-kdoctools: several issues with kdoctools_install()

2016-12-27 Thread MaxiPunkt
https://bugs.kde.org/show_bug.cgi?id=357428 MaxiPunkt changed: What|Removed |Added Resolution|FIXED |---

[frameworks-kdoctools] [Bug 357428] kf5-kdoctools: several issues with kdoctools_install()

2016-05-16 Thread Luigi Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357428 Luigi Toscano changed: What|Removed |Added Resolution|WAITINGFORINFO |FIXED

[frameworks-kdoctools] [Bug 357428] kf5-kdoctools: several issues with kdoctools_install()

2016-05-16 Thread Luigi Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357428 --- Comment #13 from Luigi Toscano --- (In reply to Burkhard Lueck from comment #12) > Maybe https://bugs.kde.org/show_bug.cgi?id=290836 is related ? It's that bug, sorry; I will put it higher in my queue. Regarding the

[frameworks-kdoctools] [Bug 357428] kf5-kdoctools: several issues with kdoctools_install()

2016-05-16 Thread Burkhard Lueck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357428 Burkhard Lueck changed: What|Removed |Added CC||lu...@hube-lueck.de ---

[frameworks-kdoctools] [Bug 357428] kf5-kdoctools: several issues with kdoctools_install()

2016-05-16 Thread MaxiPunkt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357428 --- Comment #11 from MaxiPunkt --- Got it, before compiling I did the following: $ rm -rf ./l10n-docs/pt_BR/ $ rm -rf ./l10n-docs/pt/ The code compiles fine then - with the help of your patch of kdoctools (comment #8). So in

[frameworks-kdoctools] [Bug 357428] kf5-kdoctools: several issues with kdoctools_install()

2016-05-16 Thread MaxiPunkt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357428 --- Comment #10 from MaxiPunkt --- Patching "kdoctools" was o.k., but unfortunatelly your patch doesn't work for me. Actually I'm not sure if the errors are related to "kdoctools", or to krusader's DOC's (possibly not not

[frameworks-kdoctools] [Bug 357428] kf5-kdoctools: several issues with kdoctools_install()

2016-05-16 Thread MaxiPunkt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357428 --- Comment #9 from MaxiPunkt --- Thanks for your recent efforts. To test this I would have to replace system's "kdoctools" with a patched version first, as my system does not allow me to modify system-files (SELinux) manually.

[frameworks-kdoctools] [Bug 357428] kf5-kdoctools: several issues with kdoctools_install()

2016-05-15 Thread MaxiPunkt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357428 --- Comment #6 from MaxiPunkt --- > Which version of cmake? * cmake-3.4.1 * kf5-kdoctools-5.21.0 > Could you please share the example you are testing? Currently I'm trying to compile krusader-kf5 with all bells & whistles

[frameworks-kdoctools] [Bug 357428] kf5-kdoctools: several issues with kdoctools_install()

2016-05-15 Thread Luigi Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357428 --- Comment #5 from Luigi Toscano --- (In reply to MaxiPunkt from comment #4) > With a subdir added as suggested, during compilation CMake now complains: > > > add_custom_target cannot create target "BLA_BLA" because another

[frameworks-kdoctools] [Bug 357428] kf5-kdoctools: several issues with kdoctools_install()

2016-05-15 Thread MaxiPunkt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357428 --- Comment #4 from MaxiPunkt --- With a subdir added as suggested, during compilation CMake now complains: > add_custom_target cannot create target "BLA_BLA" because another target with > the same > name already exists. The

[frameworks-kdoctools] [Bug 357428] kf5-kdoctools: several issues with kdoctools_install()

2016-05-05 Thread Luigi Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357428 Luigi Toscano changed: What|Removed |Added Resolution|--- |WAITINGFORINFO

[frameworks-kdoctools] [Bug 357428] kf5-kdoctools: several issues with kdoctools_install()

2016-01-03 Thread MaxiPunkt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357428 --- Comment #2 from MaxiPunkt --- Well, this is off-topic but I've made this script a while ago already (KDE4) to be able to create tarballs named in a way I found it useful. Seems that you're aiming at the files found in

[frameworks-kdoctools] [Bug 357428] kf5-kdoctools: several issues with kdoctools_install()

2016-01-02 Thread Albert Astals Cid via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357428 Albert Astals Cid changed: What|Removed |Added CC||aa...@kde.org --- Comment