mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
calamares: fix modules lack py-qt
This commit is contained in:
parent
295cb5bf83
commit
37c5ef7e3a
2 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ url="https://github.com/calamares/calamares"
|
|||
depends=('kconfig' 'kcoreaddons' 'kiconthemes' 'ki18n' 'kio' 'solid' 'yaml-cpp' 'kpmcore>=4.2.0' 'mkinitcpio-openswap'
|
||||
'boost-libs' 'ckbcomp' 'hwinfo' 'qt5-svg' 'polkit-qt5' 'gtk-update-icon-cache' 'plasma-framework'
|
||||
'qt5-xmlpatterns' 'squashfs-tools' 'libpwquality' 'efibootmgr' 'icu'
|
||||
'python' 'parted')
|
||||
'python' 'parted' 'python-pyqt5')
|
||||
conflicts=()
|
||||
makedepends=('python' 'python-jsonschema' 'appstream-qt' 'python-yaml' 'extra-cmake-modules' 'qt5-tools' 'qt5-translations' 'git' 'boost' 'git')
|
||||
backup=('usr/share/calamares/modules/bootloader.conf'
|
||||
|
|
|
@ -12,6 +12,7 @@ update_on:
|
|||
github: calamares/calamares
|
||||
use_latest_release: true
|
||||
prefix: 'v'
|
||||
- alias: python
|
||||
staging: true
|
||||
repo_depends:
|
||||
- mkinitcpio-openswap
|
||||
|
|
Loading…
Add table
Reference in a new issue