diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:46:38 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:46:38 +0200 |
commit | 539ab2c329ef87cb855c5965a4e3995af9b1cad3 (patch) | |
tree | eb48abd2bb1152d7a5a6e8e048d20f76b0057c9e /gnome-extra/gnome-shell-windowlist | |
parent | bf9f773fb3fcefed199cd8af38b65f77b347c80c (diff) |
Added gnome already splitted ebuilds. will split later if needed to improve deps heaven
Diffstat (limited to 'gnome-extra/gnome-shell-windowlist')
-rw-r--r-- | gnome-extra/gnome-shell-windowlist/gnome-shell-windowlist-20120121.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/gnome-extra/gnome-shell-windowlist/gnome-shell-windowlist-20120121.ebuild b/gnome-extra/gnome-shell-windowlist/gnome-shell-windowlist-20120121.ebuild new file mode 100644 index 00000000..61845171 --- /dev/null +++ b/gnome-extra/gnome-shell-windowlist/gnome-shell-windowlist-20120121.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="4" + +EGIT_REPO_URI="git://github.com/siefkenj/gnome-shell-windowlist.git" +EGIT_COMMIT="7ede91868efd5d75ce98065416acedf029041e33" + +inherit git-2 + +DESCRIPTION="Adds a window switcher to the top bar of gnome-shell" +HOMEPAGE="https://extensions.gnome.org/extension/25/window-list/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND="app-admin/eselect-gnome-shell-extensions + gnome-base/gnome-shell" +DEPEND="" + +src_install() { + insinto /usr/share/gnome-shell/extensions + doins -r ./*@* + dodoc README +} + +pkg_postinst() { + ebegin "Updating list of installed extensions" + eselect gnome-shell-extensions update + eend $? +} |