From bd0f4dafa96344f27470094bf6aee97aa19fd0bb Mon Sep 17 00:00:00 2001 From: bill-auger Date: Sun, 17 Dec 2017 06:51:33 -0500 Subject: [calamares]: upgrade --- pcr-testing/calamares/PKGBUILD | 7 ++++++- pcr-testing/calamares/welcome-lxde.txt | 8 ++++++++ pcr-testing/calamares/welcome-mate.txt | 8 ++++++++ 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 pcr-testing/calamares/welcome-lxde.txt create mode 100644 pcr-testing/calamares/welcome-mate.txt (limited to 'pcr-testing') 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-*.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). -- cgit v1.2.3