summaryrefslogtreecommitdiff
path: root/pcr-testing/calamares
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2017-12-17 06:51:33 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2017-12-18 11:34:45 -0500
commitbd0f4dafa96344f27470094bf6aee97aa19fd0bb (patch)
treeba877dc519f24cf3c015937fef0e84b1020b77b3 /pcr-testing/calamares
parentfb74789cc143bdf33fd2e786a1affe2968b71353 (diff)
[calamares]: upgrade
Diffstat (limited to 'pcr-testing/calamares')
-rw-r--r--pcr-testing/calamares/PKGBUILD7
-rw-r--r--pcr-testing/calamares/welcome-lxde.txt8
-rw-r--r--pcr-testing/calamares/welcome-mate.txt8
3 files changed, 22 insertions, 1 deletions
diff --git a/pcr-testing/calamares/PKGBUILD b/pcr-testing/calamares/PKGBUILD
index 4d155c8a6..d57545e04 100644
--- a/pcr-testing/calamares/PKGBUILD
+++ b/pcr-testing/calamares/PKGBUILD
@@ -27,6 +27,7 @@ build()
{
mkdir -p ${srcdir}/calamares/build
cd ${srcdir}/calamares/build
+
cmake -DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
@@ -38,5 +39,9 @@ build()
package()
{
cd ${srcdir}/calamares/build
- make DESTDIR="$pkgdir" install
+
+ 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/
}
diff --git a/pcr-testing/calamares/welcome-lxde.txt b/pcr-testing/calamares/welcome-lxde.txt
new file mode 100644
index 000000000..79639d894
--- /dev/null
+++ b/pcr-testing/calamares/welcome-lxde.txt
@@ -0,0 +1,8 @@
+Parabola is now fully installed with the LXDE Desktop Environment.
+
+Please report any installation problems to the Parabola 'Installation Media' bug tracker
+or any bugs that you may find with any of the software in the repositories
+to the Parabola 'Packages' bug tracker (the 'Report a Bug' desktop shortcut).
+
+If you are connected to the internet and have any other questions or comments,
+feel free to join the Parabola support chat (the 'Parabola IRC Channel' desktop shortcut).
diff --git a/pcr-testing/calamares/welcome-mate.txt b/pcr-testing/calamares/welcome-mate.txt
new file mode 100644
index 000000000..85d068bff
--- /dev/null
+++ b/pcr-testing/calamares/welcome-mate.txt
@@ -0,0 +1,8 @@
+Parabola is now fully installed with the Mate Desktop Environment.
+
+Please report any installation problems to the Parabola 'Installation Media' bug tracker
+or any bugs that you may find with any of the software in the repositories
+to the Parabola 'Packages' bug tracker (the 'Report a Bug' desktop shortcut).
+
+If you are connected to the internet and have any other questions or comments,
+feel free to join the Parabola support chat (the 'Parabola IRC Channel' desktop shortcut).