summaryrefslogtreecommitdiff
path: root/pcr-testing/calamares
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2017-12-20 13:32:50 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2017-12-20 13:32:50 -0500
commit171f939f1d2e93f95211adeaf6ec4ab8c9bcf540 (patch)
tree66e697b07d1fa23ed0121528783eb73f36c96267 /pcr-testing/calamares
parentbb5501a8ed07195aedd463480d127690e9241eff (diff)
[calamares]: rebuild
Diffstat (limited to 'pcr-testing/calamares')
-rw-r--r--pcr-testing/calamares/PKGBUILD15
1 files changed, 10 insertions, 5 deletions
diff --git a/pcr-testing/calamares/PKGBUILD b/pcr-testing/calamares/PKGBUILD
index d57545e04..a01e892d4 100644
--- a/pcr-testing/calamares/PKGBUILD
+++ b/pcr-testing/calamares/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=calamares
pkgver=3.1.9
-pkgrel='parabola1.1'
+pkgrel='parabola1.2'
pkgdesc='Distribution-independent installer framework - Parabola edition'
arch=('i686' 'x86_64')
license=('GPL')
@@ -19,8 +19,12 @@ depends=(${_runtime_couplings[@]} 'dmidecode' 'gptfdisk' 'hwinfo' 'kconfig' 'kco
'qt5ct' 'qt5-styleplugins' 'qt5-svg' 'yaml-cpp')
_git_tag="${pkgver}-${pkgrel%%.*}"
-source=("https://notabug.org/bill-auger/calamares/archive/v${_git_tag}.tar.gz")
-sha256sums=('4ce0da2894a7f474c10af65d4c32fd595640bf2307cddaffd0f6636a717f4b65')
+source=("https://notabug.org/bill-auger/calamares/archive/v${_git_tag}.tar.gz"
+ welcome-lxde.txt
+ welcome-mate.txt)
+sha256sums=('4ce0da2894a7f474c10af65d4c32fd595640bf2307cddaffd0f6636a717f4b65'
+ 'f4eac2d05a33daaf75e81b4240124dbbd98e662797335ab116501e92b20e9849'
+ '6211c6a404fc1a9437d291603fe9990580561f1057463a1f414f3662ff798a24')
build()
@@ -33,7 +37,7 @@ build()
-DCMAKE_INSTALL_LIBDIR=lib \
-DSKIP_MODULES="dracut dracutlukscfg dummycpp dummyprocess dummypython \
dummypythonqt initramfs initramfscfg interactiveterminal \
- license plymouthcfg removeuser tracking webview" ..
+ license plymouthcfg removeuser webview" ..
}
package()
@@ -43,5 +47,6 @@ package()
make DESTDIR=${pkgdir} install
# ASSERT: one welcome-<DESKTOP>*.txt for each DESKTOP in calamares GS::DESKTOPS_KEY
- cp ${srcdir}/welcome-*.txt ${pkgdir}/usr/share/calamares/welcome/
+ install -d usr/share/calamares/welcome/
+ cp ${srcdir}/welcome-*.txt usr/share/calamares/welcome/
}