public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gsettings-desktop-schemas/
Date: Sat, 17 Apr 2021 20:10:08 +0000 (UTC)	[thread overview]
Message-ID: <1618690205.f8bdce4c2ac784689c0084a02f77e5a1b50386bf.slyfox@gentoo> (raw)

commit:     f8bdce4c2ac784689c0084a02f77e5a1b50386bf
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 17 10:11:56 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Apr 17 20:10:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8bdce4c

gnome-base/gsettings-desktop-schemas: use ${EPYTHON}, not python3

Reported-by: Agostino Sarubbo
Closes: https://bugs.gentoo.org/762424
Closes: https://github.com/gentoo/gentoo/pull/20419
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 .../gsettings-desktop-schemas-40.0.ebuild                     | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-40.0.ebuild b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-40.0.ebuild
index 02aa7efa2db..32ded1713c2 100644
--- a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-40.0.ebuild
+++ b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-40.0.ebuild
@@ -2,7 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit gnome.org gnome2-utils meson xdg
+
+PYTHON_COMPAT=(python3_{6..9})
+inherit gnome.org gnome2-utils meson python-any-r1 xdg
 
 DESCRIPTION="Collection of GSettings schemas for GNOME desktop"
 HOMEPAGE="https://git.gnome.org/browse/gsettings-desktop-schemas"
@@ -17,6 +19,7 @@ BDEPEND="
 	dev-util/glib-utils
 	>=sys-devel/gettext-0.19.8
 	virtual/pkgconfig
