diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-02-22 19:40:26 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-02-22 19:40:26 +0100 |
commit | f59ec33771bf58d3a13a3506a4adfecbc82e72b1 (patch) | |
tree | 6840bbcb21d9d3b0e981df7de0f8009f47e9cc8a | |
parent | 9b985fd9d8e42f74702ef3206c55db7dd87cf99d (diff) | |
parent | 785845e3cbe81f39eb9a63dcef70c46666588e65 (diff) | |
download | ayatana-indicator-sound-f59ec33771bf58d3a13a3506a4adfecbc82e72b1.tar.gz ayatana-indicator-sound-f59ec33771bf58d3a13a3506a4adfecbc82e72b1.tar.bz2 ayatana-indicator-sound-f59ec33771bf58d3a13a3506a4adfecbc82e72b1.zip |
Merge branch 'tari01-pr/drop-pkla'
Attributes GH PR #109: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/109
-rw-r--r-- | data/50-org.ayatana.indicator.sound.AccountsService.pkla | 6 | ||||
-rw-r--r-- | data/CMakeLists.txt | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/data/50-org.ayatana.indicator.sound.AccountsService.pkla b/data/50-org.ayatana.indicator.sound.AccountsService.pkla deleted file mode 100644 index c1da70f..0000000 --- a/data/50-org.ayatana.indicator.sound.AccountsService.pkla +++ /dev/null @@ -1,6 +0,0 @@ -[Allow LightDM to set AccountsService fields] -Identity=unix-user:lightdm -Action=org.ayatana.indicator.sound.AccountsService.ModifyAnyUser -ResultActive=yes -ResultInactive=yes -ResultAny=yes diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 4052e19..28062c6 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -69,8 +69,6 @@ add_schema ("org.ayatana.indicator.sound.gschema.xml") # Accounts Service Iface: Sound Indicator ######################################### - -set(POLKIT_LIB_DIR "${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/lib/polkit-1") set(POLKIT_DATA_DIR "${CMAKE_INSTALL_FULL_DATADIR}/polkit-1") set(DBUS_IFACE_DIR "${CMAKE_INSTALL_FULL_DATADIR}/dbus-1/interfaces") set(ACCOUNTS_IFACE_DIR "${CMAKE_INSTALL_FULL_DATADIR}/accountsservice/interfaces") @@ -89,10 +87,6 @@ install(FILES org.ayatana.indicator.sound.AccountsService.policy DESTINATION "${POLKIT_DATA_DIR}/actions" ) -install(FILES 50-org.ayatana.indicator.sound.AccountsService.pkla -DESTINATION "${POLKIT_LIB_DIR}/localauthority/10-vendor.d" -) - # 50-org.ayatana.indicator.sound.AccountsService.rules install (FILES 50-org.ayatana.indicator.sound.AccountsService.rules DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/polkit-1/rules.d") |