[gentoo-commits] repo/gentoo:master commit in: profiles/, gnome-base/gnome-shell/

2022-10-01 Thread Matt Turner
commit: 20469d6b6648a35846d14bef615ce73426f423b5
Author: Pascal Jäger  leimstift  de>
AuthorDate: Mon Sep 19 20:12:53 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct  1 15:40:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20469d6b

gnome-base/gnome-shell: Version bump to 43.0

Closes: https://github.com/gentoo/gentoo/pull/27315
Signed-off-by: Pascal Jäger  leimstift.de>
Signed-off-by: Matt Turner  gentoo.org>

 gnome-base/gnome-shell/Manifest|   1 +
 gnome-base/gnome-shell/gnome-shell-43.0.ebuild | 183 +
 profiles/package.mask  |   1 +
 3 files changed, 185 insertions(+)

diff --git a/gnome-base/gnome-shell/Manifest b/gnome-base/gnome-shell/Manifest
index be3ce1ad9c77..27d0f99c7d24 100644
--- a/gnome-base/gnome-shell/Manifest
+++ b/gnome-base/gnome-shell/Manifest
@@ -1,3 +1,4 @@
 DIST gnome-shell-42.3.1.tar.xz 1927696 BLAKE2B 
f0f0e19dea02ccd1bb271af189d9a9e2bb3ebf47da2d68f4852de7a9dddb1c0db96f5371e0c6c421556ab8e242294115e041a433d68c79e6ef6607b1e7e85ff1
 SHA512 
f548a2aa1e0b56396efdcd7839091bdb8f44a605eddbf4411a5066f99adc38bf10b1a5eb984262bb44e04e96dce715d1481e807200d9ea9fdc91d111defb2fae
 DIST gnome-shell-42.4.tar.xz 1928776 BLAKE2B 
cd986668683a8c57b69ca6b84351d6988d5dde5b96c780ea79109db3f3cd0d032883019dd07bf6e4ea678a549fe95ea99b29e9f9b6efc8d4231fcd4cd2fa3159
 SHA512 
f06f390cdb55b5b5871bbd35dfc3b0057fbc79d4dcb2334b34bfa198ec46a1880de99097e42ed9052b3183266dd017457f6a9a07fc3c517277551295478cb340
 DIST gnome-shell-42.5.tar.xz 1930668 BLAKE2B 
0442ef92588e9891082c024d1e3b4ddb105a01ef5b7913ac8f1d2cac1af1c2ae8efd18184c511c554e41d8c0540c8712b7ef39ba1a9cac8c6c9336bb7b4cb320
 SHA512 
575559b99161b7045b04fc100cde719bbca83d90f78b673acc2189f3bb5104fd14f40da7d19611b154976f1c006e0dc2ff8cc124dc816da765c933fdda0624d9
+DIST gnome-shell-43.0.tar.xz 1945812 BLAKE2B 
1d0ef32324e66ca4ffcdf7d6470247f50cb80f86a4ba647d44b9bc956477f5d6899b54d63024f69bb1432b90d3cc46855424c2c463ff2bdfcd96d56f5cdc52f2
 SHA512 
6f3609c8bac923f052d51fce44a448dba997cac543331b56229f46b56e8770de9370deb7759d4bf0e7385794232715b9b34e41f90dd1da30e88d5cfbf3f095eb

diff --git a/gnome-base/gnome-shell/gnome-shell-43.0.ebuild 
b/gnome-base/gnome-shell/gnome-shell-43.0.ebuild
new file mode 100644
index ..4ca5b2c503d6
--- /dev/null
+++ b/gnome-base/gnome-shell/gnome-shell-43.0.ebuild
@@ -0,0 +1,183 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit gnome.org gnome2-utils meson optfeature python-single-r1 virtualx xdg
+
+DESCRIPTION="Provides core UI functions for the GNOME desktop"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell 
https://gitlab.gnome.org/GNOME/gnome-shell;
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+IUSE="elogind gtk-doc +ibus +networkmanager systemd test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   ?? ( elogind systemd )"
+RESTRICT="!test? ( test )"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+# libXfixes-5.0 needed for pointer barriers and #include 

