From ca243e759a5588b8195e8ac4c7586aa61c8b6cfe Mon Sep 17 00:00:00 2001 From: bill-auger Date: Fri, 28 Jun 2019 12:15:15 -0400 Subject: tweak mk script --- mk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'mk') diff --git a/mk b/mk index ad8c1ccd4..d297d4004 100755 --- a/mk +++ b/mk @@ -12,8 +12,10 @@ sudo echo -n if pacman --version 2> /dev/null | grep libalpm > /dev/null then print "\n--- running pacman ---\n" BASE_PKGS="$(pacman -Qg base-devel | cut -d ' ' -f 2)" - CALAMARES_PKGS="boost extra-cmake-modules git kconfig kpmcore kservice kwindowsystem \ - plasma-framework qt5-tools polkit-qt5 yaml-cpp" # squashfs-tools os-prober + CALAMARES_PKGS="boost boost-libs ckbcomp dmidecode extra-cmake-modules git gptfdisk \ + hwinfo icu kconfig kcoreaddons ki18n kparts kpmcore kservice \ + kwindowsystem libpwquality plasma-framework polkit-qt5 python \ + qt5-base qt5-svg qt5-tools qt5ct solid yaml-cpp" # squashfs-tools os-prober # PARABOLA_PKGS="arch-install-scripts" PKGS="$BASE_PKGS $CALAMARES_PKGS $PARABOLA_PKGS" pacman -Qi calamares > /dev/null 2>&1 && sudo pacman -R calamares @@ -42,7 +44,6 @@ fi print "\n--- running cmake ---\n" -sed -i "s|_BUILD_DATE_|$(date +%Y.%m)|" src/branding/parabola/branding.desc cd ./build cmake -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ @@ -52,6 +53,7 @@ cmake -DCMAKE_BUILD_TYPE=Release interactiveterminal license networkcfg openrcdmcryptcfg \ packages plymouthcfg preservefiles rawfs removeuser \ shellprocess tracking unpackfs webview" .. +sed -i "s|_BUILD_DATE_|$(date +%Y.%m)|" src/branding/parabola/branding.desc if [ -d /usr/share/calamares/ -o -f /usr/bin/calamares ] then print "\n--- running make uninstall ---\n" -- cgit v1.2.2