summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo Joandet <gjoandet@gmail.com>2024-08-10 20:49:53 -0300
committerPacho Ramos <pacho@gentoo.org>2024-11-08 17:32:10 +0100
commitaf8db73b11c517c9ccaaae42e349bef840b19297 (patch)
tree73d76944c5ff12774ae6e7389e39f21d7380c21d /gnome-extra
parentsys-kernel/vanilla-sources: drop 6.6.59 (diff)
downloadgentoo-af8db73b11c517c9ccaaae42e349bef840b19297.tar.gz
gentoo-af8db73b11c517c9ccaaae42e349bef840b19297.tar.bz2
gentoo-af8db73b11c517c9ccaaae42e349bef840b19297.zip
gnome-extra/gnome-shell-frippery: Bump to 46.1
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38084 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/gnome-shell-frippery/Manifest1
-rw-r--r--gnome-extra/gnome-shell-frippery/gnome-shell-frippery-46.1.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index 0c17712f26e2..182c77c53078 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1 +1,2 @@
DIST gnome-shell-frippery-45.1.tgz 79527 BLAKE2B 8658f9333609338bfa17d57c3cce4891eb8188c1b7f702c5d232ca6f174faefa278bc3210071c2ac28735f155ee46486e284cac872ea424dbd9798531b3da760 SHA512 1822f6380bbdabbd1eef90310c76ebd5e8b941cf490d2dc389a94bcbc603e0b9cd27e5e6eaf539d8bb2ec2a7cba3171a98d0697402608cf92b91b7fee822916d
+DIST gnome-shell-frippery-46.1.tgz 79571 BLAKE2B d97c93cda9e4f6a068cf7f51179cbf507eaa930805b3f96ca68b8d9ecf16bc6d137b8c7dd9f0111686550b586ab09a5ac196baab72ab19dfe127c8981bc0af66 SHA512 c093e628b58b0224271f3af23c04db95d34390c351ab6963724198efdf0ebd17292a3add43ee439953604a7ce956541ebdfd5126f868e4257a39daa1925d7ec8
diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-46.1.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-46.1.ebuild
new file mode 100644
index 000000000000..fd7914bbf1be
--- /dev/null
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-46.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features"
+HOMEPAGE="https://frippery.org/extensions/index.html"
+SRC_URI="https://frippery.org/extensions/${P}.tgz"
+S="${WORKDIR}/.local/share/gnome-shell"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ app-eselect/eselect-gnome-shell-extensions
+ >=dev-libs/gjs-1.29
+ dev-libs/gobject-introspection:=
+ gui-libs/gtk:4[introspection]
+ gnome-base/gnome-menus:3[introspection]
+ =gnome-base/gnome-shell-46*
+ media-libs/clutter:1.0[introspection]
+ x11-libs/pango[introspection]
+"
+
+src_install() {
+ insinto /usr/share/gnome-shell/extensions
+ doins -r extensions/*@*
+ dodoc gnome-shell-frippery/{CHANGELOG,README}
+}
+
+pkg_postinst() {
+ ebegin "Updating list of installed extensions"
+ eselect gnome-shell-extensions update
+ eend $?
+}