Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extensions/
Date: Sat, 15 May 2021 16:55:03
Message-Id: 1621097691.23b0dbba660fe72abee54d62383c532d18e092bd.mattst88@gentoo
1 commit: 23b0dbba660fe72abee54d62383c532d18e092bd
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 15 16:47:31 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat May 15 16:54:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23b0dbba
7
8 gnome-extra/gnome-shell-extensions: Version bump to 40.1
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 gnome-extra/gnome-shell-extensions/Manifest | 1 +
13 .../gnome-shell-extensions-40.1.ebuild | 67 ++++++++++++++++++++++
14 2 files changed, 68 insertions(+)
15
16 diff --git a/gnome-extra/gnome-shell-extensions/Manifest b/gnome-extra/gnome-shell-extensions/Manifest
17 index 69c049a644b..172dfe168c2 100644
18 --- a/gnome-extra/gnome-shell-extensions/Manifest
19 +++ b/gnome-extra/gnome-shell-extensions/Manifest
20 @@ -1,2 +1,3 @@
21 DIST gnome-shell-extensions-3.38.2.tar.xz 209904 BLAKE2B b9a32e9c20046cb480dae3ed27791958799f534dc19026631290d2d0bcfac04955e77b2779f9a18e32d7ee56f837e8e17167bd40b575ff531b8cc328a9c0cc35 SHA512 5106946c10ea34b339ef413d5cf6bc3e1cd7f54f73b0ca773ae4076c1280e2b235327c9209e8269c5aca787035b489f73a76c7163380f191cb246c8591bc838c
22 DIST gnome-shell-extensions-40.0.tar.xz 217772 BLAKE2B de2f88dd37a0b9bbbbcbd7373e18b8589d4a35a9497404a4e46a0e4aad7058890c6b596edd553cbb68dd6ab9db6bc81d8ae5457be02a4af2b2cc4b8fd2d8691d SHA512 9f4b4a5d91201c11246c2df880b568d69264ad875bfdc2b69d217aca0e4354223aeed51007396a339fb9a693eab9849362641fa9a064a5efdda7fad5b886af85
23 +DIST gnome-shell-extensions-40.1.tar.xz 218084 BLAKE2B 0f54dc53ce279af424658d540961bda698c4d6c2968bf778e626a91c7da47b8f56bd4b1dd874956dce9fbb0d1719bd64b8cf8883788d625049aa14dcc02ff313 SHA512 e537312c0790b6e54b3eebb0df189f65f093e81ec7cf1cde886df747188765775fc4616e98bff0157b543bac26c51a5c7006f1505f4554fea00972f790e781f1
24
25 diff --git a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-40.1.ebuild b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-40.1.ebuild
26 new file mode 100644
27 index 00000000000..3c33ad2de50
28 --- /dev/null
29 +++ b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-40.1.ebuild
30 @@ -0,0 +1,67 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +inherit gnome.org readme.gentoo-r1 meson xdg
36 +
37 +DESCRIPTION="JavaScript extensions for GNOME Shell"
38 +HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell/Extensions"
39 +
40 +LICENSE="GPL-2+"
41 +SLOT="0"
42 +KEYWORDS="~amd64 ~x86"
43 +
44 +DEPEND="
45 + >=dev-libs/glib-2.26:2
46 + >=gnome-base/libgtop-2.28.3[introspection]
47 + >=app-eselect/eselect-gnome-shell-extensions-20111211
48 +"
49 +RDEPEND="${DEPEND}
50 + >=dev-libs/gjs-1.29
51 + dev-libs/gobject-introspection:=
52 + dev-libs/atk[introspection]
53 + gnome-base/gnome-menus:3[introspection]
54 + =gnome-base/gnome-shell-$(ver_cut 1-2)*
55 + media-libs/clutter:1.0[introspection]
56 + net-libs/telepathy-glib[introspection]
57 + x11-libs/gdk-pixbuf:2[introspection]
58 + x11-libs/gtk+:3[introspection]
59 + x11-libs/pango[introspection]
60 + x11-themes/adwaita-icon-theme
61 + >=x11-wm/mutter-3.32[introspection]
62 +"
63 +BDEPEND="
64 + >=sys-devel/gettext-0.19.8
65 + virtual/pkgconfig
66 +"
67 +
68 +DISABLE_AUTOFORMATTING="yes"
69 +DOC_CONTENTS="Installed extensions installed are initially disabled by default.
70 +To change the system default and enable some extensions, you can use
71 +# eselect gnome-shell-extensions
72 +
73 +Alternatively, to enable/disable extensions on a per-user basis,
74 +you can use the https://extensions.gnome.org/ web interface, the
75 +gnome-extra/gnome-tweaks GUI, or modify the org.gnome.shell
76 +enabled-extensions gsettings key from the command line or a script."
77 +
78 +src_configure() {
79 + meson_src_configure \
80 + -Dextension_set=all \
81 + -Dclassic_mode=true
82 +}
83 +
84 +src_install() {
85 + meson_src_install
86 + readme.gentoo_create_doc
87 +}
88 +
89 +pkg_postinst() {
90 + xdg_pkg_postinst
91 +
92 + ebegin "Updating list of installed extensions"
93 + eselect gnome-shell-extensions update
94 + eend $?
95 +
96 + readme.gentoo_print_elog
97 +}