aboutsummaryrefslogtreecommitdiff
path: root/data
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 /data
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 'data')
-rw-r--r--data/Makefile.am14
-rw-r--r--data/ayatana-indicator-messages.conf.in9
-rw-r--r--data/ayatana-indicator-messages.desktop.in8
-rw-r--r--data/com.canonical.indicator.messages19
-rw-r--r--data/indicator-messages.conf.in10
-rw-r--r--data/indicator-messages.desktop.in8
-rw-r--r--data/org.ayatana.indicator.messages18
-rw-r--r--data/org.ayatana.indicator.messages.gschema.xml (renamed from data/com.canonical.indicator.messages.gschema.xml)2
-rw-r--r--data/upstart/Makefile.am12
-rw-r--r--data/upstart/indicator-messages.desktop.in8
10 files changed, 43 insertions, 65 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index b991686..60dd839 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,26 +1,26 @@
-SUBDIRS = icons upstart
+SUBDIRS = icons
xdg_autostartdir = /etc/xdg/autostart
-xdg_autostart_DATA = indicator-messages.desktop
+xdg_autostart_DATA = ayatana-indicator-messages.desktop
%.desktop: %.desktop.in
$(AM_V_GEN) sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@
upstart_jobsdir = $(datadir)/upstart/sessions/
-upstart_jobs_DATA = indicator-messages.conf
+upstart_jobs_DATA = ayatana-indicator-messages.conf
%.conf: %.conf.in
$(AM_V_GEN) sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@
-gsettings_SCHEMAS = com.canonical.indicator.messages.gschema.xml
+gsettings_SCHEMAS = org.ayatana.indicator.messages.gschema.xml
@GSETTINGS_RULES@
indicatordir = $(INDICATOR_DIR)
-dist_indicator_DATA = com.canonical.indicator.messages
+dist_indicator_DATA = org.ayatana.indicator.messages
EXTRA_DIST = \
- indicator-messages.desktop.in \
- indicator-messages.conf.in \
+ ayatana-indicator-messages.desktop.in \
+ ayatana-indicator-messages.conf.in \
$(gsettings_SCHEMAS)
CLEANFILES = \
diff --git a/data/ayatana-indicator-messages.conf.in b/data/ayatana-indicator-messages.conf.in
new file mode 100644
index 0000000..109d383
--- /dev/null
+++ b/data/ayatana-indicator-messages.conf.in
@@ -0,0 +1,9 @@
+description "Ayatana Indicator Messages Service"
+
+start on ayatana-indicator-services-start
+stop on desktop-end or ayatana-indicator-services-end
+
+respawn
+respawn limit 2 10
+
+exec @pkglibexecdir@/ayatana-indicator-messages-service
diff --git a/data/ayatana-indicator-messages.desktop.in b/data/ayatana-indicator-messages.desktop.in
new file mode 100644
index 0000000..4434769
--- /dev/null
+++ b/data/ayatana-indicator-messages.desktop.in
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Name=Indicator Messages
+Exec=@pkglibexecdir@/ayatana-indicator-messages-service
+NoDisplay=true
+StartupNotify=false
+Terminal=false
+OnlyShowIn=Unity;MATE;
diff --git a/data/com.canonical.indicator.messages b/data/com.canonical.indicator.messages
deleted file mode 100644
index 572a4a7..0000000
--- a/data/com.canonical.indicator.messages
+++ /dev/null
@@ -1,19 +0,0 @@
-[Indicator Service]
-Name=indicator-messages
-ObjectPath=/com/canonical/indicator/messages
-Position=50
-
-[desktop]
-ObjectPath=/com/canonical/indicator/messages/desktop
-
-[desktop_greeter]
-ObjectPath=/com/canonical/indicator/messages/desktop_greeter
-
-[phone]
-ObjectPath=/com/canonical/indicator/messages/phone
-Position=100
-
-[phone_greeter]
-ObjectPath=/com/canonical/indicator/messages/phone_greeter
-Position=100
-
diff --git a/data/indicator-messages.conf.in b/data/indicator-messages.conf.in
deleted file mode 100644
index b300a57..0000000
--- a/data/indicator-messages.conf.in
+++ /dev/null
@@ -1,10 +0,0 @@
-description "Indicator Messages Service"
-
-start on indicator-services-start
-stop on desktop-end or indicator-services-end
-
-respawn
-respawn limit 2 10
-
-exec @pkglibexecdir@/indicator-messages-service
-
diff --git a/data/indicator-messages.desktop.in b/data/indicator-messages.desktop.in
deleted file mode 100644
index 79c6a43..0000000
--- a/data/indicator-messages.desktop.in
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=Indicator Messages
-Exec=@pkglibexecdir@/indicator-messages-service
-StartupNotify=false
-Terminal=false
-OnlyShowIn=Unity;GNOME;
-AutostartCondition=GNOME3 unless-session gnome
diff --git a/data/org.ayatana.indicator.messages b/data/org.ayatana.indicator.messages
new file mode 100644
index 0000000..23d6089
--- /dev/null
+++ b/data/org.ayatana.indicator.messages
@@ -0,0 +1,18 @@
+[Indicator Service]
+Name=indicator-messages
+ObjectPath=/org/ayatana/indicator/messages
+Position=50
+
+[desktop]
+ObjectPath=/org/ayatana/indicator/messages/desktop
+
+[desktop_greeter]
+ObjectPath=/org/ayatana/indicator/messages/desktop_greeter
+
+[phone]
+ObjectPath=/org/ayatana/indicator/messages/phone
+Position=100
+
+[phone_greeter]
+ObjectPath=/org/ayatana/indicator/messages/phone_greeter
+Position=100
diff --git a/data/com.canonical.indicator.messages.gschema.xml b/data/org.ayatana.indicator.messages.gschema.xml
index d9165cd..ea0f077 100644
--- a/data/com.canonical.indicator.messages.gschema.xml
+++ b/data/org.ayatana.indicator.messages.gschema.xml
@@ -1,5 +1,5 @@
<schemalist>
- <schema id="com.canonical.indicator.messages" path="/com/canonical/indicator/messages/" gettext-domain="indicator-messages">
+ <schema id="org.ayatana.indicator.messages" path="/org/ayatana/indicator/messages/" gettext-domain="ayatana-indicator-messages">
<key name="applications" type="as">
<summary>List of applications that are shown in the messaging menu</summary>
<description>
diff --git a/data/upstart/Makefile.am b/data/upstart/Makefile.am
deleted file mode 100644
index c182438..0000000
--- a/data/upstart/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-
-xdg_autostartdir = $(datadir)/upstart/xdg/autostart
-xdg_autostart_DATA = indicator-messages.desktop
-
-%.desktop: %.desktop.in
- $(AM_V_GEN) sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@
-
-EXTRA_DIST = \
- indicator-messages.desktop.in
-
-CLEANFILES = \
- $(xdg_autostart_DATA)
diff --git a/data/upstart/indicator-messages.desktop.in b/data/upstart/indicator-messages.desktop.in
deleted file mode 100644
index dd0b1d6..0000000
--- a/data/upstart/indicator-messages.desktop.in
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=Indicator Messages
-Exec=@pkglibexecdir@/indicator-messages-service
-StartupNotify=false
-Terminal=false
-OnlyShowIn=Unity;
-Hidden=true