commit:     1e1c8b381d93dae6591ed0c905697e49c30a429d
Author:     Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Wed Jul  5 00:47:02 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Jul  6 13:25:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1c8b38

gnome-base/gsettings-desktop-schemas: Version bump to 45_alpha

Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31749
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gnome-base/gsettings-desktop-schemas/Manifest      |  1 +
 .../gsettings-desktop-schemas-45_alpha.ebuild      | 43 ++++++++++++++++++++++
 profiles/package.mask                              |  1 +
 3 files changed, 45 insertions(+)

diff --git a/gnome-base/gsettings-desktop-schemas/Manifest 
b/gnome-base/gsettings-desktop-schemas/Manifest
index a74e216cfe5e..6b24f2ebd24c 100644
--- a/gnome-base/gsettings-desktop-schemas/Manifest
+++ b/gnome-base/gsettings-desktop-schemas/Manifest
@@ -1 +1,2 @@
 DIST gsettings-desktop-schemas-44.0.tar.xz 739836 BLAKE2B 
01a5ca9fb73dc9768f5bb42192f282cc06348f0532b19648aa6b4c33f87e0a9febf0d50047de6cb4c9e921df2df6b45cdde9514d4c0be322b04553f525f84311
 SHA512 
3995fb7a87c4a922d71ec599dffed4edf145992e08eb09cd8aae1912533ea5a7354bc8e92946246e3d6d3fa9bdaaa0d5247a5d8edaa4eef0a7a522a03ee087d7
+DIST gsettings-desktop-schemas-45.alpha.tar.xz 740336 BLAKE2B 
c6b6a2ae2802d60be8e1acca68415880e955fa68492261f423ec0ba8b678b006c8cc48794009009e85ab76076cf558b0bac5e83b23ac7f8a92ee75e34e6ee451
 SHA512 
02d1fe3606aac6571e2b50f1856496e9a8bc0160fc86c42ba6ee0a2d33963b5e152f489a44308d04509c48769992e34c219b10d9806455c4b2b1ddf8c7099a54

diff --git 
a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-45_alpha.ebuild
 
b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-45_alpha.ebuild
new file mode 100644
index 000000000000..6bf0d1f374e1
--- /dev/null
+++ 
b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-45_alpha.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 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"
+IUSE="+introspection"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+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
+}

diff --git a/profiles/package.mask b/profiles/package.mask
index b0f2c96af73f..a449f14e07a3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -35,6 +35,7 @@
 
 # Matt Turner <[email protected]> (2023-07-06)
 # GNOME 45 mask
+>=gnome-base/gsettings-desktop-schemas-45_alpha
 >=gui-libs/gtk-4.11
 >=gui-libs/libadwaita-1.4_alpha
 

Reply via email to