summaryrefslogtreecommitdiff
path: root/gnome-extra/gnome-shell-extensions
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /gnome-extra/gnome-shell-extensions
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'gnome-extra/gnome-shell-extensions')
-rw-r--r--gnome-extra/gnome-shell-extensions/Manifest2
-rw-r--r--gnome-extra/gnome-shell-extensions/gnome-shell-extensions-48.3.ebuild72
-rw-r--r--gnome-extra/gnome-shell-extensions/gnome-shell-extensions-49.0.ebuild72
-rw-r--r--gnome-extra/gnome-shell-extensions/metadata.xml12
4 files changed, 0 insertions, 158 deletions
diff --git a/gnome-extra/gnome-shell-extensions/Manifest b/gnome-extra/gnome-shell-extensions/Manifest
deleted file mode 100644
index 20c8a077e1b6..000000000000
--- a/gnome-extra/gnome-shell-extensions/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST gnome-shell-extensions-48.3.tar.xz 231160 BLAKE2B b970428d75f28d708392e04f219b42f2fd386f1d8921094575080a4500a42be736580af93142afb6a55905786a67619214cf9c8e2cd32f43cd109d0a0f548941 SHA512 31528e6b255e9eebdb98b03cb503ba577d4c0a49696efa471b0caefdb81c5bdefb63715f5d81145e6074b454aca4e255bc9a3624152ad8a6aae843b4c255c4d3
-DIST gnome-shell-extensions-49.0.tar.xz 247612 BLAKE2B 0b60fec942a541dcc5f23cef0e9c809b4b542aa06b5febfc04b331242f78decae6b28a2cd40edc5b4d4c5890cb73bbe697e8d4bca6e73a01a086f69c6be5c24b SHA512 55931420ddf4bc223905a081138ebffcc2d4d0fb32d837549fc3f63c4e0b3bebfc0e673b85bfaa6f01b33e5199c8b323258919ad7d4a8abc66960a646ce01688
diff --git a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-48.3.ebuild b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-48.3.ebuild
deleted file mode 100644
index 0d986ecda66e..000000000000
--- a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-48.3.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2025 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://gitlab.gnome.org/GNOME/gnome-shell-extensions"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="X"
-
-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-1.82.0-r2:=
- 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_use X x11)
- )
- 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
-}
diff --git a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-49.0.ebuild b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-49.0.ebuild
deleted file mode 100644
index 5f21f576fe32..000000000000
--- a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-49.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2026 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://gitlab.gnome.org/GNOME/gnome-shell-extensions"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-IUSE="X"
-
-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-1.82.0-r2:=
- 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]
- gui-libs/gtk:4[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_use X x11)
- )
- 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
-}
diff --git a/gnome-extra/gnome-shell-extensions/metadata.xml b/gnome-extra/gnome-shell-extensions/metadata.xml
deleted file mode 100644
index be22f68dbd28..000000000000
--- a/gnome-extra/gnome-shell-extensions/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="gnome-gitlab">GNOME/gnome-shell-extensions</remote-id>
- </upstream>
-</pkgmetadata>