-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathharbour-containers.pro
More file actions
106 lines (87 loc) · 3.43 KB
/
Copy pathharbour-containers.pro
File metadata and controls
106 lines (87 loc) · 3.43 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# NOTICE:
#
# Application name defined in TARGET has a corresponding QML filename.
# If name defined in TARGET is changed, the following needs to be done
# to match new name:
# - corresponding QML filename must be changed
# - desktop icon filename must be changed
# - desktop filename must be changed
# - icon definition filename in desktop file must be changed
# - translation filenames have to be changed
# The name of your application
TARGET = harbour-containers
CONFIG += sailfishapp
SOURCES += src/harbour-containers.cpp
scripts-dir.path = /usr/share/harbour-containers/scripts
scripts-dir-guest.path = /usr/share/harbour-containers/scripts/guest
scripts-dir-guest.files = scripts/guest/*.sh
scripts-dir-guest-setups.path = /usr/share/harbour-containers/scripts/guest/setups
scripts-dir-guest-setups.files = scripts/guest/setups/*.sh
scripts-dir-guest-configs.path = /usr/share/harbour-containers/scripts/guest/configs
scripts-dir-guest-configs.files = scripts/guest/configs/*
scripts-dir-host.path = /usr/share/harbour-containers/scripts/host
scripts-dir-host.files = scripts/host/*.sh
systemd-dbus.path = /usr/share/dbus-1/system-services
systemd-dbus.files = systemd/org.sailfishcontainers.daemon.service
systemd-polkit.path = /usr/share/polkit-1/actions
systemd-polkit.files = systemd/org.sailfishcontainers.daemon.policy
systemd-config.path = /etc/dbus-1/system.d
systemd-config.files = systemd/org.sailfishcontainers.daemon.conf
systemd-main.path = /etc/systemd/system
systemd-main.files = systemd/sailfish-containers.service
service.path = /usr/share/harbour-containers/service
service.files = service/*.py
service-libs.path = /usr/share/harbour-containers/service/libs
service-libs.files = service/libs/*.py
INSTALLS += scripts-dir \
scripts-dir-guest \
scripts-dir-guest-setups \
scripts-dir-guest-configs \
scripts-dir-host \
service \
service-libs \
systemd-dbus \
systemd-polkit \
systemd-config \
systemd-main
DISTFILES += qml/harbour-containers.qml \
qml/components/Database.qml \
qml/cover/CoverPage.qml \
qml/dialogs/CreateDialog.qml \
qml/dialogs/IconPickerDialog.qml \
qml/images/* \
qml/pages/About.qml \
qml/pages/ContainerSettings.qml \
qml/pages/ContainerSnapshots.qml \
qml/pages/ContainerView.qml \
qml/pages/CreateDialog.qml \
qml/pages/IconPickerDialog.qml \
qml/pages/MainPage.qml \
qml/pages/MissingRequirements.qml \
rpm/harbour-containers.spec \
rpm/harbour-containers.changes.in \
rpm/harbour-containers.changes.run.in \
rpm/harbour-containers.yaml \
scripts/guest/configs/wlseat.patch \
scripts/guest/configs/xserverrc \
scripts/guest/kill_xwayland.sh \
scripts/guest/setup_wrapper.sh \
systemd/org.sailfishcontainers.daemon.policy \
translations/*.ts \
harbour-containers.desktop \
service/*.py \
systemd/* \
service/libs/*.py \
scripts/guest/*.sh \
scripts/guest/setups/*.sh \
scripts/guest/configs/*.sh \
scripts/host/*.sh
SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172
# to disable building translations every time, comment out the
# following CONFIG line
CONFIG += sailfishapp_i18n
# German translation is enabled as an example. If you aren't
# planning to localize your app, remember to comment out the
# following TRANSLATIONS line. And also do not forget to
# modify the localized app name in the the .desktop file.
TRANSLATIONS += translations/harbour-containers-de.ts