diff options
author | Pacho Ramos <pacho@gentoo.org> | 2021-07-08 14:32:45 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2021-07-08 14:32:45 +0200 |
commit | 7911db24f0d5fd8e83956c8bdf2caa854ab2b538 (patch) | |
tree | 637e5d9c8befbb7d036c9b266d4096f4204af730 /gnome-extra | |
parent | gnome-extra/gnome-shell-extension-bing-wallpaper: Drop old (diff) | |
download | gentoo-7911db24f0d5fd8e83956c8bdf2caa854ab2b538.tar.gz gentoo-7911db24f0d5fd8e83956c8bdf2caa854ab2b538.tar.bz2 gentoo-7911db24f0d5fd8e83956c8bdf2caa854ab2b538.zip |
gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen: Drop old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-extra')
3 files changed, 0 insertions, 74 deletions
diff --git a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/Manifest b/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/Manifest index 535733458190..1231fc83fc62 100644 --- a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/Manifest +++ b/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/Manifest @@ -1,2 +1 @@ -DIST gnome-shell-extension-control-blur-effect-on-lock-screen-20201211.tar.gz 15576 BLAKE2B 142cfb895f9adf2163e36a6005e222897c18e5ca347a9e6958664226abe9f4a6dd1a616b917ccee9531d3f1c27a3e8981a1d3335795543b782736a61b115fe67 SHA512 87efd0e222ba5676caabdff5fdb365e4f769ee4ca15a4718739934b40c3616c031283a1c3883d65dfc75ea59fdb63a9eaf3522465740602f987a136de688b19f DIST gnome-shell-extension-control-blur-effect-on-lock-screen-20210614.tar.gz 14863 BLAKE2B 11133a5bf6ea06acd2fce6f215fcc6a37a658857161b9babab51246d6d7d382773e92f395796410fafa903ace656aa664c749a501bcbd4d05ebbd81ea9fd5018 SHA512 06f6329a6a2b2e03cacd305e1dad81768b81d6193782739caeadc51f141da9238d2bff563276235673e492ad7f13977fe7f1eaba73ca940a410b94defbeae5b0 diff --git a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/files/gnome-shell-extension-control-blur-effect-on-lock-screen-20201211-metadata.patch b/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/files/gnome-shell-extension-control-blur-effect-on-lock-screen-20201211-metadata.patch deleted file mode 100644 index 7bafbfeed2fe..000000000000 --- a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/files/gnome-shell-extension-control-blur-effect-on-lock-screen-20201211-metadata.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/metadata.json~ 2020-12-11 08:57:59.000000000 +0100 -+++ b/metadata.json 2021-05-20 14:14:26.242002668 +0200 -@@ -2,9 +2,7 @@ - "_generated": "Generated by SweetTooth, do not edit", - "description": "Control the Blur Effect On Lock Screen.", - "name": "Control Blur Effect On Lock Screen", -- "shell-version": [ -- "3.36" -- ], -+ "shell-version": ["3.36", "3.38", "40"], - "url": "https://github.com/PRATAP-KUMAR/Control_Blur_Effect_On_Lock_Screen", - "uuid": "ControlBlurEffectOnLockScreen@pratap.fastmail.fm", - "version": 6 diff --git a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20201211-r1.ebuild b/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20201211-r1.ebuild deleted file mode 100644 index 75851380a14f..000000000000 --- a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20201211-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit gnome2-utils - -DESCRIPTION="Control the blur effect on gnome-shell lock screen" -HOMEPAGE="https://github.com/PRATAP-KUMAR/Control_Blur_Effect_On_Lock_Screen" -COMMIT="748b95e931b6b1548b90ceeee7a5883da3e0529f" -SRC_URI="https://github.com/PRATAP-KUMAR/Control_Blur_Effect_On_Lock_Screen/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -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.36.4 -" -DEPEND="${COMMON_DEPEND}" -BDEPEND="" - -S="${WORKDIR}/Control_Blur_Effect_On_Lock_Screen-${COMMIT}" -extension_uuid="ControlBlurEffectOnLockScreen@pratap.fastmail.fm" - -PATCHES=( - # https://github.com/PRATAP-KUMAR/Control_Blur_Effect_On_Lock_Screen/issues/3 - "${FILESDIR}/${P}-metadata.patch" -) - -src_compile() { :; } - -src_install() { - einstalldocs - insinto /usr/share/glib-2.0/schemas - doins schemas/*.xml - rm -rf LICENSE README.md schemas - 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 -} |