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

community/kirigami2: stop building example app

parent 5a3a90f8
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kirigami2 pkgname=kirigami2
pkgver=5.100.0 pkgver=5.100.0
pkgrel=0 pkgrel=1
pkgdesc="A QtQuick based components set" pkgdesc="A QtQuick based components set"
arch="all !armhf" # armhf blocked by qt5-qtdeclarative arch="all !armhf" # armhf blocked by qt5-qtdeclarative
url="https://community.kde.org/Frameworks" url="https://community.kde.org/Frameworks"
...@@ -32,7 +32,7 @@ build() { ...@@ -32,7 +32,7 @@ build() {
-DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_PREFIX=/usr \
-DKDE_INSTALL_LIBDIR=lib \ -DKDE_INSTALL_LIBDIR=lib \
-DBUILD_EXAMPLES=ON -DBUILD_EXAMPLES=OFF
cmake --build build cmake --build build
} }
......
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