mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
gnome-extra/gnome-shell-frippery: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST gnome-shell-frippery-44.0.tgz 78914 BLAKE2B 3c9ac965b876eed5505729a050b1b78754c6a69b710233a81df7fae933d5a405c4743aa25709e3ddfbf7f4de96edcfb6c6a71b27740777b174e065dd292f0f29 SHA512 731d7a7a6d1b173ba7a2b632d6040837b6ce4cf4f789a36c3ae3ee176e39b5c38c8e0d6ed76a811a6ef3a2caff75ca05b5ad91d410e102e36f498bd4a032ab2f
|
||||
DIST gnome-shell-frippery-44.1.tgz 79131 BLAKE2B 92edbecafb5fa7eb5275a42e4d788509a254cf6886c789dd02234c61fc28a57deb55bf79c58c9b15ecf2635916e9cdeb27d21934e09274c210e670555c321ef4 SHA512 8eb247a03152886da63d2295d328b1cfcae0f09f3f96731f92634f8d766ad43030d9b3688b507da429a2967622cd8645634958dc89750b71b3a5131c522453b4
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
# 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 $?
|
||||
}
|
||||
Reference in New Issue
Block a user