gnome-extra/gnome-shell-extension-lockscreen-studio - 1.1.2 (gentoo)

Search

Install

Install this version:

emerge -a =gnome-extra/gnome-shell-extension-lockscreen-studio-1.1.2

Package Information

Description:
Customization extension for the gnome-shell lock screen
Homepage:
https://github.com/phenrique-coder/lockscreen-studio
License:
public-domain

Ebuild Details

Version EAPI Keywords Slot
1.1.2 8 amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
inherit gnome2-utils

DESCRIPTION="Customization extension for the gnome-shell lock screen"
HOMEPAGE="https://github.com/phenrique-coder/lockscreen-studio"
SRC_URI="https://github.com/phenrique-coder/lockscreen-studio/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${P/gnome-shell-extension-}"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64"

RDEPEND="
	dev-libs/glib:2
	app-eselect/eselect-gnome-shell-extensions
	>=gnome-base/gnome-shell-45
"

extension_uuid="lockscreen-studio@pedro.projects"

src_install() {
	einstalldocs
	insinto /usr/share/glib-2.0/schemas
	doins schemas/*.xml
	insinto /usr/share/gnome-shell/extensions/"${extension_uuid}"
	doins metadata.json extension.js prefs.js
}

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
}

Inherited Eclasses

Dependencies

RDEPEND

	dev-libs/glib:2
	app-eselect/eselect-gnome-shell-extensions
	>=gnome-base/gnome-shell-45

Manifest for 1.1.2

Type File Size Source URLs
DIST gnome-shell-extension-lockscreen-studio-1.1.2.tar.gz 870331 bytes https://github.com/phenrique-coder/lockscreen-studio/archive/v1.1.2.tar.gz