diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-02-24 15:45:02 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-02-24 15:45:02 +0100 |
commit | a88b0f9c8d714a5f6228eada52cd4803f253e2a4 (patch) | |
tree | 25cae23b34ff50489b861d077091a76db096dba3 /gnome-extra | |
parent | gnome-extra/gnome-shell-extension-bluetooth-quick-connect: drop 29 (diff) | |
download | gentoo-a88b0f9c8d714a5f6228eada52cd4803f253e2a4.tar.gz gentoo-a88b0f9c8d714a5f6228eada52cd4803f253e2a4.tar.bz2 gentoo-a88b0f9c8d714a5f6228eada52cd4803f253e2a4.zip |
gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen: drop 20220323
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20220323.ebuild | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20220323.ebuild b/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20220323.ebuild deleted file mode 100644 index 334817d3669b..000000000000 --- a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20220323.ebuild +++ /dev/null @@ -1,55 +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}" - -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 -} |