+	${PYTHON_DEPS}
 "
 
 PATCHES=(
@@ -24,6 +27,12 @@ PATCHES=(
 	"${FILESDIR}"/3.32.0-default-fonts.patch
 )
 
+src_prepare() {
+	default
+
+	python_fix_shebang build-aux/meson/post-install.py
+}
+
 src_configure() {
 	meson_src_configure $(meson_use introspection)
 }


             reply	other threads:[~2021-04-17 20:10 UTC|newest]

Thread overview: 123+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-17 20:10 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-14 16:59 [gentoo-commits] repo/gentoo:master commit in: gnome-base/gsettings-desktop-schemas/ Sam James
2024-12-21 17:16 Arthur Zamarin
2024-09-28 15:53 Pacho Ramos
2024-07-17 12:12 Pacho Ramos
2024-07-17 12:12 Pacho Ramos
2024-02-11 14:21 Mart Raudsepp
2024-02-11  8:09 Arthur Zamarin
2024-02-11  8:09 Arthur Zamarin
2024-02-11  6:01 Sam James
2024-02-11  3:39 Sam James
2024-02-11  3:39 Sam James
2023-09-16 18:51 Matt Turner
2023-09-06 13:19 Matt Turner
2023-07-16 20:31 Matt Turner
2023-05-03  3:53 Sam James
2023-05-03  3:53 Sam James
2023-05-02 19:48 Arthur Zamarin
2023-05-02 19:38 Arthur Zamarin
2023-05-02 18:11 Arthur Zamarin
2023-05-02 17:41 Arthur Zamarin
2023-05-02 17:31 Arthur Zamarin
2023-05-02 17:30 Arthur Zamarin
2023-03-20 21:23 Matt Turner
2022-11-16 18:10 Arthur Zamarin
2022-11-05 18:58 Arthur Zamarin
2022-11-05  9:58 Arthur Zamarin
2022-11-05  9:44 Arthur Zamarin
2022-10-30 16:34 Matt Turner
2022-09-25  1:49 Matt Turner
2022-05-31  9:24 Jakov Smolić
2022-05-28  5:38 Sam James
2022-05-28  5:05 Sam James
2022-05-17  7:56 WANG Xuerui
2022-05-06 20:03 Arthur Zamarin
2022-03-15 20:54 Matt Turner
2022-03-09 15:39 Sam James
2022-03-09 12:49 Sam James
2022-03-08 12:32 Sam James
2021-12-26  0:50 Georgy Yakovlev
2021-05-28 19:20 Sam James
2021-05-28 19:18 Sam James
2021-05-19  9:23 Yixun Lan
2021-04-13 15:00 Sam James
2021-04-12 23:11 Sam James
2021-04-12 16:02 Sam James
2021-03-21 22:00 Matt Turner
2021-03-15 18:06 Sergei Trofimovich
2020-11-14  9:19 Mikle Kolyada
2020-11-09  1:54 Matt Turner
2020-11-06 15:19 Sam James
2020-11-05 16:16 Sam James
2020-10-29 22:06 Sergei Trofimovich
2020-09-11 16:57 Sergei Trofimovich
2020-08-31  2:52 Sam James
2020-08-30 18:28 Sam James
2020-07-12 21:32 Mart Raudsepp
2020-06-17 20:45 Mart Raudsepp
2020-06-16 16:41 Sergei Trofimovich
2020-06-07 21:02 Mart Raudsepp
2020-06-03 15:32 Agostino Sarubbo
2020-05-13 17:35 Sergei Trofimovich
2020-04-22 14:25 Agostino Sarubbo
2020-04-22  8:44 Agostino Sarubbo
2020-04-22  8:41 Agostino Sarubbo
2020-02-26  8:33 Mart Raudsepp
2020-01-11 20:35 Mart Raudsepp
2020-01-11 19:40 Mart Raudsepp
2020-01-11 19:40 Mart Raudsepp
2020-01-01 16:06 Mart Raudsepp
2020-01-01 15:25 Agostino Sarubbo
2019-12-25 10:28 Sergei Trofimovich
2019-12-09  9:14 Agostino Sarubbo
2019-12-09  9:11 Agostino Sarubbo
2019-12-09  0:10 Aaron Bauman
2019-12-08 11:59 Mikle Kolyada
2019-12-08 11:58 Mikle Kolyada
2019-12-08 11:55 Mikle Kolyada
2019-07-13 12:08 Sergei Trofimovich
2019-06-27 12:35 Agostino Sarubbo
2019-06-17 19:40 Sergei Trofimovich
2019-06-17 10:07 Mikle Kolyada
2019-05-10 17:33 Mikle Kolyada
2019-05-09 20:04 Aaron Bauman
2019-02-23  9:11 Mart Raudsepp
2019-01-29 13:47 Mikle Kolyada
2018-12-07 21:56 Mart Raudsepp
2018-12-07 21:56 Mart Raudsepp
2018-12-05 15:32 Mart Raudsepp
2018-11-02 12:18 Mart Raudsepp
2018-03-14 21:41 Sergei Trofimovich
2018-03-14 21:09 Markus Meier
2018-03-06 21:37 Tobias Klausmann
2018-03-04 20:48 Sergei Trofimovich
2018-02-16 20:39 Sergei Trofimovich
2018-02-03 20:56 Mart Raudsepp
2018-01-18  2:35 Mikle Kolyada
2018-01-13 12:13 Sergei Trofimovich
2017-09-11  6:38 Gilles Dartiguelongue
2017-07-07 21:20 Mart Raudsepp
2017-07-07 10:12 Agostino Sarubbo
2017-06-12 10:07 Mart Raudsepp
2017-05-21 20:47 Mart Raudsepp
2017-04-22 17:53 Tobias Klausmann
2017-04-12 10:10 Jeroen Roovers
2017-03-29  7:45 Michael Weber
2017-03-28 15:09 Michael Weber
2017-03-28 14:59 Michael Weber
2017-03-08 12:11 Mart Raudsepp
2016-12-06 20:30 Markus Meier
2016-11-01 17:31 Gilles Dartiguelongue
2016-06-07  7:03 Tobias Klausmann
2016-05-03 20:15 Markus Meier
2016-03-06 18:20 Mikle Kolyada
2016-02-22  7:32 Pacho Ramos
2015-11-26 10:51 Gilles Dartiguelongue
2015-11-19 10:04 Agostino Sarubbo
2015-11-16 14:08 Agostino Sarubbo
2015-11-14 19:46 Pacho Ramos
2015-11-14 19:46 Pacho Ramos
2015-10-18 11:29 Mikle Kolyada
2015-09-28  4:44 Jeroen Roovers
2015-09-20  6:11 Jeroen Roovers

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=1618690205.f8bdce4c2ac784689c0084a02f77e5a1b50386bf.slyfox@gentoo \
    --to=slyfox@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