diff options
author | Pacho Ramos <pacho@gentoo.org> | 2022-03-09 22:32:19 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2022-03-09 22:32:19 +0100 |
commit | c1220626cd8b991b2a33cd2a59551c302fb3baeb (patch) | |
tree | b3e737f1eafcf54de0e2c869c6023165a584bb39 /gnome-extra | |
parent | gnome-extra/gnome-shell-extension-appindicator: Drop old (diff) | |
download | gentoo-c1220626cd8b991b2a33cd2a59551c302fb3baeb.tar.gz gentoo-c1220626cd8b991b2a33cd2a59551c302fb3baeb.tar.bz2 gentoo-c1220626cd8b991b2a33cd2a59551c302fb3baeb.zip |
gnome-extra/gnome-shell-extension-applications-overview-tooltip: Drop old
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-extra')
2 files changed, 0 insertions, 51 deletions
diff --git a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/Manifest b/gnome-extra/gnome-shell-extension-applications-overview-tooltip/Manifest index ff29f207970c..3654ca9296c1 100644 --- a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/Manifest +++ b/gnome-extra/gnome-shell-extension-applications-overview-tooltip/Manifest @@ -1,2 +1 @@ -DIST gnome-shell-extension-applications-overview-tooltip-12.tar.gz 27394 BLAKE2B 169460c7063fda0f664688303984c4a5c7fcd8a6b32281c2eb630ebea8143b95e96038f130b09c939371474b5ef27656cf77eec942412fcf3908a5d9fb8ae202 SHA512 4c993256d1f6d7d3a2c72c88f6f88facf7ff8237d489950484f54a68f09741e526f0e0a7c2862251fc2579fd3cdd496c9136bb222374abfacbace1615e263239 DIST gnome-shell-extension-applications-overview-tooltip-14.tar.gz 27058 BLAKE2B 442e1b144358c40c6132ab2a067bb29439e826ccd540583a6e95d35841bca3eda53ac9b6004285c8ab63006d9e71dbdb46f0fb77310366cf976381bb70b50223 SHA512 6e5805f720e262181e4519ec8a19cf57dae41e3dcff3da4a4a1bc4a132bcc23aae575cc15aa0a0f5f04fe1a25a9ff3e03d5bcacb326c7bbc8d0b28351e0ecbfe diff --git a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-12.ebuild b/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-12.ebuild deleted file mode 100644 index 7e7757ece5a3..000000000000 --- a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-12.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit gnome2-utils - -# Workaround until https://bugzilla.gnome.org/show_bug.cgi?id=663725 is fixed -DESCRIPTION="Show tooltip with full name and description" -HOMEPAGE="https://github.com/RaphaelRochet/applications-overview-tooltip" -SRC_URI="https://github.com/RaphaelRochet/applications-overview-tooltip/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -# https://github.com/RaphaelRochet/applications-overview-tooltip/issues/7 -LICENSE="public-domain" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - app-eselect/eselect-gnome-shell-extensions - >=gnome-base/gnome-shell-40 -" -DEPEND="" -BDEPEND="" - -S="${WORKDIR}/${P/gnome-shell-extension-}" -extension_uuid="applications-overview-tooltip@RaphaelRochet" - -src_install() { - einstalldocs - insinto /usr/share/glib-2.0/schemas - doins schemas/*.xml - rm -rf README.md schemas || die - insinto /usr/share/gnome-shell/extensions/"${extension_uuid}" - doins -r * -} - -pkg_preinst() { - gnome2_schemas_savelist -} - -pkg_postinst() { - gnome2_schemas_update - ebegin "Updating list of installed extensions" - eselect gnome-shell-extensions update - eend $? -} - -pkg_postrm() { - gnome2_schemas_update -} |