author | Antonio Rojas
<arojas@archlinux.org> 2017-10-05 11:16:04 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2017-10-05 11:16:04 UTC |
parent | 33b21a03ae37e8987f3687d77629f6b9da24d71f |
PKGBUILD | +2 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 07ebe8e..bf2938c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=kirigami2 pkgver=5.38.0 -pkgrel=1 +pkgrel=2 pkgdesc='A QtQuick based components set' arch=(i686 x86_64) url='https://community.kde.org/Frameworks' @@ -26,6 +26,7 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DKDE_INSTALL_LIBDIR=lib \ + -DBUILD_EXAMPLES=ON \ -DBUILD_TESTING=OFF make }