diff --git a/common/shlibs b/common/shlibs index 47b846a9834..8f0cfbc2264 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2989,3 +2989,6 @@ librpmsign.so.7 rpm-4.13.0.2_1 librpmbuild.so.7 rpm-4.13.0.2_1 librpmio.so.7 rpm-4.13.0.2_1 libexecinfo.so.1 libexecinfo-1.1_1 +libkdeconnectpluginkcm.so.1 kdeconnect-1.2_1 +libkdeconnectinterfaces.so.1 kdeconnect-1.2_1 +libkdeconnectcore.so.1 kdeconnect-1.2_1 diff --git a/srcpkgs/kdeconnect/patches/fix-execinfo-detection-for-musl.patch b/srcpkgs/kdeconnect/patches/fix-execinfo-detection-for-musl.patch new file mode 100644 index 00000000000..92feb17d8b0 --- /dev/null +++ b/srcpkgs/kdeconnect/patches/fix-execinfo-detection-for-musl.patch @@ -0,0 +1,21 @@ +--- core/core_debug.cpp 2017-09-18 14:49:46.000000000 -0400 ++++ core/core_debug.cpp 2017-12-13 04:51:52.296660144 -0500 +@@ -22,7 +22,8 @@ + + Q_LOGGING_CATEGORY(KDECONNECT_CORE, "kdeconnect.core") + +-#ifdef Q_OS_LINUX ++#include ++#ifdef __GLIBC__ + #include + #include + #include +@@ -30,7 +31,7 @@ + + void logBacktrace() + { +-#ifdef Q_OS_LINUX ++#ifdef __GLIBC__ + void* array[32]; + size_t size = backtrace (array, 32); + char** strings = backtrace_symbols (array, size); diff --git a/srcpkgs/kdeconnect/template b/srcpkgs/kdeconnect/template new file mode 100644 index 00000000000..6476c91f6d0 --- /dev/null +++ b/srcpkgs/kdeconnect/template @@ -0,0 +1,16 @@ +# Template file for 'kdeconnect' +pkgname=kdeconnect +version=1.2 +revision=1 +wrksrc=kdeconnect-kde-${version} +#create_wrksrc=yes +build_style=cmake +hostmakedepends="extra-cmake-modules qt5-host-tools pkg-config" +makedepends="kcmutils-devel qca-qt5-devel frameworkintegration-devel qt5-declarative-devel libfakekey-devel " +depends="kde-cli-tools qca-qt5-ossl" +short_desc="A multi-platform app that allows your devices to communicate" +maintainer="Yuxuan Shui " +license="GPL-2" +homepage="https://github.com/KDE/kdeconnect-kde" +distfiles="https://github.com/KDE/kdeconnect-kde/archive/v${version}.tar.gz" +checksum=09ce31ef8b91751dca4708b94a7bf0aa74c5b4f0935dafb2d1b97b1749cca78a