summaryrefslogtreecommitdiff
path: root/pcr-testing
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2019-09-02 05:48:09 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2019-09-06 08:17:50 -0400
commit7d5fb4f37d5845ec14f7967252310572bbd9a8a6 (patch)
treee7c1f4a2ed41385615d68066a0c78ea1c22a0e05 /pcr-testing
parentffdc392b683fa9367005bc6c6ab82a1b276837f7 (diff)
[calamares]: upgrade to v3.2.12
Diffstat (limited to 'pcr-testing')
-rw-r--r--pcr-testing/calamares/PKGBUILD33
1 files changed, 17 insertions, 16 deletions
diff --git a/pcr-testing/calamares/PKGBUILD b/pcr-testing/calamares/PKGBUILD
index c8c70aa7d..0c5c376bd 100644
--- a/pcr-testing/calamares/PKGBUILD
+++ b/pcr-testing/calamares/PKGBUILD
@@ -2,19 +2,19 @@
pkgname=calamares
-pkgver=3.2.8
-pkgrel='parabola2.2'
+pkgver=3.2.12
+pkgrel='parabola1'
pkgdesc='Distribution-independent installer framework - Parabola edition'
arch=('i686' 'x86_64')
url=https://calamares.io/
license=('GPL')
-depends=('boost-libs' 'ckbcomp' 'dmidecode' 'gptfdisk' 'hwinfo' 'icu' 'kconfig' \
- 'kcoreaddons' 'ki18n' 'kparts' 'kpmcore' 'libpwquality' \
- 'polkit-qt5' 'python' 'solid' 'qt5-base' 'qt5ct' 'qt5-svg' 'yaml-cpp' )
-makedepends=('boost' 'extra-cmake-modules' 'git' 'kservice' 'kwindowsystem' \
- 'plasma-framework' 'qt5-tools' )
-conflicts=('os-prober') # FIXME: calamares+os-prober is buggy again
+depends=('boost-libs' 'ckbcomp' 'dmidecode' 'gptfdisk' 'hwinfo' 'icu' 'kconfig' \
+ 'kcoreaddons' 'ki18n' 'kparts' 'kpmcore' 'libpwquality' 'polkit-qt5' 'python' \
+ 'solid' 'qt5-base' 'qt5ct' 'qt5-svg' 'yaml-cpp' )
+makedepends=('boost' 'extra-cmake-modules' 'git' 'kservice' 'kwindowsystem' 'qt5-tools')
+depends+=('os-prober') # FIXME: qemu+calamares+os-prober was buggy last build - try again
+# conflicts=('os-prober') # FIXME: qemu+calamares+os-prober is buggy again
_git_tag=v${pkgver}-${pkgrel%%.*}
_build_dir=${pkgname}/build
@@ -42,14 +42,15 @@ build()
mkdir -p "${srcdir}/${_build_dir}"
cd "${srcdir}/${_build_dir}"
- cmake -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DSKIP_MODULES="contextualprocess dracut dracutlukscfg dummycpp dummyprocess \
- dummypython dummypythonqt fsresizer initramfs initramfscfg \
- interactiveterminal license networkcfg openrcdmcryptcfg \
- packages plymouthcfg preservefiles rawfs removeuser \
- shellprocess tracking unpackfs webview" ..
+ cmake -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DSKIP_MODULES="contextualprocess dracut dracutlukscfg dummycpp dummyprocess \
+ dummypython dummypythonqt fsresizer initramfs initramfscfg \
+ interactiveterminal license netinstall networkcfg oemid \
+ openrcdmcryptcfg packagechooser packages plasmalnf plymouthcfg \
+ preservefiles rawfs removeuser shellprocess tracking unpackfs \
+ webview" ..
make
}