kde-workspace/knotify
Ivailo Monev ce48bc0997 generic: preperations for kdelibs changes
automatically replaced via:
find -name CMakeLists.txt -exec sed -e 's|${KDE4_PLASMA_LIBS}|KDE4::plasma|g' -e 's|${KDE4_KIO_LIBS}|KDE4::kio|g' -e 's|${KDE4_SOLID_LIBS}|KDE4::solid|g' -e 's|${KDE4_KFILE_LIBS}|KDE4::kfile|g' -e 's|${KDE4_KDECORE_LIBS}|KDE4::kdecore|g' -e 's|${KDE4_KDEUI_LIBS}|KDE4::kdeui|g' -e 's|${KDE4_KCMUTILS_LIBS}|KDE4::kcmutils|g' -e 's|${KDE4_KDECLARATIVE_LIBS}|KDE4::kdeclarative|g' -e 's|${KDE4_KPTY_LIBS}|KDE4::kpty|g' -e 's|${KDE4_KEMAIL_LIBS}|KDE4::kemail|g' -e 's|${KDE4_KMEDIAPLAYER_LIBS}|KDE4::kmediaplayer|g' -e 's|${KDE4_KPARTS_LIBS}|KDE4::kparts|g' -e 's|${KDE4_KIDLETIME_LIBS}|KDE4::kidletime|g' -e 's|${KDE4_KTEXTEDITOR_LIBS}|KDE4::ktexteditor|g' -e 's|${KDE4_KPASSWDSTORE_LIBS}|KDE4::kpasswdstore|g' -e 's|${KDE4_KARCHIVE_LIBS}|KDE4::karchive|g' -e 's|${KDE4_KDNSSD_LIBS}|KDE4::kdnssd|g' -e 's|${KDE4_KNOTIFYCONFIG_LIBS}|KDE4::knotifyconfig|g' -e 's|${KDE4_KEXIV2_LIBS}|KDE4::kexiv2|g' -i {} +

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-06-17 23:27:11 +03:00
..
sounds generic: replace installation paths with KDE4_ prefixed 2020-02-08 20:13:13 +00:00
CMakeLists.txt generic: preperations for kdelibs changes 2023-06-17 23:27:11 +03:00
hardwarenotifications.notifyrc imported everything from kde-runtime 2014-11-15 04:16:00 +02:00
imageconverter.cpp knotify: ImageConverter::variantForImage() optimization 2023-06-16 05:38:34 +03:00
imageconverter.h generic: replace forward declarations with headers inclusions 2019-05-05 02:36:36 +00:00
kde.notifyrc imported everything from kde-runtime 2014-11-15 04:16:00 +02:00
knotify.cpp generic: drop text-to-speech support 2022-12-18 16:14:11 +02:00
knotify.h generic: misc cleanups 2015-09-27 04:22:24 +00:00
knotify4.desktop generic: adjust to media classes changes 2021-02-26 09:57:00 +02:00
knotifyconfig.cpp generic: use loop-scoped variables 2019-05-15 17:25:30 +00:00
knotifyconfig.h knotify: drop support for plugins 2022-12-14 17:23:06 +02:00
knotifyplugin.cpp knotify: drop support for plugins 2022-12-14 17:23:06 +02:00
knotifyplugin.h knotify: drop support for plugins 2022-12-14 17:23:06 +02:00
ksolidnotify.cpp generic: handle optical drive/disc as block devices 2021-06-09 12:50:03 +03:00
ksolidnotify.h imported everything from kde-runtime 2014-11-15 04:16:00 +02:00
main.cpp generic: adjust to KApplication changes 2022-12-23 15:13:14 +02:00
Messages.sh changed bash scripts shebangs 2014-11-15 05:48:13 +02:00
notifybyexecute.cpp generic: adjust for use with CMake moc 2015-02-27 09:28:46 +00:00
notifybyexecute.h imported everything from kde-runtime 2014-11-15 04:16:00 +02:00
notifybylogfile.cpp generic: adjust for use with CMake moc 2015-02-27 09:28:46 +00:00
notifybylogfile.h imported everything from kde-runtime 2014-11-15 04:16:00 +02:00
notifybypopup.cpp knotify: log messages to specialized area 2022-10-23 00:04:59 +03:00
notifybypopup.h generic: adjust to Katie changes 2019-05-08 14:51:07 +00:00
notifybysound.cpp knotify: always create new KAudioPlayer instance 2022-05-17 23:45:43 +03:00
notifybysound.h knotify: simplify idle players cleanup 2016-04-18 19:29:18 +00:00
notifybytaskbar.cpp generic: adjust for use with CMake moc 2015-02-27 09:28:46 +00:00
notifybytaskbar.h imported everything from kde-runtime 2014-11-15 04:16:00 +02:00
org.kde.knotify.service.in generic: make use of the dbus_add_activation_service() macro 2022-09-27 14:20:51 +03:00