-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathsailfish-browser.pro
34 lines (26 loc) · 1.17 KB
/
sailfish-browser.pro
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
TEMPLATE = subdirs
SUBDIRS += apps tests settings backup-unit
# The .desktop file
desktop.files = sailfish-browser.desktop sailfish-captiveportal.desktop
desktop.path = /usr/share/applications
dbus_service.files = org.sailfishos.browser.service \
org.sailfishos.browser.ui.service \
org.sailfishos.captiveportal.service
dbus_service.path = /usr/share/dbus-1/services
chrome_scripts.files = chrome/*.js
chrome_scripts.path = $$[QT_INSTALL_LIBS]/mozembedlite/chrome/embedlite/content
oneshots.files = oneshot.d/browser-cleanup-startup-cache \
oneshot.d/browser-cleanup-customua \
oneshot.d/browser-deprecate-dconf-keys \
oneshot.d/browser-move-data-to-new-location \
oneshot.d/browser-update-default-data
oneshots.path = /usr/lib/oneshot.d
data.files = data/prefs.js \
data/ua-update.json.in
data.path = /usr/share/sailfish-browser/data
INSTALLS += desktop dbus_service chrome_scripts oneshots data
usersession.path = /usr/lib/systemd/user/user-session.target.d
usersession.files += 50-sailfish-browser.conf
INSTALLS += usersession
OTHER_FILES += \
rpm/*.spec