X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=alter-stable%2Fany%2Falterlinux-calamares%2FPKGBUILD;h=f6b46aba12da6fbd4ef6d81b2827edd141a15392;hb=6f2eb9c2c1623b4af29d32ac4201084d2f8a6fc6;hp=11aa0e594a8a10f34d1560036ddc0ec89d199f3f;hpb=3e0bb7621164ce8770ece3e57686536207d6f576;p=alterlinux%2Falterlinux-pkgbuilds.git diff --git a/alter-stable/any/alterlinux-calamares/PKGBUILD b/alter-stable/any/alterlinux-calamares/PKGBUILD index 11aa0e5..f6b46ab 100755 --- a/alter-stable/any/alterlinux-calamares/PKGBUILD +++ b/alter-stable/any/alterlinux-calamares/PKGBUILD @@ -2,7 +2,7 @@ pkgname=alterlinux-calamares pkgver=3.2.32 -pkgrel=1 +pkgrel=2 _pkgrel='b2' pkgdesc='Distribution-independent installer framework' arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('LGPL') depends=('kconfig' 'kcoreaddons' 'kiconthemes' 'ki18n' 'kio' 'solid' 'yaml-cpp' 'kpmcore' 'boost-libs' 'hwinfo' 'qt5-svg' 'polkit-qt5' 'gtk-update-icon-cache' 'plasma-framework' 'qt5-xmlpatterns' 'squashfs-tools' 'ckbcomp' 'libffi') -makedepends=('extra-cmake-modules' 'qt5-tools' 'qt5-translations' 'git' 'boost') +makedepends=('extra-cmake-modules' 'qt5-tools' 'qt5-translations' 'git' 'boost' 'ninja') backup=('usr/share/calamares/modules/bootloader.conf' 'usr/share/calamares/modules/displaymanager.conf' 'usr/share/calamares/modules/initcpio.conf' @@ -45,11 +45,12 @@ build() { -DCMAKE_INSTALL_LIBDIR=lib \ -DWITH_PYTHONQT:BOOL=ON \ -DBoost_NO_BOOST_CMAKE=ON \ + -GNinja \ -DSKIP_MODULES="tracking webview interactiveterminal initramfs \ initramfscfg dracut dracutlukscfg \ dummyprocess dummypython dummycpp \ dummypythonqt services-openrc" - make + ninja } package() {