Commit graph

35 commits

Author SHA1 Message Date
Ivailo Monev
05397d9ddf generic: adjust to kdelibs changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-06-17 18:39:16 +03:00
Ivailo Monev
4fdb925d77 kdeplasma-addons: drop unity support
makes no sense to support interface ment for other desktop environment
when the applet is ment for use with plasma session

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-05-28 08:03:04 +03:00
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
92d1ed4b36 kdeplasma-addons: remove no-op marble wallpaper
marble was never maintained as part of Katana so the wallpaper plugin is
most likely not operational now

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-04-10 05:48:50 +03:00
Ivailo Monev
24e9816183 kdeplasma-addons: remove unused OpenGL package check
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-09-02 02:35:07 +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
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
b38d59877a kdeplasma-addons: remove now unused IBus SCIM package checks
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-07-31 23:22:05 +03:00
Ivailo Monev
cb397b6a75 generic: move find_package() calls to top-level build file
reference:
https://github.com/fluxer/katana/issues/7

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-03-26 21:58:25 +02:00
Ivailo Monev
9bfdcb5a70 kdeplasma-addons: remove these depending on Attica
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-03-19 01:21:45 +02:00
Ivailo Monev
47e92559d5 kdeplasma-addons: update LibAttica package URL property
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-22 15:56:03 +00: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
375e4c301c kdeplasma-addons: include Qalcuate headers directory
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-19 16:53:05 +00:00
Ivailo Monev
bbfba73977 kdeplasma-addons: remove lancelot applet
not going to be maintained since the menu applet used by default already
provides two modes, standard and classic, and lancelot is ment to be
integrating with PIM services which are not supported by this project

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-18 16:11:42 +00: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
a951c9aae9 generic: require KDE4 version atleast 4.19.0
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-10 21:58:43 +00:00
Ivailo Monev
587fd10f11 kdeplasma-addons: remove redundant QCA2 package check
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-09 17:08:13 +00:00
Ivailo Monev
ce8f93a26f generic: purge Qt support with fire
see commit in kdelibs repository

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-07 13:03:19 +00:00
Ivailo Monev
49dd966368 kdeplasma-addons: replace use of QImageBlitz with KIconEffect
also fixes a CMake warning about package description override

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-04 21:57:36 +00:00
Ivailo Monev
ea52f6e519 generic: build system cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-06 12:26:19 +00:00
Ivailo Monev
04a4016fce kdeplasma-addons: remove comic applet and dataengine
it is useless with KNewStuff since comics cannot be added

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-03 19:34:46 +00:00
Ivailo Monev
e5161301bf kdeplasma-addons: make QImageBlitz optional
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-01-23 14:42:08 +02:00
Ivailo Monev
77ab17b595 generic: build system cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-25 05:14:02 +00:00
Ivailo Monev
e9b375cec3 generic: build system cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-10-29 12:07:13 +02:00
Ivailo Monev
104d57f827 generic: misc cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-10-29 08:51:30 +02:00
spm
f1d48040a6 generic: misc cleanups 2015-07-26 15:20:13 +03:00
Ivailo Monev
329d10f7e7 generic: drop use of Boost_INCLUDE_DIRS 2015-06-04 18:14:56 +00:00
Ivailo Monev
e1cd014d8d kdeplasma-addons: remove Nepomuk support of comic applet 2015-04-07 15:38:41 +00:00
Ivailo Monev
6809891811 generic: require KDE 4.14.3 at minimum 2015-01-20 17:31:51 +00:00
Ivailo Monev
9ffe5327b4 initial import of kde-plasma-addons (4.14.3) 2015-01-15 17:07:43 +00:00