From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/calamares/
Date: Fri, 04 Apr 2025 10:22:24 +0000 (UTC) [thread overview]
Message-ID: <1743762130.6a267edebdcac87b0362e7826f2b28070899642a.ceamac@gentoo> (raw)
commit: 6a267edebdcac87b0362e7826f2b28070899642a
Author: Stefan Cristian B. <stefan.cristian+git <AT> rogentos <DOT> ro>
AuthorDate: Tue Mar 25 18:55:25 2025 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Apr 4 10:22:10 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a267ede
app-admin/calamares: bump 3.3.14
* Removed dependencies that are only used
for configuration of Calamares in case
anyone wants to use extras.
Another package can be created and used
in order to install Gentoo via GUI.
* Removed tests that are changing
host variables, and testing directly
on host, unsandbox'ed.
Signed-off-by: Stefan Cristian B. <stefan.cristian+git <AT> rogentos.ro>
Closes: https://github.com/gentoo/gentoo/pull/41021
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
app-admin/calamares/Manifest | 1 +
app-admin/calamares/calamares-3.3.14.ebuild | 101 ++++++++++++++++++++++++++++
2 files changed, 102 insertions(+)
diff --git a/app-admin/calamares/Manifest b/app-admin/calamares/Manifest
index 9ba0c9a58d5b..b2b24a4cc13f 100644
--- a/app-admin/calamares/Manifest
+++ b/app-admin/calamares/Manifest
@@ -1,2 +1,3 @@
DIST calamares-3.3.13.tar.gz 4819478 BLAKE2B 627a6c95cf409b281a782e1ebd106fdb9cbb69eb73b8b673c5854f6c8fe49868463c7a71ee096e49f994711b6d4a93a387e7d1e22be32021b96835eda3309661 SHA512 9b8395ac43c7dcd1a9a92385bef61b0dfa74936f8aef418d061522d8600d1dddf2f5f28f6052d3a0eee46bb1fc8b1eb502e8d455ea1ed72846ad7db3c9b8c1b4
+DIST calamares-3.3.14.tar.gz 4820523 BLAKE2B cdeaf82fbaf33b504e65b43a60f80fc0bcd6d57b7106b268ff7af7c06108708158243f8e80c9f7cfb5694760c01a4fa8eedc57b19852dda09ed027647d1634b1 SHA512 b402a450c6af04632738c4aaa871644f72e848bd49a1214cf0c9fa7d7f9b07ebf00b98a39cd009b422970633ef2f02b5f7abeccfdda22a343b70c251083ad0c8
DIST calamares-3.3.6.tar.gz 4733000 BLAKE2B 6c5bae1c7939d84fdbf599e7c5b478c799efbdf21f1aa120fda05106775477274eafd5687a787c177b747226c8438aec72acc90414bff9c7952d71ce8cb5e376 SHA512 3fa38f136a7a8c1f7dc2be8f98d2f323e38ab3bb535ffaf833d26839c3a2fe1d1dab392cd103380098328fc7465f262cde7ae09efa996c7fb66233d8391ae4f6
diff --git a/app-admin/calamares/calamares-3.3.14.ebuild b/app-admin/calamares/calamares-3.3.14.ebuild
new file mode 100644
index 000000000000..41b5d5e3c575
--- /dev/null
+++ b/app-admin/calamares/calamares-3.3.14.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PYTHON_COMPAT=( python3_{10..13} )
+
+QTMIN="6.7.1"
+KFMIN="6.9.0"
+inherit ecm python-single-r1 xdg
+
+DESCRIPTION="Distribution-independent installer framework"
+HOMEPAGE="https://calamares.io"
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+networkmanager +upower"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+ dev-cpp/yaml-cpp:=
+ dev-libs/icu:=
+ $(python_gen_cond_dep '
+ >=dev-libs/boost-1.72.0:=[python,${PYTHON_USEDEP}]
+ dev-libs/libpwquality[python,${PYTHON_USEDEP}]
+ ')
+ >=dev-qt/qtbase-${QTMIN}:6[concurrent,dbus,gui,network,widgets,xml]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=dev-qt/qtsvg-${QTMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kcrash-${KFMIN}:6
+ >=kde-frameworks/kpackage-${KFMIN}:6
+ >=kde-frameworks/kparts-${KFMIN}:6
+ sys-apps/dmidecode
+ >=sys-libs/kpmcore-24.01.75:6=
+ virtual/libcrypt:=
+"
+RDEPEND="${DEPEND}
+ app-admin/sudo
+ net-misc/rsync
+ sys-boot/grub:2
+ sys-boot/os-prober
+ sys-fs/squashfs-tools
+ sys-libs/timezone-data
+"
+BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
+
+src_prepare() {
+ ecm_src_prepare
+ export PYTHON_INCLUDE_DIRS="$(python_get_includedir)" \
+ PYTHON_INCLUDE_PATH="$(python_get_library_path)"\
+ PYTHON_CFLAGS="$(python_get_CFLAGS)"\
+ PYTHON_LIBS="$(python_get_LIBS)"
+
+ cp "${FILESDIR}/calamares-gentoo-branding.desc" \
+ src/branding/default/branding.desc ||
+ die "Failed to overwrite branding file"
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DINSTALL_CONFIG=ON
+ -DINSTALL_COMPLETION=ON
+ -DINSTALL_POLKIT=ON
+ -DCMAKE_DISABLE_FIND_PACKAGE_LIBPARTED=ON
+ -DWITH_PYTHON=ON
+ # Use system instead
+ -DWITH_PYBIND11=OFF
+ -DBUILD_APPDATA=ON
+ -DWITH_QT6=ON
+ )
+
+ ecm_src_configure
+}
+
+src_test() {
+ local myctestargs=(
+ # Skipped tests:
+ # packagechoosertest (file exists returned false)
+ # partitiondevicestest for trying to access host
+ # usershostnametest for changing hostname
+ # displaymanager for testing access on host DMs
+ #
+ # Requires network
+ # libcalamaresnetworktest
+ # test_libcalamaresuipaste
+ #
+ # E1101
+ # lint-dummypython
+ #
+ # E0606
+ # lint-mount
+ -E "(lint-displaymanager|lint-dummypython|lint-mount|validate-unpackfsc-unpackfsc|displaymanager|validate-unpackfsc-1|packagechoosertest|load-dummypython|load-dummypython-1|libcalamaresnetworktest|partitiondevicestest|usershostnametest|test_libcalamaresuipaste)"
+ )
+
+ cmake_src_test
+}
next reply other threads:[~2025-04-04 10:22 UTC|newest]
Thread overview: 97+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-04 10:22 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-19 18:28 [gentoo-commits] repo/gentoo:master commit in: app-admin/calamares/ Viorel Munteanu
2025-04-19 18:28 Viorel Munteanu
2025-04-04 10:22 Viorel Munteanu
2025-01-02 10:16 Nowa Ammerlaan
2024-09-07 21:26 Andreas Sturmlechner
2024-09-07 21:26 Andreas Sturmlechner
2024-05-27 21:26 Andrew Ammerlaan
2024-05-27 21:26 Andrew Ammerlaan
2024-05-27 19:29 Andrew Ammerlaan
2024-04-29 19:16 Andrew Ammerlaan
2024-03-05 9:57 Andreas Sturmlechner
2023-06-15 21:45 Sam James
2023-06-15 2:27 Sam James
2023-06-15 2:27 Sam James
2023-03-18 20:38 Ulrich Müller
2022-07-19 20:47 Sam James
2022-07-19 18:48 Sam James
2021-08-22 3:17 Sam James
2021-02-01 16:32 Sam James
2020-10-21 11:54 David Seifert
2020-08-20 5:37 Johannes Huber
2020-08-20 5:37 Johannes Huber
2020-03-19 7:08 Johannes Huber
2020-03-19 7:08 Johannes Huber
2020-03-12 15:50 Andreas Sturmlechner
2020-02-09 15:54 Michał Górny
2020-01-01 19:47 Johannes Huber
2019-08-18 11:26 Andreas Sturmlechner
2019-08-18 11:26 Andreas Sturmlechner
2018-10-01 10:48 Johannes Huber
2018-09-27 20:29 Ettore Di Giacinto
2018-09-27 20:29 Ettore Di Giacinto
2018-05-19 10:47 Johannes Huber
2018-05-07 16:38 Johannes Huber
2018-05-07 16:38 Johannes Huber
2018-03-29 19:26 Johannes Huber
2018-03-29 18:38 Johannes Huber
2018-03-29 18:38 Johannes Huber
2018-02-08 20:22 Johannes Huber
2018-01-24 18:30 Johannes Huber
2018-01-24 18:30 Johannes Huber
2018-01-02 13:39 Johannes Huber
2018-01-02 13:32 Johannes Huber
2017-11-13 18:17 Johannes Huber
2017-10-27 21:09 Johannes Huber
2017-10-27 21:09 Johannes Huber
2017-10-15 16:42 Johannes Huber
2017-10-15 16:42 Johannes Huber
2017-10-07 16:47 Johannes Huber
2017-10-07 16:47 Johannes Huber
2017-09-15 18:42 Johannes Huber
2017-09-06 17:20 Johannes Huber
2017-09-04 19:51 Johannes Huber
2017-07-30 8:36 Michał Górny
2017-07-14 17:34 Johannes Huber
2017-07-14 17:34 Johannes Huber
2017-06-04 12:04 Johannes Huber
2017-06-04 12:04 Johannes Huber
2017-03-03 18:20 Johannes Huber
2017-02-18 19:08 Ettore Di Giacinto
2017-02-16 18:32 Ettore Di Giacinto
2017-02-16 10:43 Ettore Di Giacinto
2017-01-19 17:55 Johannes Huber
2017-01-19 17:55 Johannes Huber
2016-12-18 18:27 Johannes Huber
2016-11-28 19:34 Johannes Huber
2016-11-28 19:34 Johannes Huber
2016-11-07 19:43 Johannes Huber
2016-11-07 19:43 Johannes Huber
2016-11-07 19:43 Johannes Huber
2016-11-01 21:12 Johannes Huber
2016-11-01 21:12 Johannes Huber
2016-10-17 17:56 Johannes Huber
2016-10-17 17:56 Johannes Huber
2016-10-14 6:14 Johannes Huber
2016-10-14 6:14 Johannes Huber
2016-08-28 16:36 Johannes Huber
2016-08-28 16:36 Johannes Huber
2016-07-25 22:13 Johannes Huber
2016-07-01 17:20 Johannes Huber
2016-07-01 17:20 Johannes Huber
2016-06-06 18:40 Johannes Huber
2016-06-06 18:40 Johannes Huber
2016-05-22 19:09 Johannes Huber
2016-05-15 11:40 Johannes Huber
2016-05-15 11:40 Johannes Huber
2016-04-25 15:48 Johannes Huber
2016-04-12 17:48 Johannes Huber
2016-04-10 19:07 Johannes Huber
2016-04-08 18:22 Johannes Huber
2016-04-08 18:22 Johannes Huber
2016-04-07 18:37 Johannes Huber
2016-04-07 18:37 Johannes Huber
2016-03-15 16:04 Johannes Huber
2016-03-13 11:11 Johannes Huber
2016-03-12 13:40 Johannes Huber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1743762130.6a267edebdcac87b0362e7826f2b28070899642a.ceamac@gentoo \
--to=ceamac@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox