Skip to content

Commit

Permalink
gnome-extra/gnome-shell-frippery: Version bump
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
pacho2 committed Sep 5, 2015
1 parent 36019fa commit b77bf0a
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions gnome-extra/gnome-shell-frippery/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST gnome-shell-frippery-0.10.2.tgz 85044 SHA256 26f9f89a1ee02204918280a5d12a955c5b26bdd9f3ea8d3ac081cd4882d61ec6 SHA512 815faea507d1bdb416427a91cee10e5ac9b853616e0fad0e54492545e2d05d1ff605da2991480e9beaf8348281d321c31df5700d044c80e7fd6b232a417c460b WHIRLPOOL bbecbae05f5c958371f3d0d190ca2b783f3e2ae3cdb2b7e5a43659520d94d8a8b0e78f84aaeb1ace1e3634db0ff00fa0908aa4a904aade6d695ff179a9cc804f
DIST gnome-shell-frippery-0.10.3.tgz 72731 SHA256 1d8a88bcffcea1069c4e251fb718174bea93e1626191f2c41494877820a73a54 SHA512 4766109a6154558d4d16814fb2c0a9baed3b63f23d50b721c05b60e3be76c5e75570e5c21e8e652a88e91932423cbfd0908bacf1d56d946da7ee241da98b1eb2 WHIRLPOOL 99569b9d57814a34004d8215331546a4b073a6a7add69c776c49090fcd1fd1846ab585fca708980c1fc8d7e0b070be6ed5f78c4e8771c0804b8fb0b16bdb0af7
DIST gnome-shell-frippery-0.9.0.tgz 82883 SHA256 ec48536cd3a543f27b1b07d2b36a220bbd66f2f4b9f71fb6ad712ff457e66343 SHA512 97fa737b2003453f0aba911618b363c138ee43761f351e0a03f968b31c1eae2ab883cb097568ff0f79770c90a598246d891177093fac4bd95ee43434b83fddac WHIRLPOOL 975c721e51a6505a974ee2ad92905665054cadedaf18c37d7773aa51ba0a9f321151f8348ff3ed14a83d7fe4cf3e7b0600a77b062d8f21850a5db0d573793963
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="5"

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.16
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 $?
}

0 comments on commit b77bf0a

Please sign in to comment.