gnome-extra/gnome-shell-extension-pop-shell: drop 1.2.0_p20241009

Signed-off-by: Philipp Rösner <rndxelement@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40827
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Philipp Rösner
2025-03-01 12:23:13 +01:00
committed by Pacho Ramos
parent 813bcd5d6e
commit c24649171f
2 changed files with 0 additions and 60 deletions

View File

@@ -1,3 +1,2 @@
DIST gnome-shell-extension-pop-shell-1.2.0_p20241009.tar.gz 864473 BLAKE2B 5a54503b88dead60fd8f655e90873e2b5f857330cc1e58c84fb7f0c3b3b54a39b2923309a62e5ec5683f94047b51cf2a7f3b5bd5a310056a5fca81c8968d0f67 SHA512 f8f8993c39c1b5c24aa60d4aa18039432d3cae63ef45a1afc75669e96fc22f269b4906fc07a4b003b2c97a311cdc6e8de6fc55507606541f2e54cbf3d2aac090
DIST gnome-shell-extension-pop-shell-1.2.0_p20241231.tar.gz 864496 BLAKE2B 3ded131af8da4babc6df535ba24eb3307a6db63dee3fe07ae192fe1accf2fa676f0d255936946372e18dbebd2831ab4da25f106c36a24c3f6d0b4d392eab33ae SHA512 60b80f59f41048ff727f70ce8cbe36b609c1e426a9e446092a73a22bbaa0f01c22bc24d9a83692258143b85a2c73d28847ea5a9061fe987cbef03b954a8c5722
DIST gnome-shell-extension-pop-shell-1.2.0_p20250301.tar.gz 864736 BLAKE2B 6e1132d01fba05319f63aad80e339fa76e4bdbea7e3c5ad0c87d98a0dbd7a35c35446581c80f2481a74fe3e44a29b14c75e9f9101b7ee57d030cfdb1de1b1342 SHA512 c277b85c0fb541ec1b2c79d12dad15313918512e47a674857cd0be49985906980af91af585c2744a098fc73f0582bf249dee4d7b821815805213056b88d53527

View File

@@ -1,59 +0,0 @@
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome2-utils optfeature readme.gentoo-r1
EGIT_COMMIT="e25621e2595eb5235ecb1a41167d1324a2b2a297"
DESCRIPTION="Keyboard-driven layer for GNOME Shell with tiling support"
HOMEPAGE="https://github.com/pop-os/shell"
SRC_URI="https://github.com/pop-os/shell/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/shell-${EGIT_COMMIT}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc64"
RDEPEND="
app-eselect/eselect-gnome-shell-extensions
>=gnome-base/gnome-shell-45
sys-apps/fd
"
BDEPEND="dev-lang/typescript"
DOC_CONTENTS="To configure keybindings run /usr/lib/pop-shell/scripts/configure.sh as user"
src_install() {
default
insinto /usr/share/glib-2.0/schemas
doins schemas/org.gnome.shell.extensions.pop-shell.gschema.xml
exeinto /usr/lib/pop-shell/scripts
doexe scripts/configure.sh
insinto /usr/share/gnome-control-center/keybindings
doins keybindings/*.xml
readme.gentoo_create_doc
}
pkg_postinst() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?
gnome2_schemas_update
readme.gentoo_print_elog
optfeature "better tiling via native-window-placement" gnome-extra/gnome-shell-extensions
}
pkg_postrm() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?
gnome2_schemas_update
}