diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-12-20 22:40:39 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-12-20 22:42:27 +0200 |
commit | 25b63b7a3cc35c8469040f22a2921eb759de1d3a (patch) | |
tree | 96a4aaf31766a9e71e3c7c9c2a516cfe20e4e215 /gnome-extra | |
parent | gnome-extra/gnome-shell-extensions-topicons-plus: ALLARCHES stable x86 (diff) | |
download | gentoo-25b63b7a3cc35c8469040f22a2921eb759de1d3a.tar.gz gentoo-25b63b7a3cc35c8469040f22a2921eb759de1d3a.tar.bz2 gentoo-25b63b7a3cc35c8469040f22a2921eb759de1d3a.zip |
gnome-extra/gnome-shell-extensions-topicons-plus: remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-shell-extensions-topicons-plus/Manifest | 1 | ||||
-rw-r--r-- | gnome-extra/gnome-shell-extensions-topicons-plus/gnome-shell-extensions-topicons-plus-20.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/gnome-extra/gnome-shell-extensions-topicons-plus/Manifest b/gnome-extra/gnome-shell-extensions-topicons-plus/Manifest index b5207f311b9a..3e9df732185c 100644 --- a/gnome-extra/gnome-shell-extensions-topicons-plus/Manifest +++ b/gnome-extra/gnome-shell-extensions-topicons-plus/Manifest @@ -1,2 +1 @@ -DIST gnome-shell-extensions-topicons-plus-20.tar.gz 6173720 BLAKE2B f43a14f932b4fb85560fb0b580b115187c5dba13053c2f1478275064579beb6d3010deb08d8165fd14384da22d1e2cbf4fedbfbe39097236531e8509a4c9bfba SHA512 89feaf4a42f1785c7667ba451efddce2322599c5441bfe66c8bcc72fa3c07bbc2535e34db5383ab9c5b38a61f83ec6ef245473f2c269708e4042684f2d7a07bc DIST gnome-shell-extensions-topicons-plus-21.tar.gz 2756641 BLAKE2B 39414711365a9c68fa2b0172859e9969a7f71eae5e7498abee9ff05e4c215df09419cdad99192c60892b1bd6e8b27724c81c5d3da9a3d8ca3072d984824cb950 SHA512 f85db46f20c24f0b11ce2c79c0548b88262faf059d674073e328917dc8497de0e07ccd6f3613f45aa9e49109468d78293f3a8f0f4fea5a24a7c5254666cda5df diff --git a/gnome-extra/gnome-shell-extensions-topicons-plus/gnome-shell-extensions-topicons-plus-20.ebuild b/gnome-extra/gnome-shell-extensions-topicons-plus/gnome-shell-extensions-topicons-plus-20.ebuild deleted file mode 100644 index ce20730a5df2..000000000000 --- a/gnome-extra/gnome-shell-extensions-topicons-plus/gnome-shell-extensions-topicons-plus-20.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit vcs-snapshot - -DESCRIPTION="Moves legacy tray icons to top panel" -HOMEPAGE="https://extensions.gnome.org/extension/1031/topicons/" -SRC_URI="https://github.com/phocean/TopIcons-plus/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -# glib for glib-compile-schemas at build time, needed at runtime anyways -COMMON_DEPEND=" - dev-libs/glib:2 -" -RDEPEND="${COMMON_DEPEND} - app-eselect/eselect-gnome-shell-extensions - >=gnome-base/gnome-shell-3.16 -" -DEPEND="${COMMON_DEPEND}" - -#src_compile() { - # It redoes this with "make install" later due to a dumb Makefile, so don't bother - #make build -#} - -src_install() { - # TODO: Figure out if we can get the schemas to standard location, in a way that works properly runtime too - make install INSTALL_PATH="${ED}usr/share/gnome-shell/extensions/" - rm "${ED}/usr/share/gnome-shell/extensions/TopIcons@phocean.net/README.md" || die - dodoc README.md -} - -pkg_postinst() { - ebegin "Updating list of installed extensions" - eselect gnome-shell-extensions update - eend $? -} |