diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-07-20 10:16:14 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-07-20 10:16:14 +0200 |
commit | 125f8b1c49cd03fb61d68890102e97e5bd756333 (patch) | |
tree | 50713f3e41195a4892802398e5cd38f44ff384f9 /gnome-extra | |
parent | gnome-extra/gnome-shell-extension-bluetooth-quick-connect: drop 33 (diff) | |
download | gentoo-125f8b1c49cd03fb61d68890102e97e5bd756333.tar.gz gentoo-125f8b1c49cd03fb61d68890102e97e5bd756333.tar.bz2 gentoo-125f8b1c49cd03fb61d68890102e97e5bd756333.zip |
gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen: drop 20220323-r1
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-extra')
3 files changed, 0 insertions, 73 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 2d6416f8066c..92af23e5c254 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-20220323.tar.gz 2618 BLAKE2B 050f801bcc1ced63647c49badb779ce60a7de329ecebfef324cb8d1992e992933524a5e0e08272cf93bd9e24c9be72ba3b1365721b7954422ae0dfab7c1448bf SHA512 c13bff5676d5cf5ad6c932c6f19f1229fe65b3c4c0bcad6d0f3dfbce5bb763ebbd5cea7140e7b3ad5417819ee27e4e49369740d634b13b7f037fa4dc324dbced DIST gnome-shell-extension-control-blur-effect-on-lock-screen-20230408.tar.gz 18303 BLAKE2B e15c4cb3274e0c295162dbb4788f9668d16b17f38bff0f8c45716202470c29986d28df19efdeda707365dc3b229a1dccb4c7b9fe4cfab7868d6286ac7ccf561b SHA512 4167587a1786f06a559975a393c2dac7fd54f4abeab902adbbd9637ef7a2399ad1e8e5a52f881559766599c8905ce501a3febb020f0b300b0a1ce5450d04052d diff --git a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/files/gnome-shell-extension-control-blur-effect-on-lock-screen-20220323-gnome43.patch b/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/files/gnome-shell-extension-control-blur-effect-on-lock-screen-20220323-gnome43.patch deleted file mode 100644 index 5692ec98793e..000000000000 --- a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/files/gnome-shell-extension-control-blur-effect-on-lock-screen-20220323-gnome43.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/metadata.json.old 2022-12-04 11:21:39.015695448 +0100 -+++ b/metadata.json 2022-12-04 11:21:47.130043343 +0100 -@@ -5,7 +5,8 @@ - "shell-version": [ - "40", - "41", -- "42" -+ "42", -+ "43" - ], - "url": "https://github.com/PRATAP-KUMAR/Control_Blur_Effect_On_Lock_Screen", - "uuid": "ControlBlurEffectOnLockScreen@pratap.fastmail.fm", diff --git a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20220323-r1.ebuild b/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20220323-r1.ebuild deleted file mode 100644 index 94fc209960b6..000000000000 --- a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20220323-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -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="f24d6eda9bd1c625f5f35ab50a1caf5fef646a72" -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-40 -" -DEPEND="${COMMON_DEPEND}" -BDEPEND="" - -extension_uuid="ControlBlurEffectOnLockScreen@pratap.fastmail.fm" -S="${WORKDIR}/${PN/gnome-shell-extension-/}-${COMMIT}" - -PATCHES=( - # https://github.com/PRATAP-KUMAR/control-blur-effect-on-lock-screen/issues/4 - "${FILESDIR}/${P}-gnome43.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 -} |