Update calamares from 3.2.62_2 to 3.3.1_1

This commit is contained in:
Kevin Figueroa 2024-02-10 21:08:01 -06:00
parent 6e8120eb97
commit 9068b3a698
2 changed files with 8 additions and 8 deletions

View file

@ -4276,8 +4276,8 @@ libunicode_ucd.so.0.4 libunicode-0.4.0_1
libunicode_loader.so.0.4 libunicode-0.4.0_1
# Cereus Linux custom shlibs
libcalamares.so.3.2.62 calamares-3.2.62_2
libcalamaresui.so.3.2.62 calamares-3.2.62_2
libcalamares.so.3.3 calamares-3.3.1_1
libcalamaresui.so.3.3 calamares-3.3.1_1
libvulkan.so.1 heroic-bin-2.4.3_1
libvulkan.so.1 brave-bin-1.39.122_1
libxviewer.so xviewer-3.2.10_2

View file

@ -1,7 +1,7 @@
# Template file for 'calamares'
pkgname=calamares
version=3.2.62
revision=2
version=3.3.1
revision=1
build_style=cmake
repository=cereus-extra
configure_args="-DCMAKE_BUILD_TYPE=Release
@ -14,8 +14,8 @@ configure_args="-DCMAKE_BUILD_TYPE=Release
-DSKIP_MODULES='webview;interactiveterminal;services-systemd;dummyprocess;dummypython;dummycpp;dummypythonqt'"
hostmakedepends="git extra-cmake-modules pkg-config gettext
ckbcomp kcoreaddons kdelibs4support python3-yaml clang"
makedepends="python3-devel python3-jsonschema yaml-cpp-devel boost-devel qt5-devel python3-devel kpmcore-devel
qt5-tools qt5-translations boost boost-python3 python3-QtPy qt5-svg-devel
makedepends="python3-devel python3-jsonschema yaml-cpp-devel qt5-devel python3-devel kpmcore-devel
qt5-tools qt5-translations qt5-svg-devel
libpwquality AppStream-qt plasma-framework-devel qt5-webengine"
depends="kconfig kcoreaddons kiconthemes ki18n kio ksolid yaml-cpp kpmcore boost ckbcomp
hardinfo qt5-svg polkit-qt5 gtk-update-icon-cache plasma-framework qt5-xmlpatterns
@ -25,7 +25,7 @@ maintainer="Kevin Figueroa <kfdevart@disroot.org>"
license="GPL-3.0-or-later"
homepage="https://calamares.io"
distfiles="https://github.com/${pkgname}/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
checksum=a0fbcec2a438693753fc174220356119ad7adb8a2b19c317518aa1cb025d6dd0
checksum=c5a6dd7d2fb7dc5d8a863f37f6f64782b88f79e341f7bf8504eb98dc31f714ef
case ${XBPS_TARGET_MACHINE} in
*-musl)
@ -42,7 +42,7 @@ post_install() {
vmkdir etc/polkit-1/rules.d/
vinstall ${FILESDIR}/49-nopasswd-calamares.rules 644 etc/polkit-1/rules.d/
for license in BSD-2-Clause CC-BY-4.0 CC0-1.0 GPL-3.0-or-later LGPL-2.0-only LGPL-2.1-only LGPL-3.0-or-later MIT; do
for license in BSD-2-Clause CC-BY-4.0 CC0-1.0 GPL-3.0-or-later LGPL-2.1-only LGPL-3.0-or-later MIT; do
vlicense LICENSES/${license}.txt
done