blob: ac577e9e1edbaeda5663ea9525ded411c7d04f38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
#################################################
#
# (C) 2018 Emanoil Kotsev
# deloptes (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
add_subdirectory( icons )
add_subdirectory( mimetypes )
#add_subdirectory( dunhandler )
#add_subdirectory( faxhandler )
##### other data ################################
# Bluetooth directory entry in the control center
tde_create_translated_desktop(
SOURCE tde-settings-network-bluetooth.directory
DESTINATION ${DATA_INSTALL_DIR}/tdebluez
)
# Bluetooth access to system debus org.bluez
install(
FILES org.trinitydesktop.tdebluez.conf
DESTINATION ${DBUS_SYS_DIR}
)
|