kde/krecorder: move from kde/voicememo and upgrade to 0_git20201103 (MR 1525)

This commit is contained in:
Luca Weiss 2020-09-01 19:49:29 +02:00 committed by Bart Ribbers
parent 4cd33610c5
commit caf50d4e58
No known key found for this signature in database
GPG key ID: 699D16185DAFAE61
2 changed files with 35 additions and 27 deletions

35
kde/krecorder/APKBUILD Normal file
View file

@ -0,0 +1,35 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=krecorder
pkgver=0_git20201103
pkgrel=0
_commit="75ede7cd45a5ce0160dffea2ef03a21b41643c5d"
pkgdesc="Audio recorder for Plasma Mobile (and other platforms)"
url="https://invent.kde.org/plasma-mobile/krecorder"
arch="all !armhf" # armhf blocked by extra-cmake-modules
license="GPL-3.0-or-later"
depends="kirigami2"
makedepends="
extra-cmake-modules
ki18n-dev
kirigami2-dev
qt5-qtbase-dev
qt5-qtdeclarative-dev
qt5-qtmultimedia-dev
qt5-qtquickcontrols2-dev
"
source="https://invent.kde.org/plasma-mobile/krecorder/-/archive/$_commit/krecorder-$_commit.tar.gz"
builddir="$srcdir/$pkgname-$_commit"
options="!check" # No tests
build() {
cmake -B build \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr
cmake --build build
}
package() {
DESTDIR="$pkgdir" cmake --build build --target install
}
sha512sums="59f203f60f5ab4baa90ad50dd8245bd14030c62105993f37fe1d81bda180ecff4a0c51600d2525c98dc2a04a020d889fbbf94bcdb8ec552504f8050522a8cf63 krecorder-75ede7cd45a5ce0160dffea2ef03a21b41643c5d.tar.gz"

View file

@ -1,27 +0,0 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=voicememo
pkgver=0_git20200308
pkgrel=0
_commit="ae3b841f7e09e1cdd22bf2d83d1d23d4f05d4741"
pkgdesc="Audio recorder for Plasma Mobile (and other platforms)"
url="https://invent.kde.org/jbbgameich/voicememo/"
arch="all !armhf" # armhf blocked by extra-cmake-modules
license="GPL-3.0-only"
depends="kirigami2"
makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtdeclarative-dev qt5-qtquickcontrols2-dev qt5-qtmultimedia-dev kirigami2-dev ki18n-dev"
source="$pkgname-$_commit.tar.gz::https://invent.kde.org/jbbgameich/voicememo/-/archive/$_commit.tar.gz"
builddir="$srcdir/$pkgname-$_commit"
build() {
cmake -B build \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIB=lib
make -C build
}
package() {
DESTDIR="$pkgdir" make -C build install
}
sha512sums="5eb8787e9d469425674cab0fbcc9e47dc2c8bf819c0749528c6940769f0fda9f8d74f8cbcd0f839d4b91db8844c113be26b7948959b9c31e48188a2b9a82d5ce voicememo-ae3b841f7e09e1cdd22bf2d83d1d23d4f05d4741.tar.gz"