Skip to content

Commit 96c10e0

Browse files
committed
Add Sailjail out, and remove changes that the sdk was complaining about.
1 parent 5996e29 commit 96c10e0

3 files changed

+16
-2
lines changed

harbour-ringingrestorer.desktop

+3
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ X-Nemo-Application-Type=silica-qt5
44
Icon=harbour-ringingrestorer
55
Exec=harbour-ringingrestorer
66
Name=RingingRestorer
7+
8+
[X-Sailjail]
9+
Sandboxing=Disabled

harbour-ringingrestorer.pro

+4-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ OTHER_FILES += qml/app/harbour-ringingrestorer.qml \
6060
qml/daemon/pages/RestoreRingingDialog.qml \
6161
translations/*.ts \
6262
harbour-ringingrestorer.desktop \
63-
src/daemon/harbour-ringingrestorer.service
63+
src/daemon/harbour-ringingrestorer.service \
64+
harbour-ringingrestorer.service
6465

6566
# libiphb sources
6667
SOURCES += src/daemon/libiphb/src/libiphb.c
@@ -87,7 +88,6 @@ system(mkdir -p rpm)
8788
}
8889

8990
OTHER_FILES += \
90-
rpm/harbour-ringingrestorer.yaml \
9191
rpm/harbour-ringingrestorer.changes \
9292
rpm/harbour-ringingrestorer.spec
9393

@@ -102,3 +102,5 @@ TRANSLATIONS += translations/HelloWorld-de.ts
102102
systemd.path = /usr/lib/systemd/user
103103
INSTALLS += systemd
104104
}
105+
106+
DISTFILES +=

rpm/harbour-ringingrestorer.changes

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
* Wed Mar 25 2020 Arto Jalkanen <[email protected]> 1.5
2+
- Fix automatic start on boot on Jolla C
3+
- Fix uninstall script so that service is started on reinstallation
4+
5+
* Fri Mar 20 2020 Arto Jalkanen <[email protected]> 1.4-1
6+
- Recompile with new SDK so that works with Sailfish 3
7+
8+
9+

0 commit comments

Comments
 (0)