From 59498452d9b21c9c07f71693fdeae983c571e0e2 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 14 Jun 2017 15:06:47 +0200 Subject: Really switch back to com.canonical.powerd. --- src/CMakeLists.txt | 2 +- src/com.canonical.powerd.xml | 84 ++++++++++++++++++++++++++++++++++++++++++++ src/org.ayatana.powerd.xml | 84 -------------------------------------------- 3 files changed, 85 insertions(+), 85 deletions(-) create mode 100644 src/com.canonical.powerd.xml delete mode 100644 src/org.ayatana.powerd.xml (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d60f637..9e21008 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -20,7 +20,7 @@ set(SERVICE_GENERATED_SOURCES) add_gdbus_codegen_with_namespace(SERVICE_GENERATED_SOURCES dbus-powerd org.ayatana Dbus - ${CMAKE_SOURCE_DIR}/src/org.ayatana.powerd.xml) + ${CMAKE_SOURCE_DIR}/src/com.canonical.powerd.xml) add_gdbus_codegen_with_namespace(SERVICE_GENERATED_SOURCES dbus-battery org.ayatana.indicator.power Dbus diff --git a/src/com.canonical.powerd.xml b/src/com.canonical.powerd.xml new file mode 100644 index 0000000..b5b4ac4 --- /dev/null +++ b/src/com.canonical.powerd.xml @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/org.ayatana.powerd.xml b/src/org.ayatana.powerd.xml deleted file mode 100644 index 1d18ca9..0000000 --- a/src/org.ayatana.powerd.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3