summaryrefslogtreecommitdiff
path: root/pcr-testing
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-04-12 22:09:43 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2018-04-19 06:44:03 -0400
commitef0e4af0d3e21b97c2275337832c1bdbe52e847b (patch)
tree5397ed3d15257c9c2ce7f36640e7a767d0d63ae1 /pcr-testing
parent7d92462cc38ff6392983ba5b0b9a633138c5a87b (diff)
[calamares]: upgrade to v3.1.9-parabola6
Diffstat (limited to 'pcr-testing')
-rw-r--r--pcr-testing/calamares/PKGBUILD27
1 files changed, 15 insertions, 12 deletions
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()