summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-28 16:26:39 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-28 16:28:18 +0200
commit1f3535ce5857d4010a3a4a61cebe0fbabd903ebc (patch)
tree61eb41aef1e423e81bea58e502c2357820ee3b2e /xfce-base
parentdev-python/python-swiftclient: Remove old (diff)
downloadgentoo-1f3535ce5857d4010a3a4a61cebe0fbabd903ebc.tar.gz
gentoo-1f3535ce5857d4010a3a4a61cebe0fbabd903ebc.tar.bz2
gentoo-1f3535ce5857d4010a3a4a61cebe0fbabd903ebc.zip
xfce-base/xfce4-settings: Enable py3.12 & py3.13, fix shebang
Closes: https://bugs.gentoo.org/929265 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/xfce4-settings/xfce4-settings-4.18.4-r1.ebuild (renamed from xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild)9
-rw-r--r--xfce-base/xfce4-settings/xfce4-settings-4.19.2-r1.ebuild (renamed from xfce-base/xfce4-settings/xfce4-settings-4.19.2.ebuild)3
2 files changed, 9 insertions, 3 deletions
diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.18.4-r1.ebuild
index ff68946bd72c..b97be62584a0 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.4-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit python-single-r1 xdg-utils
@@ -52,6 +52,11 @@ BDEPEND="
sys-devel/gettext
"
+src_prepare() {
+ default
+ python_fix_shebang dialogs/mime-settings/helpers/xfce4-compose-mail
+}
+
src_configure() {
local myconf=(
$(use_enable upower upower-glib)
diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.19.2.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.19.2-r1.ebuild
index a0230d2c2ba5..e1e113024de1 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.19.2.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.19.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit autotools python-single-r1 xdg-utils
@@ -66,6 +66,7 @@ BDEPEND="
src_prepare() {
default
eautomake
+ python_fix_shebang dialogs/mime-settings/helpers/xfce4-compose-mail
}
src_configure() {