mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
gui-apps/meteo-qt: add 4.2, drop 3.4
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
parent
00f8fcb855
commit
8cd126a044
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user