From c4d92ab721dfc646b4a58429d965e9446294ce26 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 4 Dec 2022 21:03:51 +0000 Subject: gentoo auto-resync : 04:12:2022 - 21:03:51 --- .../Manifest | 4 +- ...ur-effect-on-lock-screen-20220323-gnome43.patch | 12 +++++ ...l-blur-effect-on-lock-screen-20220323-r1.ebuild | 60 ++++++++++++++++++++++ .../metadata.xml | 3 ++ 4 files changed, 78 insertions(+), 1 deletion(-) create mode 100644 gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/files/gnome-shell-extension-control-blur-effect-on-lock-screen-20220323-gnome43.patch create mode 100644 gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20220323-r1.ebuild (limited to 'gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen') 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 aace2506aa92..849289c19908 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,3 +1,5 @@ +AUX gnome-shell-extension-control-blur-effect-on-lock-screen-20220323-gnome43.patch 356 BLAKE2B 2094076c2975a893631e81ae6ba8375778b95510d9af3ac583d75cd38d817f20cc7c3ef4918eb5288f19db7f3bdb858d83476bf03d1cd0290fe241bd27bdded6 SHA512 b6b31f4e840d0d5ec1f2a0532b7a4166209ca49a23e9b068af6b5b6842a739f0bd7b7bda699b0a5049ec7fdb90fc0c35c19b387491947d46f6e1c6ec38b213e5 DIST gnome-shell-extension-control-blur-effect-on-lock-screen-20220323.tar.gz 2618 BLAKE2B 050f801bcc1ced63647c49badb779ce60a7de329ecebfef324cb8d1992e992933524a5e0e08272cf93bd9e24c9be72ba3b1365721b7954422ae0dfab7c1448bf SHA512 c13bff5676d5cf5ad6c932c6f19f1229fe65b3c4c0bcad6d0f3dfbce5bb763ebbd5cea7140e7b3ad5417819ee27e4e49369740d634b13b7f037fa4dc324dbced +EBUILD gnome-shell-extension-control-blur-effect-on-lock-screen-20220323-r1.ebuild 1443 BLAKE2B 126f779310181e3dbd508fa834604f797960b8c268ab7bf0b99af9c0b72f837ca1b8927b5300d72caff1782766adecd815bb1adb01e77e47cc7f2b93657d2cc0 SHA512 80b0bd3c8ec0c7b94cd5069eeffbac450d78c8894e039d285882e09d12cddfa5e5d19580c81419b60b7d687c33e3a7f1d090fb48e2579ffec114aefe40c79977 EBUILD gnome-shell-extension-control-blur-effect-on-lock-screen-20220323.ebuild 1315 BLAKE2B 4d0f829bde6be46cc8e8efcc13e06931c9c0447e60a49149dca05ccb797177b8fe6ea33ec4dd9dc7564bcb9f63065f644fed6989c6a8a0b9e5b0f2d95d282c45 SHA512 c7de0a13490579dc1721ffe38816cad742bac5b2a85658383ad3e5884d1bd4471f92bdc4f0fb7a3fe982df5eed902548a6e283d130b3016cfd06f9289a9922da -MISC metadata.xml 241 BLAKE2B cb0374238d11e2a3f28f23b7049da09babd4310a99862738acfb7ba554f7758ac68cd09d1eb7a29068195c27010a846a540ed2c09b88fd043b37fb4f0762150f SHA512 b2c1d3e2cb6760ed4682da82af5370adcacd48afd558efa1abf84d955067b2ad32eda034af8cef95c71409622f97fa0113f2e07bee328f2d03512908ae931050 +MISC metadata.xml 353 BLAKE2B dcbdb87a1f1a374c1d34605029971f07943f33938e53d21464bb51d2a849d6421fca5093f3862130d43f471a3e41095da3bfdde968a6e81129fbbe7216c99083 SHA512 93fc96abf0b7e4c371d6852c741e561f0395a3b76eef6b40e149b463146d34224861efe3e82383a8080c30e98f13b2c48cc5b02f922797599bbbeded11d8595d 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 new file mode 100644 index 000000000000..5692ec98793e --- /dev/null +++ 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 @@ -0,0 +1,12 @@ +--- 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 new file mode 100644 index 000000000000..1f880da75164 --- /dev/null +++ b/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20220323-r1.ebuild @@ -0,0 +1,60 @@ +# 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 +} diff --git a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/metadata.xml b/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/metadata.xml index 3947e1bf6d57..f8dc8328774e 100644 --- a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/metadata.xml +++ b/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/metadata.xml @@ -5,4 +5,7 @@ pacho@gentoo.org + + PRATAP-KUMAR/Control_Blur_Effect_On_Lock_Screen + -- cgit v1.2.3