kdeconnect: update to 1.3.3.

This commit is contained in:
maxice8 2018-11-07 20:31:01 -02:00 committed by maxice8
parent 8b9e95afe5
commit 637417c609
2 changed files with 2 additions and 23 deletions

View File

@ -1,21 +0,0 @@
--- 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 <features.h>
+#ifdef __GLIBC__
#include <execinfo.h>
#include <stdlib.h>
#include <unistd.h>
@@ -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);

View File

@ -1,6 +1,6 @@
# Template file for 'kdeconnect'
pkgname=kdeconnect
version=1.3.2
version=1.3.3
revision=1
wrksrc="kdeconnect-kde-${version}"
build_style=cmake
@ -14,4 +14,4 @@ maintainer="Yuxuan Shui <yshuiv7@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/KDE/kdeconnect-kde"
distfiles="https://github.com/KDE/kdeconnect-kde/archive/v${version}.tar.gz"
checksum=9e12af15f7b8b0ba331735bd58d6ce6f438bb32ccfe49395a7b1144db137ed47
checksum=b67eaaec5577d121533f072bcda37dc995553c8e4b564b27baba76d0cf948375