From 891998afe27c8082761ed1c6fe6a6710e246189c Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Sun, 12 Apr 2026 20:06:06 -0400 Subject: calamares: add python as a dep so all modules are built --- linhes/calamares/.gitignore | 1 + linhes/calamares/PKGBUILD | 3 ++- linhes/calamares/__changelog | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 linhes/calamares/__changelog diff --git a/linhes/calamares/.gitignore b/linhes/calamares/.gitignore index 018a3de..8f67b8b 100644 --- a/linhes/calamares/.gitignore +++ b/linhes/calamares/.gitignore @@ -2,3 +2,4 @@ !PKGBUILD !.SRCINFO !.gitignore +!__changelog diff --git a/linhes/calamares/PKGBUILD b/linhes/calamares/PKGBUILD index a44ce55..3a9f168 100644 --- a/linhes/calamares/PKGBUILD +++ b/linhes/calamares/PKGBUILD @@ -4,7 +4,7 @@ _pkgname="calamares" pkgname="$_pkgname" pkgver=3.4.2 -pkgrel=3 +pkgrel=4 pkgdesc="Distribution-independent installer framework" url="https://codeberg.org/Calamares/calamares" license=("GPL-3.0-or-later") @@ -14,6 +14,7 @@ depends=( 'kcoreaddons' 'kpmcore' 'libpwquality' + 'python' 'qt6-declarative' 'qt6-svg' 'yaml-cpp' diff --git a/linhes/calamares/__changelog b/linhes/calamares/__changelog new file mode 100644 index 0000000..3121e04 --- /dev/null +++ b/linhes/calamares/__changelog @@ -0,0 +1 @@ +PKGBUILD: add python as dep so modules all get built -- cgit v0.12