From ef0e4af0d3e21b97c2275337832c1bdbe52e847b Mon Sep 17 00:00:00 2001 From: bill-auger Date: Thu, 12 Apr 2018 22:09:43 -0400 Subject: [calamares]: upgrade to v3.1.9-parabola6 --- pcr-testing/calamares/PKGBUILD | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'pcr-testing') diff --git a/pcr-testing/calamares/PKGBUILD b/pcr-testing/calamares/PKGBUILD index 90779af2f..49f6fa5bb 100644 --- a/pcr-testing/calamares/PKGBUILD +++ b/pcr-testing/calamares/PKGBUILD @@ -3,7 +3,7 @@ pkgname=calamares pkgver=3.1.9 -pkgrel='parabola5.1' +pkgrel='parabola6.3' pkgdesc='Distribution-independent installer framework - Parabola edition' arch=('i686' 'x86_64') license=('GPL') @@ -12,17 +12,20 @@ url="https://calamares.io/" _latest_version() { pacman -Si $1 | grep Version | cut -d ':' -f 2 | sed 's/\s//g' ; } _build_couplings=("boost=$(_latest_version 'boost')") _runtime_couplings=("boost-libs=$(_latest_version 'boost')" - "kpmcore=$(_latest_version 'kpmcore')") -makedepends=(${_build_couplings[@]} 'extra-cmake-modules' 'git' 'qt5-tools') + "icu=$(_latest_version 'icu')" + "kpmcore=$(_latest_version 'kpmcore')" + "qt5-base=$(_latest_version 'qt5-base')") +makedepends=(${_build_couplings[@]} 'extra-cmake-modules' 'git' 'kservice' \ + 'kwindowsystem' 'plasma-framework' 'qt5-tools') depends=(${_runtime_couplings[@]} 'dmidecode' 'gptfdisk' 'hwinfo' 'kconfig' 'kcoreaddons' 'ki18n' 'kparts' 'os-prober' 'polkit-qt5' 'python' 'squashfs-tools' 'solid' 'qt5ct' 'qt5-styleplugins' 'qt5-svg' 'yaml-cpp') -_git_tag="${pkgver}-${pkgrel%%.*}" -source=("https://notabug.org/bill-auger/calamares/archive/v${_git_tag}.tar.gz" +_git_tag="v${pkgver}-${pkgrel%%.*}" +source=("https://notabug.org/bill-auger/calamares/archive/${_git_tag}.tar.gz" welcome-lxde.txt welcome-mate.txt) -sha256sums=('819fa6cb493592e99be5ef1cc7589b7fff00471eee7a622c6e53a8478abf4410' +sha256sums=('1873371daf0b56fbd50e16768a9d3618b0a9078098a9895797cd86bca8199bf9' 'f4eac2d05a33daaf75e81b4240124dbbd98e662797335ab116501e92b20e9849' '6211c6a404fc1a9437d291603fe9990580561f1057463a1f414f3662ff798a24') @@ -32,12 +35,12 @@ build() mkdir -p ${srcdir}/calamares/build cd ${srcdir}/calamares/build - cmake -DCMAKE_BUILD_TYPE=Debug \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ - -DSKIP_MODULES="dracut dracutlukscfg dummycpp dummyprocess dummypython \ - dummypythonqt initramfs initramfscfg interactiveterminal \ - license plymouthcfg removeuser webview" .. + cmake -DCMAKE_BUILD_TYPE=Debug \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DSKIP_MODULES="dracut dracutlukscfg dummycpp dummyprocess dummypython \ + dummypythonqt initramfs initramfscfg interactiveterminal \ + license plymouthcfg removeuser tracking webview" .. } package() -- cgit v1.2.3