diff options
author | Robert Tari <robert@tari.in> | 2021-06-15 00:57:53 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-06-16 08:39:07 +0200 |
commit | cbca7c35562d404b32483796355684f7640f474f (patch) | |
tree | b0ad1002d6b04f6b139de6d9898951d0694f94b5 | |
parent | 0523726117fd3989e4816b16111dc7f5acab1bbc (diff) | |
download | libayatana-indicator-cbca7c35562d404b32483796355684f7640f474f.tar.gz libayatana-indicator-cbca7c35562d404b32483796355684f7640f474f.tar.bz2 libayatana-indicator-cbca7c35562d404b32483796355684f7640f474f.zip |
data/: Drop ayatana-indicators.target (moved to libayatana-common).
-rw-r--r-- | data/CMakeLists.txt | 17 | ||||
-rw-r--r-- | data/ayatana-indicators.target | 7 |
2 files changed, 0 insertions, 24 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 74b48e6..72a4f86 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -11,20 +11,3 @@ else() configure_file("${CMAKE_CURRENT_SOURCE_DIR}/ayatana-indicator.pc.in" "${CMAKE_CURRENT_BINARY_DIR}/ayatana-indicator-0.${API_VERSION}.pc" @ONLY) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/ayatana-indicator-0.${API_VERSION}.pc" DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}/pkgconfig/") endif() - -# ayatana-indicators.target (only required once, so let's do it with FLAVOUR_GTK3) - -if (FLAVOUR_GTK3) - - pkg_check_modules(SYSTEMD systemd) - - if (${SYSTEMD_FOUND}) - if (${SYSTEMD_VERSION} VERSION_LESS 247) - set(SYSTEMD_USER_UNIT_DIR "${CMAKE_INSTALL_FULL_LIBDIR}/systemd/user") - else() - pkg_get_variable(SYSTEMD_USER_UNIT_DIR systemd systemd_user_unit_dir) - endif() - install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/ayatana-indicators.target" DESTINATION "${SYSTEMD_USER_UNIT_DIR}") - endif() - -endif() diff --git a/data/ayatana-indicators.target b/data/ayatana-indicators.target deleted file mode 100644 index 0dce2e9..0000000 --- a/data/ayatana-indicators.target +++ /dev/null @@ -1,7 +0,0 @@ -[Unit] -Description=Target representing the lifecycle of the Ayatana Indicators. Each indicator should be bound to it in its individual service file. -PartOf=graphical-session.target - -[Install] -# Old name for this target, kept for compatibility -Alias=ayatana-indicators-pre.target |