Version: 22.04.3, Package name: kdeconnect-kde-22.04.3 |
Maintained by: Ingo Feinerer |
Master sites:
|
Description KDE Connect is a multi-platform app that allows your devices to communicate (eg: your phone and your computer). * Shared clipboard: Copy and paste between your phone and your computer. * Notification sync: Read and reply to your Android notifications from the PC. * Share files and URLs instantly from one device to another. * Multimedia remote control: Use your phone as a remote for media players. * Virtual touchpad: Use your phone screen as your PC's touchpad and keyboard. * Presentation remote: Advance your presentation slides from your phone. All this is done completely wirelessly, utilising TLS encryption. |
Filesize: 599.477 KB |
Version History (View Complete History) |
|
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2020-10-21 23:15:38 by Ingo Feinerer | Files touched by this commit (4) |
Log message: Update to KDE Connect 1.4.1 |
2020-06-02 06:48:47 by Ingo Feinerer | Files touched by this commit (2) |
Log message: Update home page and fix invalid */* MIME type |
2020-03-27 15:27:09 by Ingo Feinerer | Files touched by this commit (9) |
Log message: Update to KDE Connect 1.4 OK rsadowski@ |
2020-03-23 12:01:30 by Rafael Sadowski | Files touched by this commit (700) |
Log message: Update KDE Frameworks to 5.68.0 and KDE5 to 19.12 This commit includes 218 port updates and 16 tweak updates after KDE framework changes. Most of this 16 changes caused by: - KF5Auth split into KF5Auth and KF5AuthCore, which ends in a lot of new WANTLIBs - Upstream changed some xdg paths from share/examples/***/xdg/ to share/qlogging-categories5/, which ends in a lot of PLIST chages. List of notable changes: - Bump all kf5 shared libs. - Use ">=${MODKF5_VERSION}" in all kf5 ports that all kf5 use the latest version an update together. (Idea from Qt5). - s/=+/=/ for LIB_*,RUN_* and BUILD_* in x11/kde-applications, hint by jca@. - Update okteta to 0.26.3 - Update spectacle only to 19.04.3, latest version without hard wayland dependency. - Remove python2 support in cantor, python3 only! - devel/kf5/kfilemetadata: switch to python 3 (TDEP only), by kn@ - devel/kf5/ki18n: switch to python 3, by kn@ - devel/kf5/kservice: switch to python 3, by kn@ - devel/kf5/kconfigwidgets: remove python module usage, by kn@ - devel/kf5/ktextigwidgets: remove python module usage, by kn@ Tweaks and feedback from landry@, amd64 bulk build and error reports by naddy@ Thanks a lot! |