summaryrefslogtreecommitdiff
path: root/pcr-testing
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-05-22 10:53:24 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2018-05-22 11:01:44 -0400
commitdefa94d4c6b3cf787ef9ef4f67c45b323f16c48a (patch)
tree3fbe27c19e8321aa91010f9532ae358b0c1c4049 /pcr-testing
parent7318c622bb186856e330cf519c1a9ce96f2f1645 (diff)
[calamares]: add ckbcomp dep
Diffstat (limited to 'pcr-testing')
-rw-r--r--pcr-testing/calamares/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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