Skip to content
Snippets Groups Projects
Commit 47dfb8d2 authored by Bart Ribbers's avatar Bart Ribbers
Browse files

community/kolourpaint: disable on riscv64

parent cb9a574b
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,27 @@
pkgname=kolourpaint
pkgver=21.04.2
pkgrel=0
arch="all !armhf !s390x !mips64" # armhf blocked by extra-cmake-modules
# armhf blocked by extra-cmake-modules
# s390x, mips64 and riscv64 blocked by polkit -> kio
arch="all !armhf !s390x !mips64 !riscv64"
url="http://www.kolourpaint.org/"
pkgdesc="An easy-to-use paint program"
license="BSD-2-Clause AND LGPL-2.0-or-later AND GFDL-1.2-only"
makedepends="extra-cmake-modules qt5-qtbase-dev kdoctools-dev ki18n-dev kguiaddons-dev kwidgetsaddons-dev kio-dev kxmlgui-dev kiconthemes-dev ktextwidgets-dev kitemmodels-dev kdelibs4support-dev libksane-dev"
makedepends="
extra-cmake-modules
kdelibs4support-dev
kdoctools-dev
kguiaddons-dev
ki18n-dev
kiconthemes-dev
kio-dev
kitemmodels-dev
ktextwidgets-dev
kwidgetsaddons-dev
kxmlgui-dev
libksane-dev
qt5-qtbase-dev
"
source="https://download.kde.org/stable/release-service/$pkgver/src/kolourpaint-$pkgver.tar.xz"
subpackages="$pkgname-doc $pkgname-lang"
......@@ -25,7 +41,7 @@ check() {
}
package() {
DESTDIR="$pkgdir" cmake --build build --target install
DESTDIR="$pkgdir" cmake --install build
}
sha512sums="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment