kde/plasma-phonebook: upgrade to 0_git20200618 (MR 1331)

This commit is contained in:
Bart Ribbers 2020-06-18 10:57:31 +02:00 committed by Alexey Min
parent e2d1438815
commit 57fa113854
No known key found for this signature in database
GPG Key ID: EBF5ECFFFEE34DED

View File

@ -1,15 +1,15 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=plasma-phonebook pkgname=plasma-phonebook
pkgver=0_git20200308 pkgver=0_git20200618
pkgrel=0 pkgrel=0
_commit="fa6c2292ca276a92eeb3a006fc1cddf9d663d3dd" _commit="c67aecb8a373d735b92839f809711ca6c111ac5d"
pkgdesc="Contacts application which allows adding, modifying and removing contacts" pkgdesc="Contacts application which allows adding, modifying and removing contacts"
arch="all !armhf" arch="all !armhf"
url="https://invent.kde.org/kde/plasma-phonebook" url="https://invent.kde.org/kde/plasma-phonebook"
license="GPL-2.0-only OR GPL-3.0-only" license="LicenseRef-KDE-Accepted-GPL"
depends="kirigami2" depends="kirigami2 qt5-qtquickcontrols qt5-qtbase-sqlite"
makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtsvg-dev qt5-qtquickcontrols2-dev kirigami2-dev kpeople-dev kcontacts-dev kpeoplevcard-dev" makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtdeclarative-dev qt5-qtsvg-dev qt5-qtquickcontrols2-dev kcoreaddons-dev kirigami2-dev kpeople-dev kcontacts-dev kpeoplevcard-dev"
source="$pkgname-$_commit.tar.gz::https://invent.kde.org/kde/plasma-phonebook/-/archive/$_commit.tar.gz" source="https://invent.kde.org/kde/plasma-phonebook/-/archive/$_commit/plasma-phonebook-$_commit.tar.gz"
options="!check" # No tests options="!check" # No tests
builddir="$srcdir/$pkgname-$_commit" builddir="$srcdir/$pkgname-$_commit"
@ -18,7 +18,7 @@ build() {
-DCMAKE_BUILD_TYPE=None \ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_LIBDIR=lib
make -C build cmake --build build
} }
check() { check() {
@ -27,6 +27,6 @@ check() {
} }
package() { package() {
DESTDIR="$pkgdir" make -C build install DESTDIR="$pkgdir" cmake --build build --target install
} }
sha512sums="c208416e5874278044f35ed70272649fc6d52e3eaf01771c123a45b69d78e6d8c28aa189144e493f472fbf2867b0cd9ea979c813d2e03c4faf0e777c9a1b8d56 plasma-phonebook-fa6c2292ca276a92eeb3a006fc1cddf9d663d3dd.tar.gz" sha512sums="a1b06880b6030bcd159cbd9f6b3dcdde0abf43c86ae02b9009e3c21b0e13d96772d7294ed9285319136a5128e8daf7a29a7f56606838dae211d0b9f57f6dba3a plasma-phonebook-c67aecb8a373d735b92839f809711ca6c111ac5d.tar.gz"