gnome-extra/gnome-shell-extensions-topicons: Support gnome 3.20
authorPacho Ramos <pacho@gentoo.org>
Sat, 25 Jun 2016 18:12:50 +0000 (20:12 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sat, 25 Jun 2016 18:43:00 +0000 (20:43 +0200)
Package-Manager: portage-2.3.0_rc1

gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-28-r1.ebuild [new file with mode: 0644]

diff --git a/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-28-r1.ebuild b/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-28-r1.ebuild
new file mode 100644 (file)
index 0000000..8398980
--- /dev/null
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit vcs-snapshot
+
+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 -> ${P}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+       app-eselect/eselect-gnome-shell-extensions
+       >=gnome-base/gnome-shell-3.10
+"
+DEPEND="app-arch/xz-utils"
+
+src_prepare() {
+       default
+       sed -i 's/"3.18"/"3.18",\n    "3.20"/g' metadata.json || die
+}
+
+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 $?
+}