+DEPEND="
+   >=gnome-extra/evolution-data-server-3.33.1:=
+   >=app-crypt/gcr-3.90.0:4=[introspection]
+   >=dev-libs/glib-2.68:2
+   >=dev-libs/gobject-introspection-1.49.1:=
+   >=dev-libs/gjs-1.73.1[cairo]
+   >=x11-libs/gtk+-3.15.0:3[introspection]
+   >=x11-wm/mutter-43.0:0/11[introspection,test?]
+   >=sys-auth/polkit-0.120_p20220509[introspection]
+   >=gnome-base/gsettings-desktop-schemas-42_beta[introspection]
+   >=x11-libs/startup-notification-0.11
+   >=app-i18n/ibus-1.5.19
+   >=gnome-base/gnome-desktop-3.35.90:3=[introspection]
+   networkmanager? (
+   >=net-misc/networkmanager-1.10.4[introspection]
+   net-libs/libnma[introspection]
+   >=app-crypt/libsecret-0.18
+   dev-libs/dbus-glib
+   )
+   systemd? (
+   >=sys-apps/systemd-242:=
+   >=gnome-base/gnome-desktop-3.34.2:3=[systemd]
+   )
+   elogind? ( >=sys-auth/elogind-237 )
+
+   app-arch/gnome-autoar
+   dev-libs/json-glib
+
+   >=app-accessibility/at-spi2-atk-2.5.3:2
+   x11-libs/gdk-pixbuf:2[introspection]
+   dev-libs/libxml2:2
+   x11-libs/libX11
+
+   >=media-libs/libpulse-2[glib]
+   >=dev-libs/atk-2[introspection]
+   dev-libs/libical:=
+   >=x11-libs/libXfixes-5.0
+
+   gui-libs/gtk:4[introspection]
+
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   media-libs/mesa[X(+)]
+"
+# Runtime-only deps are probably incomplete and approximate.
+# Introspection deps generated from inspection of the output of:
+#  for i in `rg -INUo 'const(?s).*imports.gi' |cut -d= -f1 |cut -c7- |sort 
-u`; do echo $i ;done |cut -d, -f1 |sort -u
+# or
+#  rg -INUo 'const(?s).*imports.gi' |cut -d= -f1 |cut -c7- | sed -e 

[gentoo-commits] repo/gentoo:master commit in: profiles/, gnome-base/gnome-shell/

2019-03-18 Thread Mart Raudsepp
commit: e213f9bfeae9ac1a9c651894113fde69657249eb
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Mar 18 08:36:41 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Mar 18 10:03:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e213f9bf

gnome-base/gnome-shell: bump to 3.30.2

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/gnome-shell/Manifest|  2 ++
 gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild   |  2 +-
 ...e-shell-3.28.3.ebuild => gnome-shell-3.30.2.ebuild} | 18 +++---
 profiles/package.mask  |  1 +
 4 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/gnome-base/gnome-shell/Manifest b/gnome-base/gnome-shell/Manifest
index 553301215dd..bea6c4afe6e 100644
--- a/gnome-base/gnome-shell/Manifest
+++ b/gnome-base/gnome-shell/Manifest
@@ -3,3 +3,5 @@ DIST gnome-shell-3.26.2-patchset.tar.xz 55492 BLAKE2B 
745b8549f7480b004f4df9b815
 DIST gnome-shell-3.26.2.tar.xz 1405580 BLAKE2B 
ccbb8ad374931335fdc6e752a7feedcba4fe2b61112404b62bc9711b1736216d46fd6e85c6f06439cae50af86a174359d7df0e111e8db6ffed567e91b4292b14
 SHA512 
0e13bc7abff2367d24ea748cd69a1879ff14a6755ef27d17cf20cef61bc6d15bf6e9d18362142a2d6462689f64eada833f9bba21ebaac3a33765a5be0ae48d3a
 DIST gnome-shell-3.28.3-patchset.tar.xz 30820 BLAKE2B 
3402a1c455a5e9d028f6c15ea40db94afb84576643b9bfe9e973a7f375d9f0a22003eab3ccabec0b4b31c31f70ef02ca055c0f62a5c0392529fc375f6cef7029
 SHA512 
a1da84374dd97bff2546d6ddc5656bade69711d05b4b4f4283df66ebbac566767a509dcbd6db52c28a1915cf873c99b81029128cb2a2b63c325dc3e3340fffb4
 DIST gnome-shell-3.28.3.tar.xz 1433388 BLAKE2B 
656e2edabef363d779fd339b7158ad3461a05452a2fdad611889d19f272cd98dfbbb39871d10631326b83108678f8a7245c349583eb257e9d7e4827078134ade
 SHA512 
3550a9e59101a96cf04e4a4bc183ac9a447baa72d74e57c3f438764741b4365f8848895c1eb2c4d0af5c7936e38eb8971ef578bbee315e78b9fdcbbe49fdc1e8
+DIST gnome-shell-3.30.2-patchset.tar.xz 39864 BLAKE2B 
61c02e5ae87ab24f30d28865ff20e32fef63eefbfc1134bf0582eb25933700902aad08176fd2011781262552385bcb3ffaf35fc2d7a060c09ba0d27cb9a8
 SHA512 
8ad976c05488a6b7447d29105a566d0bb975c8e0798be18c1dc07295c51a27578274e611da4979397fc6c4da538f6d9f48072e043829a63faf87a781518ee531
+DIST gnome-shell-3.30.2.tar.xz 1439556 BLAKE2B 
547ccf5571ea431d15c6430619640bd497a381191cad56bbf1a5c9992c5df47eb48527cc2749ea4d417cbe5fd7cc2acb44915ee35d3d89cd386541f19d743877
 SHA512 
5cdf2b9a4dc9dbcc75d76020a01b953ae3922d5820b692d1bc1cf62daf1f00d04b95d6ec076920563f555115c4f4ad11a019e4523a353ef4dd2189a5240239c6

diff --git a/gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild 
b/gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild
index 42564e155a8..9931a77b08b 100644
--- a/gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild
@@ -119,7 +119,7 @@ DEPEND="${COMMON_DEPEND}
 "
 
 PATCHES=(
-   # Patches from gnome-3-26 branch on top of 3.26.2
+   # Patches from gnome-3-28 branch on top of 3.28.3
"${WORKDIR}"/patches/
# Change favorites defaults, bug #479918
"${FILESDIR}"/${PV}-defaults.patch

diff --git a/gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild 
b/gnome-base/gnome-shell/gnome-shell-3.30.2.ebuild
similarity index 93%
copy from gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild
copy to gnome-base/gnome-shell/gnome-shell-3.30.2.ebuild
index 42564e155a8..49ce9e97ba3 100644
--- a/gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-3.30.2.ebuild
@@ -26,21 +26,20 @@ COMMON_DEPEND="
>=gnome-extra/evolution-data-server-3.17.2:=
>=app-crypt/gcr-3.7.5[introspection]
>=gnome-base/gnome-desktop-3.7.90:3=[introspection]
-   >=dev-libs/glib-2.56.0:2
+   >=dev-libs/glib-2.57.2:2
>=dev-libs/gobject-introspection-1.49.1:=
>=dev-libs/gjs-1.47.0
-   =x11-libs/gtk+-3.15.0:3[introspection]
nsplugin? ( >=dev-libs/json-glib-0.13.2 )
-   >=x11-wm/mutter-3.28.0:0/2[introspection]
+   >=x11-wm/mutter-3.30.1:0/3[introspection]
>=sys-auth/polkit-0.100[introspection]
-   >=gnome-base/gsettings-desktop-schemas-3.21.3
+   >=gnome-base/gsettings-desktop-schemas-3.27.90
>=x11-libs/startup-notification-0.11
>=app-i18n/ibus-1.5.2
bluetooth? ( >=net-wireless/gnome-bluetooth-3.9[introspection] )
>=media-libs/gstreamer-0.11.92:1.0
networkmanager? (
-   >=net-misc/networkmanager-0.9.8:=[introspection]
+   >=net-misc/networkmanager-1.10.4:=[introspection]
>=app-crypt/libsecret-0.18
dev-libs/dbus-glib )
systemd? ( >=sys-apps/systemd-31 )
@@ -50,7 +49,6 @@ COMMON_DEPEND="
media-libs/libcanberra[gtk3]
x11-libs/gdk-pixbuf:2[introspection]
dev-libs/libxml2:2
-   >=net-libs/libsoup-2.40:2.4[introspection]
x11-libs/libX11