Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/
Date: Tue, 21 Dec 2021 18:54:55
Message-Id: 1640112887.f7acbec7c896f6da1567b64774e65e1af5c3ef38.pacho@gentoo
1 commit: f7acbec7c896f6da1567b64774e65e1af5c3ef38
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 21 18:40:24 2021 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 21 18:54:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7acbec7
7
8 gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen: Bump to new snapshot
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 .../Manifest | 1 +
14 ...trol-blur-effect-on-lock-screen-20211209.ebuild | 55 ++++++++++++++++++++++
15 2 files changed, 56 insertions(+)
16
17 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
18 index cb852c3c8d0f..f76c19873e68 100644
19 --- a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/Manifest
20 +++ b/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/Manifest
21 @@ -1,3 +1,4 @@
22 DIST gnome-shell-extension-control-blur-effect-on-lock-screen-20210614.tar.gz 14863 BLAKE2B 11133a5bf6ea06acd2fce6f215fcc6a37a658857161b9babab51246d6d7d382773e92f395796410fafa903ace656aa664c749a501bcbd4d05ebbd81ea9fd5018 SHA512 06f6329a6a2b2e03cacd305e1dad81768b81d6193782739caeadc51f141da9238d2bff563276235673e492ad7f13977fe7f1eaba73ca940a410b94defbeae5b0
23 DIST gnome-shell-extension-control-blur-effect-on-lock-screen-20210721.tar.gz 2592 BLAKE2B 205309c4057094301e3469471b0f2da06a6cdf6f36b430b636f5341acde98ae999a537ca3a815a257fd9e3abde8f30bffb9a78f38926224eea3ec29d92548f2b SHA512 d314227588dac2f51b1d6946bac29501607b3e4fa6c3394b4bf56576453d6e6aa5a76fb2b576e216d5e62dabd8994418f11838d95bd90f134d261223fab04dd8
24 DIST gnome-shell-extension-control-blur-effect-on-lock-screen-20211111.tar.gz 2595 BLAKE2B c15c74cd534e571585b1129216fe644d7c8c2b78cf360d26ac48cf1773e3b69e97c3889e13f39355c24b2066168f9cdd2a6e49f830c20f1f6f853aecba6b0ebe SHA512 b3dfa72863972af9ada7803aeff409139708840b795842c32ce6b07cea21e472c06c4ec86eb141b0fd89a31912971d3b97fd96ee4e3d8bc63928f551bf7c9836
25 +DIST gnome-shell-extension-control-blur-effect-on-lock-screen-20211209.tar.gz 2609 BLAKE2B 17b75fab4c2c01635ef578444ab2d17ef19abad4fe9ef92ac46ea00e6ee7fa5138364e950e75b7ed581249c650e745fb7cb6adfa18a85a42cbba2d9a7d62555e SHA512 ceaf49c034d90d30534b36a0bd47b18e492a052724820887e284f4e5fe7b7faac24baa19581d113f176ce13082ec080de5562555dc2b65481b187543a60da9cc
26
27 diff --git a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20211209.ebuild b/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20211209.ebuild
28 new file mode 100644
29 index 000000000000..12902d135edb
30 --- /dev/null
31 +++ b/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20211209.ebuild
32 @@ -0,0 +1,55 @@
33 +# Copyright 1999-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=8
37 +inherit gnome2-utils
38 +
39 +DESCRIPTION="Control the blur effect on gnome-shell lock screen"
40 +HOMEPAGE="https://github.com/PRATAP-KUMAR/Control_Blur_Effect_On_Lock_Screen"
41 +COMMIT="0223e85a5045e9589cb8186376d9258e845789bd"
42 +SRC_URI="https://github.com/PRATAP-KUMAR/Control_Blur_Effect_On_Lock_Screen/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
43 +
44 +LICENSE="GPL-3+"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +IUSE=""
48 +
49 +# glib for glib-compile-schemas at build time, needed at runtime anyways
50 +COMMON_DEPEND="
51 + dev-libs/glib:2
52 +"
53 +RDEPEND="${COMMON_DEPEND}
54 + app-eselect/eselect-gnome-shell-extensions
55 + >=gnome-base/gnome-shell-40
56 +"
57 +DEPEND="${COMMON_DEPEND}"
58 +BDEPEND=""
59 +
60 +extension_uuid="ControlBlurEffectOnLockScreen@×××××××××××××××.fm"
61 +S="${WORKDIR}/${PN/gnome-shell-extension-/}-${COMMIT}"
62 +
63 +src_compile() { :; }
64 +
65 +src_install() {
66 + einstalldocs
67 + insinto /usr/share/glib-2.0/schemas
68 + doins schemas/*.xml
69 + rm -rf LICENSE README.md schemas
70 + insinto /usr/share/gnome-shell/extensions/"${extension_uuid}"
71 + doins -r *
72 +}
73 +
74 +pkg_preinst() {
75 + gnome2_schemas_savelist
76 +}
77 +
78 +pkg_postinst() {
79 + gnome2_schemas_update
80 + ebegin "Updating list of installed extensions"
81 + eselect gnome-shell-extensions update
82 + eend $?
83 +}
84 +
85 +pkg_postrm() {
86 + gnome2_schemas_update
87 +}