Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-panel-profiles/
Date: Tue, 31 May 2022 07:19:05
Message-Id: 1653981536.bffe294d11744f41b7e921f59283cee5e1cfa6a4.mgorny@gentoo
1 commit: bffe294d11744f41b7e921f59283cee5e1cfa6a4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 07:10:12 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 07:18:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bffe294d
7
8 xfce-extra/xfce4-panel-profiles: Enable py3.10
9
10 Closes: https://bugs.gentoo.org/846365
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 .../xfce4-panel-profiles-1.0.13.ebuild | 19 +++++++++++++------
14 1 file changed, 13 insertions(+), 6 deletions(-)
15
16 diff --git a/xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.13.ebuild b/xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.13.ebuild
17 index ac8c7a170c12..3d82fc01b08a 100644
18 --- a/xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.13.ebuild
19 +++ b/xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.13.ebuild
20 @@ -1,14 +1,17 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{8..9} )
28 +PYTHON_COMPAT=( python3_{8..10} )
29 +
30 inherit python-single-r1 xdg-utils
31
32 DESCRIPTION="Simple application to manage Xfce panel layouts"
33 HOMEPAGE="https://git.xfce.org/apps/xfce4-panel-profiles/about/"
34 -SRC_URI="https://archive.xfce.org/src/apps/xfce4-panel-profiles/$(ver_cut 1-2)/${P}.tar.bz2"
35 +SRC_URI="
36 + https://archive.xfce.org/src/apps/xfce4-panel-profiles/$(ver_cut 1-2)/${P}.tar.bz2
37 +"
38
39 LICENSE="GPL-3+"
40 SLOT="0"
41 @@ -16,15 +19,19 @@ KEYWORDS="~amd64 ~riscv ~x86"
42 IUSE=""
43 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
44
45 -BDEPEND="${PYTHON_DEPS}"
46 -RDEPEND="${BDEPEND}
47 +BDEPEND="
48 + ${PYTHON_DEPS}
49 +"
50 +RDEPEND="
51 + ${BDEPEND}
52 dev-libs/gobject-introspection
53 $(python_gen_cond_dep '
54 dev-python/pygobject:3[${PYTHON_USEDEP}]
55 ')
56 x11-libs/gtk+:3[introspection]
57 xfce-base/libxfce4ui[introspection]
58 - xfce-base/xfce4-panel"
59 + xfce-base/xfce4-panel
60 +"
61
62 src_configure() {
63 # home-made configure script, yay!