Commit graph

22 commits

Author SHA1 Message Date
Ivailo Monev
cebf38dd1b generic: sub-projects separate build fix
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-08-01 00:28:58 +03:00
Ivailo Monev
fd1f6efea3 generic: remove pkgconfig and CMake config files
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-07-28 23:03:46 +03:00
Ivailo Monev
4433e55536 generic: generate export headers
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-07-28 14:58:10 +03:00
Ivailo Monev
47724012d2 libksane: remove QStringBuilder support leftovers
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-07-27 18:16:33 +03:00
Ivailo Monev
4eb61596be generic: replace internal with Katie definition checks or remove them completely
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-07-10 02:13:32 +03:00
Ivailo Monev
ca6ec59cc7 generic: replace macro_log_feature() with set_package_properties() calls
other changes such as syncing properties, updating some of the URLs,
adding missing feature information, removing of redundant checks and
variables and indentation were done in the process while testing if the
changes work as intended.

replacing find_package() with macro_optional_find_package() was also done
where applicable however it's usage is questionable due to the CMake
`CMAKE_DISABLE_FIND_PACKAGE_<PACKAGE>` option.

there is a lot to be done, mostly updating package properties so I am
thinking of either providing a package properties file (like the
MacroLibrary) which sets properties for packages globablly or setting
package properties from the CMake modules shipped with kdelibs. the first
solution may override properties for packages if other projects define them
however a check to ensure that is not done should suffice. the second
solution will cover only DESCRIPTION and URL meaning PURPOSE and TYPE will
still have to be specified in the build systems.

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-21 05:37:28 +02:00
Ivailo Monev
f840649b58 generic: support building projects separately
TODO from https://github.com/fluxer/katana/issues/7.

kget and libktorrent cannot be build separately because libktorrent depends
on boost (or miniboost which is bundled) and kget depends on libktorrent.

syndication include paths were adjusted to build from the top-level
directory since it was used not only by akregator, that is no longer the
case and it should probably be moved to akregator sub-directory but that
will be decided in the future.

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-10 23:43:40 +00:00
Ivailo Monev
59190d3194 generic: replace installation paths with KDE4_ prefixed
see commit in kdelibs repository

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-08 20:12:24 +00:00
Ivailo Monev
e166af4e02 generic: replace forward declarations with headers inclusions
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2019-05-23 00:08:45 +00:00
Ivailo Monev
1580ec0417 generic: misc cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-29 21:14:31 +00:00
Ivailo Monev
04a9caa7a9 generic: misc cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-06 13:41:59 +00:00
Ivailo Monev
cbf29a08cf generic: make changes required for building against Katie
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-25 10:01:00 +00:00
Ivailo Monev
dfa70472c1 libksane: fix some deprecation warnings, fix build of ksaneplugin too
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-10-29 13:30:57 +02:00
Ivailo Monev
a40be5d10a generic: move ksaneplugin to libksane sub-directory 2015-10-29 09:42:56 +02:00
Ivailo Monev
f58a4c5452 generic: major build system cleanup 2015-09-02 02:13:50 +03:00
Ivailo Monev
d8a22fda42 generic: optimize png images with optipng 2015-07-26 23:49:06 +03:00
Ivailo Monev
c135cfa6bf generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
Ivailo Monev
dd014ff8f5 generic: drop doxygen files 2015-01-21 16:10:07 +00:00
Ivailo Monev
1efad4c65b libksane: fixup Messages script 2015-01-13 20:02:50 +00:00
Ivailo Monev
6177607a3d libksane: drop twain interface 2015-01-01 13:37:33 +00:00
Ivailo Monev
f14207a807 libksane: fix some build issues when cmake invoced on top-level directory 2015-01-01 01:30:25 +00:00
Ivailo Monev
b839a26abc import libksane, skanlite and ksaneplugin (bootstrap will fail) 2015-01-01 01:22:10 +00:00