mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
gnome-extra/gnome-shell-extensions: cleanup old revision
Package-Manager: portage-2.3.2
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST gnome-shell-extensions-3.18.4.tar.xz 234108 SHA256 8ae470f894aad914a56d447e3b07dc99e2f36c30ef3ec386f6f03f619599b73a SHA512 adf5aa1002aabd1b6235433c2e86df01949bcc757079e0833631b27bf3550dd00bc12ad42551f53a0d5fcdeb296623c32e33ac468762f88c0c5078cfb3a1cd39 WHIRLPOOL 74d8de9711f28b28ea60461bc14c734c2bcad45666ce491674bfbefd1765aebc04bf8ad2809fd5a33523dfaf00d4dd7d1e5c2ca3a2f606bf9d6c3f12fdf45828
|
||||
DIST gnome-shell-extensions-3.20.1.tar.xz 236820 SHA256 bc432ec163c79794331290d7a9321bee184be077d348faf3b7a1639b672939a3 SHA512 839a43a936dc78c3ecbf718a402b8657845629fdcc55baf9e1e7652d931e9a0777e4be665e2f46f8fe38e821580d00493b12edcf268b0e42ddfcf19e5272e239 WHIRLPOOL c30487f28c8fa88001c36fda92118b825dc952cab479b73b8d1c2d3db925b98f48447949fb6d46c9eec53d859c36df22b470eb2423ad055ded79fefa55a3ddf9
|
||||
DIST gnome-shell-extensions-3.22.2.tar.xz 339444 SHA256 df7c22c69e29162bc1a7018b25b9a2fc37546451746b8b3c5109e5ac92238a87 SHA512 7cd045f2df885f50f5e7e41b818aad01c65bd503d656793d64bc9e283fe715f588215a894ac856da0c4c2759c549a1ce2dcb91af64081f40c664c9d28edc2d1c WHIRLPOOL 17d3f6fb7a46f7157a21ca468d7425c1c732390201ce30384d36c8d304c157ba177134315d18a7a81449891217f813ff0ab27974674f176277a1839c395be174
|
||||
|
||||
@@ -1,79 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
GCONF_DEBUG="no"
|
||||
|
||||
inherit gnome2 readme.gentoo
|
||||
|
||||
DESCRIPTION="JavaScript extensions for GNOME Shell"
|
||||
HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell/Extensions"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="examples"
|
||||
KEYWORDS="amd64 x86"
|
||||
|
||||
COMMON_DEPEND="
|
||||
>=dev-libs/glib-2.26:2
|
||||
>=gnome-base/libgtop-2.28.3[introspection]
|
||||
>=app-eselect/eselect-gnome-shell-extensions-20111211
|
||||
"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
>=dev-libs/gjs-1.29
|
||||
dev-libs/gobject-introspection:=
|
||||
dev-libs/atk[introspection]
|
||||
gnome-base/gnome-menus:3[introspection]
|
||||
>=gnome-base/gnome-shell-3.14.2
|
||||
media-libs/clutter:1.0[introspection]
|
||||
net-libs/telepathy-glib[introspection]
|
||||
x11-libs/gdk-pixbuf:2[introspection]
|
||||
x11-libs/gtk+:3[introspection]
|
||||
x11-libs/pango[introspection]
|
||||
x11-themes/adwaita-icon-theme
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
>=dev-util/intltool-0.50
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
"
|
||||
# eautoreconf needs gnome-base/gnome-common
|
||||
|
||||
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 https://extensions.gnome.org/ web interface, the
|
||||
gnome-extra/gnome-tweak-tool GUI, or modify the org.gnome.shell
|
||||
enabled-extensions gsettings key from the command line or a script."
|
||||
|
||||
src_configure() {
|
||||
gnome2_src_configure --enable-extensions=all
|
||||
}
|
||||
|
||||
src_install() {
|
||||
gnome2_src_install
|
||||
|
||||
local example="example@gnome-shell-extensions.gcampax.github.com"
|
||||
if use examples; then
|
||||
mv "${ED}usr/share/gnome-shell/extensions/${example}" \
|
||||
"${ED}usr/share/doc/${PF}/" || die
|
||||
else
|
||||
rm -r "${ED}usr/share/gnome-shell/extensions/${example}" || die
|
||||
fi
|
||||
|
||||
readme.gentoo_create_doc
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_pkg_postinst
|
||||
|
||||
ebegin "Updating list of installed extensions"
|
||||
eselect gnome-shell-extensions update
|
||||
eend $?
|
||||
|
||||
readme.gentoo_print_elog
|
||||
}
|
||||
Reference in New Issue
Block a user