diff options
Diffstat (limited to 'gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-26.ebuild')
-rw-r--r-- | gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-26.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-26.ebuild b/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-26.ebuild new file mode 100644 index 000000000000..2ee0f475ee13 --- /dev/null +++ b/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-26.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-26.ebuild,v 1.1 2015/03/07 12:49:26 pacho Exp $ + +EAPI="5" + +DESCRIPTION="Shows legacy tray icons on top" +HOMEPAGE="https://extensions.gnome.org/extension/495/topicons/" +SRC_URI="http://94.247.144.115/repo/topicons/snapshot/topicons-${PV}.tar.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + app-admin/eselect-gnome-shell-extensions + >=gnome-base/gnome-shell-3.10 +" +DEPEND="app-arch/xz-utils" + +S="${WORKDIR}/topicons-${PV}" + +src_install() { + local uuid='topIcons@adel.gadllah@gmail.com' + insinto "/usr/share/gnome-shell/extensions/${uuid}" + doins * +} + +pkg_postinst() { + ebegin "Updating list of installed extensions" + eselect gnome-shell-extensions update + eend $? +} |