forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gnome-extra/gnome-shell-frippery: Version bump
Package-Manager: portage-2.3.0_rc1
- Loading branch information
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST gnome-shell-frippery-3.18.2.tgz 78955 SHA256 e21a7074037beb4931d5e29adba9c8fbfc49bac6dc95c49a022ff9eb00789938 SHA512 721c35ae47e97e0241b4ddd90c4bcd4b5fa43d7874cbb20bc3ad3e3239ee797269c19dedc0a83a85606a135d954b1f4e3abc8a5c1d283614e073fa073f5dbdda WHIRLPOOL ea9932cf1324aab0a149c5751ce306e54692648e579c1e2df859621847a073ea89bd04b9bd0043ab8716db813bc2968293b62412231eb7939c51eed4bbd5f06e | ||
DIST gnome-shell-frippery-3.20.0.tgz 79090 SHA256 43bec5fbe2b6a2fa1e929dcdd7f742e37aa3c6bb350bb483f9ef8d1d419152a5 SHA512 da78a432aa3192d1f41a20e5f65c14f518d113eb751d6df34207109bff9777a0d638f4ebb576e2ff06b085cb98212e2dbd67c1b70d9976b57a6a224f197c43f4 WHIRLPOOL d926e255b5f90091e15b3a97caa02d8fef772f442641850291e0752391c62647b8ce55098865a48b46e5a9934f5c0ea5a83eaa7fd09ff029a4ccbd2dc0091796 |
39 changes: 39 additions & 0 deletions
39
gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.20.0.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3" | ||
HOMEPAGE="http://frippery.org/extensions/index.html" | ||
SRC_URI="http://frippery.org/extensions/${P}.tgz" | ||
|
||
LICENSE="GPL-2+" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="" | ||
|
||
RDEPEND=" | ||
app-eselect/eselect-gnome-shell-extensions | ||
>=dev-libs/gjs-1.29 | ||
dev-libs/gobject-introspection:= | ||
gnome-base/gnome-menus:3[introspection] | ||
>=gnome-base/gnome-shell-3.20 | ||
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 $? | ||
} |