public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/meteo-qt/
Date: Sun, 30 Mar 2025 08:21:10 +0000 (UTC)	[thread overview]
Message-ID: <1743322175.8cd126a04419b8c9cd872a8539bac462beec693e.cybertailor@gentoo> (raw)

commit:     8cd126a04419b8c9cd872a8539bac462beec693e
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Mar 28 07:49:12 2025 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Mar 30 08:09:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8cd126a0

gui-apps/meteo-qt: add 4.2, drop 3.4

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 gui-apps/meteo-qt/Manifest                              |  2 +-
 .../{meteo-qt-3.4.ebuild => meteo-qt-4.2.ebuild}        | 17 +++++++++++------
 2 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/gui-apps/meteo-qt/Manifest b/gui-apps/meteo-qt/Manifest
index 46d086314..c9cf04908 100644
--- a/gui-apps/meteo-qt/Manifest
+++ b/gui-apps/meteo-qt/Manifest
@@ -1,2 +1,2 @@
-DIST meteo-qt-3.4.gh.tar.gz 970247 BLAKE2B 44980c54c4fd746b487192e621b84ec278db22fdea534646535f49535dc1937a815d79ede3870e49f14c95c051c73c90f4e1cdd25099ebf311bc3ecb540d727c SHA512 3e9221ba460a0be874c2e1edb8eac3d363bae68f7d333977196230e3d37f28b12ed1d02b3d729830fbcd68288994cc27d1d940989f36e44475bf8eb01529bbf1
 DIST meteo-qt-4.1.gh.tar.gz 1023593 BLAKE2B 0bd8a86795bfe81d99321894659427b754316b37d26e1352e515a7549a78511220e1d1df7596ecfbebe7d2d855133f9d4e978c8139a1477c87df49418bbeae7b SHA512 8b5bfa3375bc1662649343a9e1271416e2e6df7a76d667fe7f98384749ab909eaac9f15fe7602ac251ca995b0ebe900652717f6913dee6faa75c310a54760606
+DIST meteo-qt-4.2.gh.tar.gz 1025229 BLAKE2B 807b33b0fed573d129a344dd98da8c7d2f7cbfed9cde65cef7b62805f9afe5f75c9aeefec613a03ee30cc0df088f9984357a2658a6f02f0117e2f67e1c2ac67f SHA512 88b5bda28a1c64bc2b261cc404e5370cc69a8773061627fe1f89c9d329c02401102153f90f6bef510568a80ed2af46743ff633da2637fc61abda814b642ae6c5

diff --git a/gui-apps/meteo-qt/meteo-qt-3.4.ebuild b/gui-apps/meteo-qt/meteo-qt-4.2.ebuild
similarity index 68%
rename from gui-apps/meteo-qt/meteo-qt-3.4.ebuild
rename to gui-apps/meteo-qt/meteo-qt-4.2.ebuild
index ecec26b3d..0cd13431e 100644
--- a/gui-apps/meteo-qt/meteo-qt-3.4.ebuild
+++ b/gui-apps/meteo-qt/meteo-qt-4.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2023-2024 Gentoo Authors
+# Copyright 2023-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
 DISTUTILS_USE_PEP517=setuptools
 DISTUTILS_SINGLE_IMPL=1
 inherit distutils-r1 qmake-utils xdg
@@ -18,17 +18,22 @@ KEYWORDS="~amd64"
 
 RDEPEND="
 	$(python_gen_cond_dep '
-		dev-python/pyqt5[${PYTHON_USEDEP}]
+		dev-python/pyqt6[${PYTHON_USEDEP}]
 		dev-python/lxml[${PYTHON_USEDEP}]
 	')
 "
 BDEPEND="
-	dev-python/pyqt5
-	dev-qt/linguist-tools
+	dev-python/pyqt6
+	dev-qt/qttools:6[linguist]
 "
 
+src_prepare() {
+	sed "s/lrelease-pro-qt6/lrelease-pro/g" -i setup.py || die
+	distutils-r1_src_prepare
+}
+
 src_compile() {
-	local -x PATH="$(qt5_get_bindir):${PATH}"
+	local -x PATH="${EPREFIX}$(qt6_get_libdir)/qt6/libexec:${PATH}"
 	distutils-r1_src_compile
 }
 


             reply	other threads:[~2025-03-30  8:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-30  8:21 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-20  6:29 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/meteo-qt/ Anna Vyalkova
2024-10-07  0:31 Anna Vyalkova
2024-08-20 10:03 Anna Vyalkova
2023-12-04 19:45 Anna Vyalkova
2023-04-02  3:41 Anna Vyalkova

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=1743322175.8cd126a04419b8c9cd872a8539bac462beec693e.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --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