-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update calamares from 3.2.62_2 to 3.3.1_1
- Loading branch information
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>" | |
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 | ||
|
||
|