From defa94d4c6b3cf787ef9ef4f67c45b323f16c48a Mon Sep 17 00:00:00 2001 From: bill-auger Date: Tue, 22 May 2018 10:53:24 -0400 Subject: [calamares]: add ckbcomp dep --- pcr-testing/calamares/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pcr-testing') diff --git a/pcr-testing/calamares/PKGBUILD b/pcr-testing/calamares/PKGBUILD index dce66c126..5b6b8d154 100644 --- a/pcr-testing/calamares/PKGBUILD +++ b/pcr-testing/calamares/PKGBUILD @@ -6,8 +6,8 @@ pkgver=3.1.9 pkgrel='parabola8' pkgdesc='Distribution-independent installer framework - Parabola edition' arch=('i686' 'x86_64') -license=('GPL') url="https://calamares.io/" +license=('GPL') _latest_version() { pacman -Si $1 | awk '$1=="Version"{print $3}' ; } _build_couplings=("boost=$(_latest_version 'boost')") @@ -17,9 +17,9 @@ _runtime_couplings=("boost-libs=$(_latest_version 'boost')" "qt5-base=$(_latest_version 'qt5-base')") makedepends=(${_build_couplings[@]} 'extra-cmake-modules' 'git' 'kservice' \ 'kwindowsystem' 'plasma-framework' 'qt5-tools') -depends=(${_runtime_couplings[@]} 'dmidecode' 'gptfdisk' 'hwinfo' 'kconfig' 'kcoreaddons' - 'ki18n' 'kparts' 'os-prober' 'polkit-qt5' 'python' 'squashfs-tools' 'solid' - 'qt5ct' 'qt5-styleplugins' 'qt5-svg' 'yaml-cpp') +depends=(${_runtime_couplings[@]} 'ckbcomp' 'dmidecode' 'gptfdisk' 'hwinfo' 'kconfig' + 'kcoreaddons' 'ki18n' 'kparts' 'os-prober' 'polkit-qt5' 'python' 'squashfs-tools' + 'solid' 'qt5ct' 'qt5-styleplugins' 'qt5-svg' 'yaml-cpp') _git_tag="v${pkgver}-${pkgrel%%.*}" _build_dir=${pkgname}-${_git_tag}/build -- cgit v1.2.3