kde/kube: remove in favor of trojita (!460)

This commit is contained in:
Bart Ribbers 2019-06-24 13:34:35 +02:00 committed by Oliver Smith
parent a66fed62cc
commit df665a4980
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
3 changed files with 11 additions and 58 deletions

View File

@ -1,36 +0,0 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kube
pkgver=0.7.0
pkgrel=3
pkgdesc="A modern groupware client based on QtQuick and Sink"
arch="all"
url='https://kube.kde.org'
license="LGPL-2.0"
depends="qgpgme"
depends_dev="qt5-qtbase-dev qt5-qtquickcontrols2-dev qt5-qtwebengine-dev kmime-dev sink-dev gpgme-dev"
makedepends="$depends_dev extra-cmake-modules"
source="https://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz
musl-lacks-backtrace.patch"
subpackages="$pkgname-dev"
options="!check" # Requires running X11 server
build() {
cmake \
-DCMAKE_BUILD_TYPE=RelWithDebugInfo \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make
}
check() {
cd "$builddir"
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
sha512sums="48ca740e54393da4aaa9b662860a479f2d9458f1d2da0fce3efa7091ccabc56d7e4778b9df994d53c3bcd6f26a367280337e785da6f0a34bd31e81c764fcd8ad kube-0.7.0.tar.xz
f7b26a8028a8e546bba0be7874ce06ec82cf32ba971cf74913527d96fd0337fa857f2100991f6d40ee18f012cbe8c7c1265db824aed31456813d8f0941edaab9 musl-lacks-backtrace.patch"

View File

@ -1,20 +0,0 @@
diff --git a/applications/kube/main.cpp b/applications/kube/main.cpp
index e0d37fc..8bbe555 100644
--- a/applications/kube/main.cpp
+++ b/applications/kube/main.cpp
@@ -58,6 +58,7 @@
void printStacktrace()
{
#ifndef Q_OS_WIN
+#if defined(__GNU_LIBRARY__)
int skip = 1;
void *callstack[128];
const int nMaxFrames = sizeof(callstack) / sizeof(callstack[0]);
@@ -93,6 +94,7 @@ void printStacktrace()
}
std::cerr << trace_buf.str();
#endif
+#endif
}
static int sCounter = 0;

View File

@ -2,12 +2,21 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=postmarketos-ui-plasma-mobile-extras
pkgver=1
pkgrel=0
pkgrel=1
pkgdesc="Plasma Mobile with more apps pre-installed (video and music players, pdf reader, etc.)"
url="https://wiki.postmarketos.org/wiki/Plasma_Mobile"
arch="noarch !armhf"
license="GPL-3.0-or-later"
depends="postmarketos-ui-plasma-mobile okular-mobile calindori vvave buho nota kaidan"
depends="
buho
calindori
kaidan
nota
okular-mobile
postmarketos-ui-plasma-mobile
trojita
vvave
"
options="!check"
package() {