diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-02-08 22:12:56 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-02-08 22:12:56 +0000 |
commit | 3aa8d6778498f58f88b1a400071cc4fd0de836b4 (patch) | |
tree | 45627d3cf3ed4633174e8d49e11af2e3d9287f0a /gnome-extra | |
parent | Version bump, see http://www.winehq.org/announce/1.7.12 for the announcement.... (diff) | |
download | gentoo-2-3aa8d6778498f58f88b1a400071cc4fd0de836b4.tar.gz gentoo-2-3aa8d6778498f58f88b1a400071cc4fd0de836b4.tar.bz2 gentoo-2-3aa8d6778498f58f88b1a400071cc4fd0de836b4.zip |
Version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-shell-extensions-topicons/ChangeLog | 10 | ||||
-rw-r--r-- | gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-20.ebuild | 34 |
2 files changed, 42 insertions, 2 deletions
diff --git a/gnome-extra/gnome-shell-extensions-topicons/ChangeLog b/gnome-extra/gnome-shell-extensions-topicons/ChangeLog index 23a50d4afcbc..911a9fb9c3e9 100644 --- a/gnome-extra/gnome-shell-extensions-topicons/ChangeLog +++ b/gnome-extra/gnome-shell-extensions-topicons/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-extra/gnome-shell-extensions-topicons -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/ChangeLog,v 1.6 2013/12/08 18:50:06 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/ChangeLog,v 1.7 2014/02/08 22:12:56 pacho Exp $ + +*gnome-shell-extensions-topicons-20 (08 Feb 2014) + + 08 Feb 2014; Pacho Ramos <pacho@gentoo.org> + +gnome-shell-extensions-topicons-20.ebuild: + Version bump 08 Dec 2013; Pacho Ramos <pacho@gentoo.org> gnome-shell-extensions-topicons-17.ebuild: diff --git a/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-20.ebuild b/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-20.ebuild new file mode 100644 index 000000000000..b0cd9b8cf895 --- /dev/null +++ b/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-20.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2014 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-20.ebuild,v 1.1 2014/02/08 22:12:56 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 $? +} |