mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
gnome-extra/gnome-shell-extensions: Version bump to 44.0
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
committed by
Matt Turner
parent
ea2c4f2440
commit
f2639e3df5
@@ -1,2 +1,3 @@
|
||||
DIST gnome-shell-extensions-43.1.tar.xz 226868 BLAKE2B c96902c01d5260c916e139eb31dbf71fc2dc054d18c2222898d530ee9f28cfea6a745d38cb7f4e54a7ee4a5ce8da93b5e25eebc52e6518ad99d1eae64d3e14dc SHA512 9901e738a5af5a6139da8fc928b95e5afef6e7b80b24e3284603fc4341e588d738b9c16a7bcba2a3e79af2729c468fd756b584394559b2794b335e656c092bae
|
||||
DIST gnome-shell-extensions-44.0.tar.xz 227060 BLAKE2B 3f166f75c5d011f990b7dcbfc4d3d1364e480822087d35cf8f361234c482f572d89b4d4eb92be67ffdf4bae4e05de361abfc3b0d92c3c30d03f67f2bd8c25251 SHA512 d3cc58bb0e5d29646a20b02cd59ba480bf42fbf9bbe0e228ae132e19e385806e95c937b3d7bd5fe0877702ed151f972f07e345e6072c1cd02d51cb56f72854e6
|
||||
DIST gnome-shell-extensions-44.rc.tar.xz 227012 BLAKE2B 2051e08f6a1051443acfade8afd7ca8ab0e58f3ab56f7161f2a7367385dffae77ae1936d647fdd5cb74a3fb92921495f623426b1f495d51ef1c90830f69e9f0e SHA512 4b1607a349a30f4ec077019fbf50818f9c96aaf835b4db53662fb17956d638f40ae374bbf33d28e74daea4729e1aaaa78a10bd26369bdf6e3cef06bda725cdfe
|
||||
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user