From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 68C33158008 for ; Thu, 15 Jun 2023 14:09:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9ADE7E08DB; Thu, 15 Jun 2023 14:09:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74D59E08DB for ; Thu, 15 Jun 2023 14:09:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47E5B340DC6 for ; Thu, 15 Jun 2023 14:09:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAF37A8B for ; Thu, 15 Jun 2023 14:09:04 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1686838141.95abdabd5c76f6795a0839dea550a6bf30fda384.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-shell-frippery/Manifest gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.1.ebuild X-VCS-Directories: gnome-extra/gnome-shell-frippery/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 95abdabd5c76f6795a0839dea550a6bf30fda384 X-VCS-Branch: master Date: Thu, 15 Jun 2023 14:09:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 247221b5-13b1-4b34-9df4-895120d5eab5 X-Archives-Hash: af5b9c9f54d986652c52a79846d5b7c4 commit: 95abdabd5c76f6795a0839dea550a6bf30fda384 Author: Matt Turner gentoo org> AuthorDate: Thu Jun 15 14:08:45 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Jun 15 14:09:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95abdabd gnome-extra/gnome-shell-frippery: Version bump to 44.1 Signed-off-by: Matt Turner gentoo.org> gnome-extra/gnome-shell-frippery/Manifest | 1 + .../gnome-shell-frippery-44.1.ebuild | 38 ++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest index d06f4ab33620..39ee7049afbc 100644 --- a/gnome-extra/gnome-shell-frippery/Manifest +++ b/gnome-extra/gnome-shell-frippery/Manifest @@ -1 +1,2 @@ DIST gnome-shell-frippery-44.0.tgz 78914 BLAKE2B 3c9ac965b876eed5505729a050b1b78754c6a69b710233a81df7fae933d5a405c4743aa25709e3ddfbf7f4de96edcfb6c6a71b27740777b174e065dd292f0f29 SHA512 731d7a7a6d1b173ba7a2b632d6040837b6ce4cf4f789a36c3ae3ee176e39b5c38c8e0d6ed76a811a6ef3a2caff75ca05b5ad91d410e102e36f498bd4a032ab2f +DIST gnome-shell-frippery-44.1.tgz 79131 BLAKE2B 92edbecafb5fa7eb5275a42e4d788509a254cf6886c789dd02234c61fc28a57deb55bf79c58c9b15ecf2635916e9cdeb27d21934e09274c210e670555c321ef4 SHA512 8eb247a03152886da63d2295d328b1cfcae0f09f3f96731f92634f8d766ad43030d9b3688b507da429a2967622cd8645634958dc89750b71b3a5131c522453b4 diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.1.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.1.ebuild new file mode 100644 index 000000000000..407a21be079a --- /dev/null +++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2023 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-44* + 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 $? +}