aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-10-26 23:19:26 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-10-27 00:17:29 +0200
commite917d3a28a238208ecf786cfda93dcd2893e3df2 (patch)
tree7025063a06c7ba398ba64548d060c9a97e69210d /common
parentba82b68035b55a7abbafc7d488e04f5ca9a3836c (diff)
downloadayatana-indicator-messages-e917d3a28a238208ecf786cfda93dcd2893e3df2.tar.gz
ayatana-indicator-messages-e917d3a28a238208ecf786cfda93dcd2893e3df2.tar.bz2
ayatana-indicator-messages-e917d3a28a238208ecf786cfda93dcd2893e3df2.zip
Fork from Ubuntu's Indicator Messages.
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am9
-rw-r--r--common/org.ayatana.indicator.messages.application.xml (renamed from common/com.canonical.indicator.messages.application.xml)2
-rw-r--r--common/org.ayatana.indicator.messages.service.xml (renamed from common/com.canonical.indicator.messages.service.xml)2
3 files changed, 6 insertions, 7 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 0b8bad4..d1be198 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -1,17 +1,16 @@
-
noinst_LTLIBRARIES = libmessaging-common.la
-indicator-messages-service.c: com.canonical.indicator.messages.service.xml
+indicator-messages-service.c: org.ayatana.indicator.messages.service.xml
$(AM_V_GEN) gdbus-codegen \
- --interface-prefix com.canonical.indicator.messages. \
+ --interface-prefix org.ayatana.indicator.messages. \
--generate-c-code indicator-messages-service \
--c-namespace IndicatorMessages \
$^
indicator-messages-service.h: indicator-messages-service.c
-indicator-messages-application.c: com.canonical.indicator.messages.application.xml
+indicator-messages-application.c: org.ayatana.indicator.messages.application.xml
$(AM_V_GEN) gdbus-codegen \
- --interface-prefix com.canonical.indicator.messages. \
+ --interface-prefix org.ayatana.indicator.messages. \
--generate-c-code indicator-messages-application \
--c-namespace IndicatorMessages \
$^
diff --git a/common/com.canonical.indicator.messages.application.xml b/common/org.ayatana.indicator.messages.application.xml
index af2f1f6..12cd306 100644
--- a/common/com.canonical.indicator.messages.application.xml
+++ b/common/org.ayatana.indicator.messages.application.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<node name="/">
- <interface name="com.canonical.indicator.messages.application">
+ <interface name="org.ayatana.indicator.messages.application">
<method name="ListSources">
<arg type="a(ssavuxsb)" name="sources" direction="out" />
</method>
diff --git a/common/com.canonical.indicator.messages.service.xml b/common/org.ayatana.indicator.messages.service.xml
index 3c3c779..68064f9 100644
--- a/common/com.canonical.indicator.messages.service.xml
+++ b/common/org.ayatana.indicator.messages.service.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<node name="/">
- <interface name="com.canonical.indicator.messages.service">
+ <interface name="org.ayatana.indicator.messages.service">
<method name="RegisterApplication">
<arg type="s" name="desktop_id" direction="in" />