aboutsummaryrefslogtreecommitdiffstats
path: root/community/plasma-bigscreen/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/plasma-bigscreen/APKBUILD')
-rw-r--r--community/plasma-bigscreen/APKBUILD62
1 files changed, 0 insertions, 62 deletions
diff --git a/community/plasma-bigscreen/APKBUILD b/community/plasma-bigscreen/APKBUILD
deleted file mode 100644
index 4db5545b2f3..00000000000
--- a/community/plasma-bigscreen/APKBUILD
+++ /dev/null
@@ -1,62 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=plasma-bigscreen
-pkgver=0_git20210611
-pkgrel=0
-_commit="43b62a152876c10b3014def6dca6070b5430687b"
-pkgdesc="A 10-feet interface made for TVs"
-url="https://invent.kde.org/plasma/plasma-bigscreen/"
-# armhf blocked by qt5-qtdeclarative
-# s390x and mips64 blocked by kdeconnect
-arch="all !armhf !s390x !mips64"
-license="LGPL-2.0-only AND LGPL-2.1-only AND GPL-2.0-only"
-depends="
- kdeconnect
- kirigami2
- plasma-nano
- plasma-nm
- plasma-pa
- plasma-settings
- plasma-workspace
- "
-makedepends="
- extra-cmake-modules
- kactivities-dev
- kactivities-stats-dev
- kcmutils-dev
- kdeclarative-dev
- ki18n-dev
- kio-dev
- kirigami2-dev
- knotifications-dev
- kwayland-dev
- kwindowsystem-dev
- plasma-framework-dev
- plasma-workspace-dev
- qt5-qtbase-dev
- qt5-qtdeclarative-dev
- qt5-qtmultimedia-dev
- "
-source="https://invent.kde.org/plasma/plasma-bigscreen/-/archive/$_commit/plasma-bigscreen-$_commit.tar.gz"
-builddir="$srcdir/plasma-bigscreen-$_commit"
-
-build() {
- cmake -B build \
- -DCMAKE_BUILD_TYPE=None \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib
- cmake --build build
-}
-
-check() {
- cd build
- CTEST_OUTPUT_ON_FAILURE=TRUE ctest
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
-
-sha512sums="
-05fbb8250496387e1acea583f01e375cafb01976a5cdc207dbe5863c865eb564445090fb173f81d346c1ef76e91d8141263e24d1fcd36997de1a540b768438b9 plasma-bigscreen-43b62a152876c10b3014def6dca6070b5430687b.tar.gz
-"