Build kdeconnect on sailfish and port some simple plugins
Summary:
Below is a lost of the commits, but, in summary
Port the build system for Sailfish, which means selectively building only the bits we need/can, and only against the KF5 libs that are available.
Allow to build on Qt 5.6
Switch from knotification to nemo notification (not complete!)
Add a very simple example sailfish app.
Note, there is still much missing functionality. Notifications dont work, pairing sort of works but not really, but when it is paired you can send a ping to the desktop client
Dont build kio for Sailfish
Port core build system
Port daemon buld system
Require CoreAddons on Sailfish
Port plugins build for sailfish and include the ping plugin for now
Final build changes for sailfish.
Disable tests and other not needed parts
Add includes for QCA
Fix build errors on sailfish
Get core/ to build on sailfish
Get interfaces/ to build on sailfish
Build daemon on sailfish
On sailfish, dont install the kcm file
Start port plugin to sailfish
Fixup installed files
Add sfos app
Hack declarative plugin to give a public interface
Build sfos app
Compile declarativeplugin into the sfos app for now
Redefine qAsConst for qt 5.6
Packaging fixes
Use official icon
Package .desktop
Reviewers: #kde_connect, apol, nicolasfella, albertvaka
Reviewed By: #kde_connect, apol, nicolasfella, albertvaka
Subscribers: kdeconnect, andyholmes, albertvaka, kossebau, mtijink, vonreth, apol, #kde_connect, nicolasfella
Tags: #kde_connect
Differential Revision: https://phabricator.kde.org/D10703
2018-08-02 20:10:59 +01:00
|
|
|
|
[Desktop Entry]
|
|
|
|
|
Type=Application
|
|
|
|
|
Exec=${KDE_INSTALL_FULL_LIBEXECDIR}/kdeconnectd
|
|
|
|
|
X-KDE-StartupNotify=false
|
|
|
|
|
X-KDE-autostart-phase=1
|
|
|
|
|
X-GNOME-Autostart-enabled=true
|
|
|
|
|
OnlyShowIn=KDE;GNOME;Unity;XFCE;
|
|
|
|
|
NoDisplay=true
|
|
|
|
|
|
|
|
|
|
Name=KDEConnect daemon
|
|
|
|
|
Name[ar]=عفريت KDEConnect
|
|
|
|
|
Name[bg]=Услуга KDE Connect
|
|
|
|
|
Name[ca]=Dimoni del KDEConnect
|
|
|
|
|
Name[ca@valencia]=Dimoni del KDEConnect
|
|
|
|
|
Name[cs]=Démon KDE Connect
|
|
|
|
|
Name[da]=KDEConnect-dæmon
|
|
|
|
|
Name[de]=KDE-Connect-Dienst
|
|
|
|
|
Name[el]=Δαίμονας του KDEConnect
|
|
|
|
|
Name[en_GB]=KDEConnect daemon
|
|
|
|
|
Name[es]=Demonio de KDE Connect
|
|
|
|
|
Name[et]=KDEConnecti deemon
|
|
|
|
|
Name[eu]=KDEConnect daimona
|
|
|
|
|
Name[fi]=KDEConnect-taustapalvelu
|
|
|
|
|
Name[fr]=Démon KDE Connect
|
|
|
|
|
Name[gl]=Servizo de KDE Connect
|
|
|
|
|
Name[he]=דמון KDEConnect
|
|
|
|
|
Name[hu]=KDEConnect szolgáltatás
|
2018-08-03 04:36:50 +01:00
|
|
|
|
Name[id]=Daemon KDEConnect
|
Build kdeconnect on sailfish and port some simple plugins
Summary:
Below is a lost of the commits, but, in summary
Port the build system for Sailfish, which means selectively building only the bits we need/can, and only against the KF5 libs that are available.
Allow to build on Qt 5.6
Switch from knotification to nemo notification (not complete!)
Add a very simple example sailfish app.
Note, there is still much missing functionality. Notifications dont work, pairing sort of works but not really, but when it is paired you can send a ping to the desktop client
Dont build kio for Sailfish
Port core build system
Port daemon buld system
Require CoreAddons on Sailfish
Port plugins build for sailfish and include the ping plugin for now
Final build changes for sailfish.
Disable tests and other not needed parts
Add includes for QCA
Fix build errors on sailfish
Get core/ to build on sailfish
Get interfaces/ to build on sailfish
Build daemon on sailfish
On sailfish, dont install the kcm file
Start port plugin to sailfish
Fixup installed files
Add sfos app
Hack declarative plugin to give a public interface
Build sfos app
Compile declarativeplugin into the sfos app for now
Redefine qAsConst for qt 5.6
Packaging fixes
Use official icon
Package .desktop
Reviewers: #kde_connect, apol, nicolasfella, albertvaka
Reviewed By: #kde_connect, apol, nicolasfella, albertvaka
Subscribers: kdeconnect, andyholmes, albertvaka, kossebau, mtijink, vonreth, apol, #kde_connect, nicolasfella
Tags: #kde_connect
Differential Revision: https://phabricator.kde.org/D10703
2018-08-02 20:10:59 +01:00
|
|
|
|
Name[it]=Demone KDE Connect
|
2019-05-08 04:42:59 +01:00
|
|
|
|
Name[ko]=KDE 연결 데몬
|
Build kdeconnect on sailfish and port some simple plugins
Summary:
Below is a lost of the commits, but, in summary
Port the build system for Sailfish, which means selectively building only the bits we need/can, and only against the KF5 libs that are available.
Allow to build on Qt 5.6
Switch from knotification to nemo notification (not complete!)
Add a very simple example sailfish app.
Note, there is still much missing functionality. Notifications dont work, pairing sort of works but not really, but when it is paired you can send a ping to the desktop client
Dont build kio for Sailfish
Port core build system
Port daemon buld system
Require CoreAddons on Sailfish
Port plugins build for sailfish and include the ping plugin for now
Final build changes for sailfish.
Disable tests and other not needed parts
Add includes for QCA
Fix build errors on sailfish
Get core/ to build on sailfish
Get interfaces/ to build on sailfish
Build daemon on sailfish
On sailfish, dont install the kcm file
Start port plugin to sailfish
Fixup installed files
Add sfos app
Hack declarative plugin to give a public interface
Build sfos app
Compile declarativeplugin into the sfos app for now
Redefine qAsConst for qt 5.6
Packaging fixes
Use official icon
Package .desktop
Reviewers: #kde_connect, apol, nicolasfella, albertvaka
Reviewed By: #kde_connect, apol, nicolasfella, albertvaka
Subscribers: kdeconnect, andyholmes, albertvaka, kossebau, mtijink, vonreth, apol, #kde_connect, nicolasfella
Tags: #kde_connect
Differential Revision: https://phabricator.kde.org/D10703
2018-08-02 20:10:59 +01:00
|
|
|
|
Name[nl]=KDEConnect-daemon
|
|
|
|
|
Name[nn]=KDEConnect-teneste
|
|
|
|
|
Name[pl]=Usługa KDEConnect
|
|
|
|
|
Name[pt]=Serviço do KDE Connect
|
|
|
|
|
Name[pt_BR]=Serviço do KDE Connect
|
|
|
|
|
Name[ru]=Служба KDE Connect
|
|
|
|
|
Name[sk]=KDEConnect démon
|
|
|
|
|
Name[sr]=КДЕ‑конекцијин демон
|
|
|
|
|
Name[sr@ijekavian]=КДЕ‑конекцијин демон
|
|
|
|
|
Name[sr@ijekavianlatin]=KDE‑konekcijin demon
|
|
|
|
|
Name[sr@latin]=KDE‑konekcijin demon
|
|
|
|
|
Name[sv]=Demon för KDE-anslut
|
|
|
|
|
Name[tr]=KDEConnect süreci
|
|
|
|
|
Name[uk]=Фонова служба KDEConnect
|
|
|
|
|
Name[x-test]=xxKDEConnect daemonxx
|
|
|
|
|
Name[zh_CN]=KDEConnect 守护进程
|
|
|
|
|
Name[zh_TW]=KDE連線作業
|