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. --- debian/copyright | 2 +- debian/copyright.in | 2 +- src/CMakeLists.txt | 2 +- src/com.canonical.powerd.xml | 84 ++++++++++++++++++++++++++++++++++++++++++++ src/org.ayatana.powerd.xml | 84 -------------------------------------------- 5 files changed, 87 insertions(+), 87 deletions(-) create mode 100644 src/com.canonical.powerd.xml delete mode 100644 src/org.ayatana.powerd.xml diff --git a/debian/copyright b/debian/copyright index ae29a6e..d772c53 100644 --- a/debian/copyright +++ b/debian/copyright @@ -32,7 +32,7 @@ Files: CMakeLists.txt po/Makevars po/POTFILES.in src/CMakeLists.txt - src/org.ayatana.powerd.xml + src/com.canonical.powerd.xml tests/CMakeLists.txt tests/Makefile.am.strings tests/manual diff --git a/debian/copyright.in b/debian/copyright.in index d7e1435..55950ef 100644 --- a/debian/copyright.in +++ b/debian/copyright.in @@ -31,7 +31,7 @@ Files: CMakeLists.txt debian/watch po/CMakeLists.txt po/POTFILES.in - src/org.ayatana.powerd.xml + src/com.canonical.powerd.xml tests/Makefile.am.strings tests/manual Copyright: NONE 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