commit:     a92f18c199dffcb716d7bbaa41a6401bf30714e3
Author:     Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Thu Sep  7 03:03:49 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 22:53:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a92f18c1

gnome-extra/gnome-shell-extensions: Version bump to 45.0

Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gnome-extra/gnome-shell-extensions/Manifest        |  1 +
 .../gnome-shell-extensions-45.0.ebuild             | 70 ++++++++++++++++++++++
 2 files changed, 71 insertions(+)

diff --git a/gnome-extra/gnome-shell-extensions/Manifest 
b/gnome-extra/gnome-shell-extensions/Manifest
index 088e45825847..5e1d627c8910 100644
--- a/gnome-extra/gnome-shell-extensions/Manifest
+++ b/gnome-extra/gnome-shell-extensions/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-shell-extensions-44.0.tar.xz 227060 BLAKE2B 
3f166f75c5d011f990b7dcbfc4d3d1364e480822087d35cf8f361234c482f572d89b4d4eb92be67ffdf4bae4e05de361abfc3b0d92c3c30d03f67f2bd8c25251
 SHA512 
d3cc58bb0e5d29646a20b02cd59ba480bf42fbf9bbe0e228ae132e19e385806e95c937b3d7bd5fe0877702ed151f972f07e345e6072c1cd02d51cb56f72854e6
+DIST gnome-shell-extensions-45.0.tar.xz 201516 BLAKE2B 
5a8c36ff0a331d1b243a31fe54d0e4ace43aa6611a461aecee3dbd8741234e067377a4be11e2f07ed12fb09a1151ba5ee3a2e185b61b60241d480e2da9145547
 SHA512 
ed0fb36d54efee42b7636bd5fe4d0e279ba756dfb4ad438d35b86f32adc5fb15ad123a7b98bd98330c17786cb878fd77480e943383e1520618a75b16d09f07c5
 DIST gnome-shell-extensions-45.beta.tar.xz 194220 BLAKE2B 
98d5e2411bf19b6ecd402d32a934cf682c8a527e752d588e2dc1da4091e186809ae9b05867b35edf1a940027b397c46160b9f65a94973656d00fc1eaa5752117
 SHA512 
44b83c1e2292b486e6ce0be27faf4450c929be5e4ecd55c143b32e44d749b7e344a69de245575224bc3f368a595c029cde956cbf84375ecd119a952052e538aa

diff --git 
a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-45.0.ebuild 
b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-45.0.ebuild
new file mode 100644
index 000000000000..6417f8b92d6f
--- /dev/null
+++ b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-45.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome.org readme.gentoo-r1 meson xdg
+
+DESCRIPTION="JavaScript extensions for GNOME Shell"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell/Extensions";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+DEPEND="
+       >=dev-libs/glib-2.26:2
+       >=gnome-base/libgtop-2.28.3[introspection]
+       >=app-eselect/eselect-gnome-shell-extensions-20111211
+"
+RDEPEND="${DEPEND}
+       >=app-accessibility/at-spi2-core-2.46.0[introspection]
+       >=dev-libs/gjs-1.29
+       dev-libs/gobject-introspection:=
+       gnome-base/gnome-menus:3[introspection]
+       =gnome-base/gnome-shell-$(ver_cut 1)*
+       gui-libs/libadwaita[introspection]
+       media-libs/clutter:1.0[introspection]
+       media-libs/graphene[introspection]
+       x11-libs/gtk+:3[introspection]
+       x11-libs/pango[introspection]
+       x11-themes/adwaita-icon-theme
+       >=x11-wm/mutter-3.32[introspection]
+"
+BDEPEND="
+       >=sys-devel/gettext-0.19.8
+       virtual/pkgconfig
+"
+
+DISABLE_AUTOFORMATTING="yes"
+DOC_CONTENTS="Installed extensions installed are initially disabled by default.
+To change the system default and enable some extensions, you can use
+# eselect gnome-shell-extensions
+
+Alternatively, to enable/disable extensions on a per-user basis,
+you can use the gnome-extensions-app (included with gnome-shell),
+https://extensions.gnome.org/ web interface, or modify the
+org.gnome.shell enabled-extensions gsettings key from the command
+line or a script."
+
+src_configure() {
+       local emesonargs=(
+               -Dextension_set=all
+               -Dclassic_mode=true
+       )
+       meson_src_configure
+}
+
+src_install() {
+       meson_src_install
+       readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+       xdg_pkg_postinst
+
+       ebegin "Updating list of installed extensions"
+       eselect gnome-shell-extensions update
+       eend $?
+
+       readme.gentoo_print_elog
+}

Reply via email to