mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
45 lines
1 KiB
Text
45 lines
1 KiB
Text
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=mauikit-filebrowsing
|
|
pkgver=2.2.1
|
|
pkgrel=0
|
|
pkgdesc="MauiKit File Browsing utilities and controls"
|
|
# armhf blocked by extra-cmake-modules
|
|
arch="all !armhf"
|
|
url="https://mauikit.org/"
|
|
license="GPL-2.0-or-later"
|
|
depends="
|
|
kirigami2
|
|
"
|
|
depends_dev="
|
|
kio-dev
|
|
mauikit-dev
|
|
qt5-qtbase-dev
|
|
"
|
|
makedepends="$depends_dev
|
|
extra-cmake-modules
|
|
samurai
|
|
"
|
|
source="https://download.kde.org/stable/maui/mauikit-filebrowsing/$pkgver/mauikit-filebrowsing-$pkgver.tar.xz"
|
|
subpackages="$pkgname-dev"
|
|
|
|
build() {
|
|
cmake -B build -G Ninja \
|
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
|
-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="
|
|
f1a1e71424ec76541c8751e3ef08e6a33967004a5a5e64e8436dc0427326342feebc125da545ebcddedda6b99c8b04af3b6fdb5143302f27317691e5099a0b92 mauikit-filebrowsing-2.2.1.tar.xz
|
|
"
|