From cf5ff518328ee784b43dc9a208e644d39f99a279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Mon, 12 Oct 2020 21:49:07 +0100 Subject: [PATCH] Remove unused applicationinterface DBus interface. --- .reuse/dep5 | 2 +- src/util/CMakeLists.txt | 4 ---- src/util/org.kde.kpmcore.applicationinterface.conf | 14 -------------- 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 src/util/org.kde.kpmcore.applicationinterface.conf diff --git a/.reuse/dep5 b/.reuse/dep5 index dfdd927..174197e 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -14,7 +14,7 @@ Copyright: 2018 Andrius Štikonas Copyright: 2020 KDE translators ### DBus interfaces -Files: src/util/org.kde.kpmcore.*.conf +Files: src/util/org.kde.kpmcore.helperinterface.conf License: MIT Copyright: 2018 Andrius Štikonas diff --git a/src/util/CMakeLists.txt b/src/util/CMakeLists.txt index 535ae3b..1475a1a 100644 --- a/src/util/CMakeLists.txt +++ b/src/util/CMakeLists.txt @@ -9,7 +9,6 @@ # SPDX-License-Identifier: GPL-3.0-or-later -set(application_interface_xml org.kde.kpmcore.applicationinterface.xml) set(helper_interface_xml org.kde.kpmcore.helperinterface.xml) qt5_generate_dbus_interface( @@ -27,7 +26,6 @@ qt5_generate_dbus_interface( find_package(PolkitQt5-1 REQUIRED) -qt5_add_dbus_interface(ApplicationInterface_SRCS ${CMAKE_CURRENT_BINARY_DIR}/${application_interface_xml} externalcommand_interface) qt5_add_dbus_interface(HelperInterface_SRCS ${CMAKE_CURRENT_BINARY_DIR}/${helper_interface_xml} externalcommandhelper_interface) set(UTIL_SRC @@ -51,7 +49,6 @@ set(UTIL_LIB_HDRS ) add_executable(kpmcore_externalcommand - ${ApplicationInterface_SRCS} util/externalcommandhelper.cpp ) @@ -66,7 +63,6 @@ target_link_libraries(kpmcore_externalcommand install(TARGETS kpmcore_externalcommand DESTINATION ${KDE_INSTALL_LIBEXECDIR}) install( FILES util/org.kde.kpmcore.helperinterface.conf DESTINATION ${KDE_INSTALL_DBUSDIR}/system.d ) -install( FILES util/org.kde.kpmcore.applicationinterface.conf DESTINATION ${KDE_INSTALL_DBUSDIR}/system.d ) kauth_install_actions(org.kde.kpmcore.externalcommand util/org.kde.kpmcore.externalcommand.actions) ecm_install_configured_files( diff --git a/src/util/org.kde.kpmcore.applicationinterface.conf b/src/util/org.kde.kpmcore.applicationinterface.conf deleted file mode 100644 index e64a003..0000000 --- a/src/util/org.kde.kpmcore.applicationinterface.conf +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - -