diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-08 12:34:37 +0100 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-08 12:34:37 +0100 |
| commit | 85b39c9b481a3fe4d860a7dc47e7aa569e349a1b (patch) | |
| tree | 2789c506aa47abcb47514aa964f2da8121da6613 /tests/dbus-types | |
| parent | eb8b3669b5e493ddd8ca4f18379a46d6c0ac57ca (diff) | |
| parent | 6c745ba6709b7567d3929046bb9ecd9797048e70 (diff) | |
| download | ayatana-indicator-sound-85b39c9b481a3fe4d860a7dc47e7aa569e349a1b.tar.gz ayatana-indicator-sound-85b39c9b481a3fe4d860a7dc47e7aa569e349a1b.tar.bz2 ayatana-indicator-sound-85b39c9b481a3fe4d860a7dc47e7aa569e349a1b.zip | |
Merge branch 'tari01-pr/rename-com-ubuntu-accountsservece-sound-gschema'
Attributes GH PR #48: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/48
Diffstat (limited to 'tests/dbus-types')
| -rw-r--r-- | tests/dbus-types/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | tests/dbus-types/com.lomiri.AccountsService.Sound.xml (renamed from tests/dbus-types/com.ubuntu.AccountsService.Sound.xml) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/dbus-types/CMakeLists.txt b/tests/dbus-types/CMakeLists.txt index 5323f51..cbe382a 100644 --- a/tests/dbus-types/CMakeLists.txt +++ b/tests/dbus-types/CMakeLists.txt @@ -14,8 +14,8 @@ set(dbusinterface_accounts_xml "org.freedesktop.Accounts.xml") set_source_files_properties(${dbusinterface_accounts_xml} PROPERTIES CLASSNAME AccountsInterface) -if(EXISTS "/usr/share/accountsservice/interfaces/com.ubuntu.AccountsService.Sound.xml") - set(dbusinterface_accountssound_xml "com.ubuntu.AccountsService.Sound.xml") +if(EXISTS "/usr/share/accountsservice/interfaces/com.lomiri.AccountsService.Sound.xml") + set(dbusinterface_accountssound_xml "com.lomiri.AccountsService.Sound.xml") else() set(dbusinterface_accountssound_xml "org.ayatana.AccountsService.Sound.xml") endif() diff --git a/tests/dbus-types/com.ubuntu.AccountsService.Sound.xml b/tests/dbus-types/com.lomiri.AccountsService.Sound.xml index 27c915a..fb97049 100644 --- a/tests/dbus-types/com.ubuntu.AccountsService.Sound.xml +++ b/tests/dbus-types/com.lomiri.AccountsService.Sound.xml @@ -1,5 +1,5 @@ <node> - <interface name="com.ubuntu.AccountsService.Sound"> + <interface name="com.lomiri.AccountsService.Sound"> <method name="Set"> <arg direction="in" type="s" name="interface" /> <arg direction="in" type="s" name="property" /> |
