a85db1dc7b
At the moment we have Contributor: lines on some packages (but not all of them), but often they don't represent the actual contributors to the package very well. E.g. when we added them retroactively to the device packages we only added the initial contributor (which isn't necessarily the person who made most of the work for a device...) The Git history is the most representative source for figuring out who contributed to a package, so there is no reason to duplicate that into the APKBUILD. [skip ci]: way too many packages
27 lines
1.1 KiB
Text
27 lines
1.1 KiB
Text
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=spacebar
|
|
pkgver=0_git20200317
|
|
pkgrel=0
|
|
_commit="3483c146a62972b0c6a6d9e524db8ce5c13a1132"
|
|
pkgdesc="Collection of stuff for running IM on Plasma Mobile"
|
|
url="https://phabricator.kde.org/source/spacebar/"
|
|
arch="all !armhf" # armhf blocked by qt5-qtdeclarative
|
|
license="LGPL-2.1-or-later"
|
|
depends="kirigami2 qt5-qtquickcontrols qt5-qtquickcontrols2 plasma-framework"
|
|
makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtdeclarative-dev qt5-qtsvg-dev qt5-qtquickcontrols2-dev kirigami2-dev kpeople-dev kservice-dev kdbusaddons-dev ki18n-dev ktp-common-internals-dev"
|
|
source="$pkgname-$_commit.tar.gz::https://github.com/kde/spacebar/archive/$_commit.tar.gz"
|
|
builddir="$srcdir/$pkgname-$_commit"
|
|
|
|
build() {
|
|
cmake -B build \
|
|
-DCMAKE_BUILD_TYPE=None \
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
-DCMAKE_INSTALL_LIBDIR=lib
|
|
make -C build
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" make -C build install
|
|
}
|
|
|
|
sha512sums="4666ca4d437eecafb00360c2b1401d682f750c93b23270bd931985d788a37a67c8ea541ef8076472c7a3191399dcbe26d05f8696a87919251697b85b921dc22f spacebar-3483c146a62972b0c6a6d9e524db8ce5c13a1132.tar.gz"
|