public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/calamares/
Date: Sun, 15 Oct 2017 16:42:16 +0000 (UTC)	[thread overview]
Message-ID: <1508085731.187cb5f76ace026745e963d432538e24aa7ac05c.johu@gentoo> (raw)

commit:     187cb5f76ace026745e963d432538e24aa7ac05c
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 16:41:17 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Oct 15 16:42:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=187cb5f7

app-admin/calamares: Version bump 3.1.6

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 app-admin/calamares/Manifest               |  1 +
 app-admin/calamares/calamares-3.1.6.ebuild | 80 ++++++++++++++++++++++++++++++
 2 files changed, 81 insertions(+)

diff --git a/app-admin/calamares/Manifest b/app-admin/calamares/Manifest
index b6ceec15424..8d1f7ecd3a4 100644
--- a/app-admin/calamares/Manifest
+++ b/app-admin/calamares/Manifest
@@ -1,2 +1,3 @@
 DIST calamares-3.1.4.tar.gz 4958385 SHA256 8255eb9b001b9b1271771c1796eb8217be78299c0a4e7f20e432b3dd4f5d371f SHA512 d3ced4222e21e6e9ab18fb90d4d591b1b59b5fd44841e56e41b2902d00f33a910e0ae287a6777c5d71eb08757cfca31d9210f6eabd00b3dd1dc6377413b54bb2 WHIRLPOOL 622122d9092bb4fff3fa40b0a08d5d71780da962c3fedd2d3c2336ff00242b25f2ba524b6ebdce48155ce0a9729a830b03d9aa3ad4c86bde3d3c26ab83574393
 DIST calamares-3.1.5.tar.gz 2266110 SHA256 02bd3c10e06ac207cdee0ee29f8d20bfe48eba491800e3eab704e1d294736260 SHA512 92e29668ddab880b76319fbf4eeffea21bfa0bd5b8807cb5a2c2786eafe4921f442a9a5773243fafe5942a346d46b89285e9472d4c8da70b70979a049923df06 WHIRLPOOL 74b396551aee5c7831b05a0c40df56f047bf6bd1fb0c9e3e51b2791696b9e19eb1db78128c1167a668d0d4e412cddbb819c807dfb52cc8bea667307921752a80
+DIST calamares-3.1.6.tar.gz 2266993 SHA256 d18d50aca6dc8b8d4d4933b507fdaabeb607adc9c9c14646f1031c005aeaaf98 SHA512 d6e7fa5a040e507141bbd6b3863f5743b9646e503cfec26ed710718835a782b0acf582f24959eb52d906eeca60061d39e01b4a542c3d83535efa17eb4a5b0b85 WHIRLPOOL 3fc71da001282cbe7c670b192335ddac460f3fb053849a51d95d9113b6c31a27ff65ce64811ca26c456ec01911ce8685d73c793183e71bc696cd896f9bf38507

diff --git a/app-admin/calamares/calamares-3.1.6.ebuild b/app-admin/calamares/calamares-3.1.6.ebuild
new file mode 100644
index 00000000000..780fcfe4fd0
--- /dev/null
+++ b/app-admin/calamares/calamares-3.1.6.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{3_4,3_5} )
+inherit kde5 python-r1
+
+DESCRIPTION="Distribution-independent installer framework"
+HOMEPAGE="https://calamares.io"
+if [[ ${KDE_BUILD_TYPE} == live ]] ; then
+	EGIT_REPO_URI="https://github.com/${PN}/${PN}"
+else
+	SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+IUSE="+networkmanager pythonqt +upower"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kparts)
+	$(add_frameworks_dep kservice)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtdeclarative)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtsvg)
+	$(add_qt_dep qtwebengine 'widgets')
+	$(add_qt_dep qtwidgets)
+	>=dev-cpp/yaml-cpp-0.5.1
+	>=dev-libs/boost-1.55:=[${PYTHON_USEDEP}]
+	sys-apps/dbus
+	sys-apps/dmidecode
+	sys-auth/polkit-qt[qt5(+)]
+	>=sys-libs/kpmcore-3.0.3:5=
+	pythonqt? ( >=dev-python/PythonQt-3.1:=[${PYTHON_USEDEP}] )
+"
+
+RDEPEND="${DEPEND}
+	app-admin/sudo
+	dev-libs/libatasmart
+	net-misc/rsync
+	>=sys-block/parted-3.0
+	|| ( sys-boot/grub:2 sys-boot/systemd-boot )
+	sys-boot/os-prober
+	sys-fs/squashfs-tools
+	virtual/udev
+	networkmanager? ( net-misc/networkmanager )
+	upower? ( sys-power/upower )
+"
+
+src_prepare() {
+	python_setup
+	export PYTHON_INCLUDE_DIRS="$(python_get_includedir)" \
+	       PYTHON_INCLUDE_PATH="$(python_get_library_path)"\
+	       PYTHON_CFLAGS="$(python_get_CFLAGS)"\
+	       PYTHON_LIBS="$(python_get_LIBS)"
+
+	eapply_user
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DWEBVIEW_FORCE_WEBKIT=OFF
+		-DWITH_PYTHONQT=$(usex pythonqt)
+	)
+
+	kde5_src_configure
+	sed -i -e 's:pkexec /usr/bin/calamares:calamares-pkexec:' "${S}"/calamares.desktop
+	sed -i -e 's:Icon=calamares:Icon=drive-harddisk:' "${S}"/calamares.desktop
+}
+
+src_install() {
+	kde5_src_install
+	dobin "${FILESDIR}"/calamares-pkexec
+}


             reply	other threads:[~2017-10-15 16:42 UTC|newest]

Thread overview: 93+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-15 16:42 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-02 10:16 [gentoo-commits] repo/gentoo:master commit in: app-admin/calamares/ 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-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=1508085731.187cb5f76ace026745e963d432538e24aa7ac05c.johu@gentoo \
    --to=johu@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