diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2017-12-17 06:51:33 -0500 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2017-12-18 11:34:45 -0500 |
commit | bd0f4dafa96344f27470094bf6aee97aa19fd0bb (patch) | |
tree | ba877dc519f24cf3c015937fef0e84b1020b77b3 /pcr-testing | |
parent | fb74789cc143bdf33fd2e786a1affe2968b71353 (diff) | |
download | abslibre-bd0f4dafa96344f27470094bf6aee97aa19fd0bb.tar.gz abslibre-bd0f4dafa96344f27470094bf6aee97aa19fd0bb.tar.bz2 abslibre-bd0f4dafa96344f27470094bf6aee97aa19fd0bb.zip |
[calamares]: upgrade
Diffstat (limited to 'pcr-testing')
-rw-r--r-- | pcr-testing/calamares/PKGBUILD | 7 | ||||
-rw-r--r-- | pcr-testing/calamares/welcome-lxde.txt | 8 | ||||
-rw-r--r-- | pcr-testing/calamares/welcome-mate.txt | 8 |
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). |