This commit is contained in:
Page Asgardius 2024-08-09 07:50:29 -07:00
parent a417c87967
commit 21e15026a5

View file

@ -4,8 +4,8 @@
# Contributor: Bhushan Shah <bhush94 at gmail dot com>
pkgname=spacebar
pkgver=24.05.0
pkgrel=1
pkgver=24.02.0
pkgrel=2
pkgdesc="SMS and messaging application for Mobile Devices running Plasma"
arch=('x86_64' 'armv7h' 'aarch64')
url="https://community.kde.org/Plasma/Mobile"
@ -33,12 +33,15 @@ makedepends=(
'cmake'
'extra-cmake-modules'
)
source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz")
sha256sums=('1ab34a700ff3f97af0bcc9cb97fbd03bbc5a41ea4ff40144ad1ed9e30584f3f5')
#source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz")
#sha256sums=('b5c7b5c58cba9250bffa0fb88f7cd3fb712bfc112fb1716ef9b1c07f0bd6d2ca')
source=("$pkgname-$pkgver.tar.gz::https://invent.kde.org/plasma-mobile/spacebar/-/archive/master/spacebar-master.tar.gz")
sha256sums=('SKIP')
build() {
cmake -B build -S $pkgname-$pkgver \
-DCMAKE_INSTALL_LIBEXECDIR=lib \
# cmake -B build -S $pkgname-$pkgver \
cmake -B build -S $pkgname-master \
-DCMAKE_INSTALL_LIBEXECDIR=lib \
-DBUILD_TESTING=OFF
cmake --build build
}