public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gsettings-desktop-schemas/
Date: Sat, 28 Sep 2024 15:53:45 +0000 (UTC)	[thread overview]
Message-ID: <1727538719.bc847ccf921ab60d3fa582ab8715b85fcd8b3ade.pacho@gentoo> (raw)

commit:     bc847ccf921ab60d3fa582ab8715b85fcd8b3ade
Author:     Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Sat Aug 10 23:47:00 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 15:51:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc847ccf

gnome-base/gsettings-desktop-schemas: Bump to 46.1

Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38083
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 gnome-base/gsettings-desktop-schemas/Manifest      |  1 +
 .../gsettings-desktop-schemas-46.1.ebuild          | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/gnome-base/gsettings-desktop-schemas/Manifest b/gnome-base/gsettings-desktop-schemas/Manifest
index 13c39dffd4be..1aa61d901059 100644
--- a/gnome-base/gsettings-desktop-schemas/Manifest
+++ b/gnome-base/gsettings-desktop-schemas/Manifest
@@ -1,2 +1,3 @@
 DIST gsettings-desktop-schemas-45.0.tar.xz 750056 BLAKE2B b65c846654fac5a104ad9a7d67546c6fb3d54aada178d58c575d22a8c2adc0057c1f1dc177562740f7ae94d0e17743789ca902db7c2fcc42c844bb66e401eaec SHA512 b3e00164aa47cf19b53bf8fd9cd9526c0a4f3d770e8c77953dba0bdf49b85d56f87f45254d18260e7a7b0ec7e24fc049fde503a1ea93e87946dbbd53b5dfc0f2
 DIST gsettings-desktop-schemas-46.0.tar.xz 767460 BLAKE2B 537b37640c17aa8338e2bb520fb1a8184c74a5cb28d6b7d9fa35393c0a76a4a144f6518b58546393c39a9f57889bcb99decc0e9bfbf4a1969c44ecf89462c4ee SHA512 04d43ce3885741afdda2d971ef61332474a114e2b7f82d28e5fb7c831992f95359e3edb1bf60f39d29b5ad509a77d65b76d482c9659cbdd1f7bb1e07c86da912
+DIST gsettings-desktop-schemas-46.1.tar.xz 779204 BLAKE2B dd422905dc029967f452080b2c605937518637c65d0a6eb4ce7ca32d9622fe4f64337416cd3396e25365c3969cafc0c4ccf7cf73cb8defd471d13dfac3b0aec6 SHA512 365ab5501450653cf11730dc1b6428f76549d8733d4d8d4f88fa84ff5c114c2a8883edae20c70280d0022974cb0813c2b6b66c359a6de7d79151d0a59d5aa408

diff --git a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-46.1.ebuild b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-46.1.ebuild
new file mode 100644
index 000000000000..01c317aa9299
--- /dev/null
+++ b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-46.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="Collection of GSettings schemas for GNOME desktop"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="+introspection"
+
+BDEPEND="
+	introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+	dev-util/glib-utils
+	>=sys-devel/gettext-0.19.8
+	virtual/pkgconfig
+"
+
+PATCHES=(
+	# Revert change to 'Source Code Pro 10' and 'Cantarell 11' fonts back to generic sans and monospace aliases
+	"${FILESDIR}"/3.32.0-default-fonts.patch
+)
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use introspection)
+	)
+	meson_src_configure
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_schemas_update
+}


             reply	other threads:[~2024-09-28 15:53 UTC|newest]

Thread overview: 123+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-28 15:53 Pacho Ramos [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-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-17 20:10 Sergei Trofimovich
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=1727538719.bc847ccf921ab60d3fa582ab8715b85fcd8b3ade.pacho@gentoo \
    --to=pacho@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