mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-03 06:51:57 +01:00
31 lines
914 B
Plaintext
31 lines
914 B
Plaintext
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=dolphin-plugins
|
|
pkgver=19.08.1
|
|
pkgrel=0
|
|
arch="all"
|
|
url="https://www.kde.org/applications/system/dolphin/"
|
|
pkgdesc="Extra Dolphin plugins"
|
|
license="GPL-2.0-or-later"
|
|
makedepends="extra-cmake-modules qt5-qtbase-dev kxmlgui-dev ki18n-dev kio-dev ktextwidgets-dev ktexteditor-dev dolphin-dev"
|
|
source="https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
|
|
subpackages="$pkgname-lang"
|
|
|
|
build() {
|
|
cmake \
|
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
-DCMAKE_INSTALL_LIBDIR=lib
|
|
make
|
|
}
|
|
|
|
check() {
|
|
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" make install
|
|
}
|
|
|
|
sha512sums="afc3c326f544651f1ed86a829e2b479731d0db46ea90f6204a8748dee575fb2b81d5a68d94ed76bc1ab3c90c107776781125eb1c53ec27dcbc001867d3741739 dolphin-plugins-19.08.1.tar.xz"
|