Commit graph

38 commits

Author SHA1 Message Date
Ivailo Monev
57abca60ad generic: version bump
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-12-01 22:09:47 +02:00
Ivailo Monev
3621d10a53 generic: show feature and package summary when building from subdirectory
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-10-03 20:32:24 +03:00
Ivailo Monev
4476b8778c generic: use the new kde4_optional_find_package() macro
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-10-02 13:35:46 +03:00
Ivailo Monev
b77042ff62 generic: remove workflow and CI files, new home
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-09-24 05:59:56 +03:00
Ivailo Monev
e2620acde7 generic: version bump
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-05-12 16:39:18 +03:00
Ivailo Monev
b103a7d6b9 kget: port web interface extension to KHTTP
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-05-09 01:05:46 +03:00
Ivailo Monev
063e7f750b kget: drop signature verification support
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-04-10 01:16:37 +03:00
Ivailo Monev
9d6895e488 generic: port to KPasswdStore
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-04-05 01:40:28 +03:00
Ivailo Monev
7e4734330a kget: drop support for metalink
for reference:
265b14d6b3

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-03-27 12:41:00 +03:00
Ivailo Monev
1a4577dd10 kget: replace SQL with JSON history backend
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-10-02 04:14:44 +03:00
Ivailo Monev
253e25f8ad generic: version bump
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-08-13 20:09:34 +03:00
Ivailo Monev
87134567cd kget: KGet torrent plugin rewrite
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-08-11 06:24:15 +03:00
Ivailo Monev
f90a2e33fc kget: check during runtime for SQLite
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-03-09 15:30:33 +02:00
Ivailo Monev
7aa97df679 kget: testing build fix
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-03-02 20:16:32 +02:00
Ivailo Monev
5dc3df843b generic: consistent library variables usage
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-02-26 20:14:18 +02:00
Ivailo Monev
7711123e8e generic: remove reference to KDE4Workspace installation paths
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-21 16:40:11 +00: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
26beea0090 generic: fix most of the overlinking issues
see commit in kdelibs repository

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-10 21:57:14 +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
e610051108 generic: misc cleanups
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2017-06-24 07:13:30 +00:00
Ivailo Monev
2b78292f2c generic: remove redundant CheckPrototypeExists inclusion
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-05-15 04:29:24 +00:00
Ivailo Monev
834866b93f generic: use QCryptographicHash instead of KMD5
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-01 06:06:57 +00:00
Ivailo Monev
7c098060fd generic: make changes required for building against Katie
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-25 11:50:42 +00:00
Ivailo Monev
2ae20920a9 generic: move modules to kdelibs
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-10-29 10:10:58 +02:00
Ivailo Monev
58ccb0332e kget: make tests optional 2015-09-27 10:28:20 +00:00
Ivailo Monev
a165a95a57 generic: fix tests after the build system cleanup 2015-09-07 11:20:00 +03:00
Ivailo Monev
827d704bca kget: misc cleanups 2015-09-06 14:01:24 +03:00
Ivailo Monev
f58a4c5452 generic: major build system cleanup 2015-09-02 02:13:50 +03:00
Ivailo Monev
6809891811 generic: require KDE 4.14.3 at minimum 2015-01-20 17:31:51 +00:00
Ivailo Monev
d9e0377ec8 kget: attempt to fix libktorrent not being found on bootstrap 2015-01-01 13:29:58 +00:00
Ivailo Monev
3774be563f include miniboost globally (TODO: make it possible to use host boost) 2014-12-01 20:29:40 +00:00
Ivailo Monev
26ece7b26a use shared copy of boost headers for libktorrent and kget 2014-11-25 00:02:47 +00:00
Ivailo Monev
1e000b6731 removed macro_display_feature_log() calls from cmake sub-directory files 2014-11-24 23:56:50 +00:00
Ivailo Monev
e39a6338b6 removed kget dependency on boost 2014-11-24 23:33:32 +00:00
Ivailo Monev
6399a4cbff removed Nepomuk support from kget 2014-11-23 18:50:18 +00:00
Ivailo Monev
1ac7051989 removed docs 2014-11-22 21:11:47 +00:00
Ivailo Monev
fc6688082b added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00