commit:     8921cdfc73ebeba366e32362a0a8e323b199652a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  1 17:49:52 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Apr  1 17:51:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8921cdfc

gnome-extra/gnome-shell-frippery: Version bump to 42.0

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/Manifest          |  1 +
 .../gnome-shell-frippery-42.0.ebuild               | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest 
b/gnome-extra/gnome-shell-frippery/Manifest
index 23475ef2b6d9..0e2f2b5c612b 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-shell-frippery-41.1.tgz 82583 BLAKE2B 
74d08c904712d51e53609f50b581cd60ef8fb62af8122ed3101896c8c6bf0c8fa8e69152c51496365011a98a2ed91ee2bb7b49d0ea58d3c231505e0a94c393c6
 SHA512 
769bb336b4abc2557b451401ac66050b3a6a9b33b9a80643e1e4054dd804b94b13a94ad576706570c1cd1da3c4912841d9fe4d011e834fe22ce7343f7a240a27
 DIST gnome-shell-frippery-41.2.tgz 82737 BLAKE2B 
11bce1943e651e95c0466123c5f0bb2adf0a2d589f63655133f285ded0c3f612ac16b97f975e8c8f72e97d8c1208f982860f4a54f59620343ca9bdcd2c65341d
 SHA512 
aff8a73a6c69b34815491c3b130c419cc7c354fc5a78b164fb07d9918fccbbff84fdb0a8a398a527b2efc136616844f96ea8175160176c6345accc680d390ff3
+DIST gnome-shell-frippery-42.0.tgz 78792 BLAKE2B 
d7195fa6bad1be93d5a247fe091e49debe5c53d5f701cae327e33774c69587a9eb0d0d1e5f42891834e8da1d22bdd40bb3066dd85d986dd82fd145f2ada2e327
 SHA512 
b71f7183befef0f8a1334ede7dca31ebc9437e0bb2415cb4b52e72859e3dfa760b26a118f3ccbe1b05c956342bf2f342ac0350f921f79be2ed5a849c3bca4237

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-42.0.ebuild 
b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-42.0.ebuild
new file mode 100644
index 000000000000..a3bc5335896c
--- /dev/null
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-42.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 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="http://frippery.org/extensions/index.html";
+SRC_URI="http://frippery.org/extensions/${P}.tgz";
+
+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-41*
+       media-libs/clutter:1.0[introspection]
+       x11-libs/pango[introspection]
+"
+DEPEND=""
+
+S="${WORKDIR}/.local/share/gnome-shell"
+
+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 $?
+}

Reply via email to