gnome-extra/gnome-shell-extension-pop-shell: drop old

Signed-off-by: Philipp Rösner <rndxelement@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31619
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Philipp Rösner
2023-06-26 17:18:46 +02:00
committed by Joonas Niilola
parent 3e4970923e
commit d468abf19e
3 changed files with 0 additions and 126 deletions

View File

@@ -1,4 +1,2 @@
DIST gnome-shell-extension-pop-shell-1.2.0_p20210603.tar.gz 1018667 BLAKE2B d09becddcab7f24b8efcdb8a6c3b9a121de1654d54c792865e28a08412feeb58d3bbd7698811b840eb7873d3ca7854469f96d1b43bc806b2b3e680b2493beffe SHA512 72cb8a71560d97c92a44d988e8eb0293012565d4eea7b49d6d83be6b844f182db22c7c9d41e68ea3fd272ef7f8b88d97afbce3f867e899e162032507be082a40
DIST gnome-shell-extension-pop-shell-1.2.0_p20210727.tar.gz 1025387 BLAKE2B b25c3af33c6549d08e68de2971090dc74f4bdd719889bcd7397b38a9b275792fb6bdfed9e3baaa7a2c45074baf9c64c31d365809332f689f31c23b2e755793df SHA512 8a3ec6999a2b4ab9ffb67ec87e05482c489acc82ce0bd1a76e17e2ed2e4b8acc2ea22974c9363e1af7a9ec03409fe933109b2451c9be21a541f9dede32d48753
DIST gnome-shell-extension-pop-shell-1.2.0_p20220928.tar.gz 862942 BLAKE2B f692184bfb19571322fc8c8364182e69a2ac3f21b8f3657362ec387539659f7109413e9459ef5766ac7fc334ee56cee49c588d18a3e9701cc104beefb6eb0c4f SHA512 aecf8b8e3089bc1e1cc62ca0095705223dc3fcb7f30eab39166d39678037ca81076cf46960a27cfcb245bc540fe26ba0b3332747b9a41ad63e4f0ed50b8cf609
DIST gnome-shell-extension-pop-shell-1.2.0_p20230626.tar.gz 864018 BLAKE2B 474dde2a131e53a52c8f8c648f6ec2a438e383485a675a625e7d20b3021e5955aa0bbfaa5f344881f754d486e1f601c3cf54adcd8839e76d77029767f8b01e64 SHA512 01aa86d3d78cc24dd8fc1b4f0834739f2974a0c82c875a039520dd1f4676afc7ff69c40927beb300d698834116d0d76fc45db3c8a81833628b4c2144f9052011

View File

@@ -1,62 +0,0 @@
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit gnome2-utils optfeature
EGIT_COMMIT="f7cbe060e8d293bfe3b0b759032a85773b542645"
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"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc64"
IUSE=""
RDEPEND="
app-eselect/eselect-gnome-shell-extensions
>=gnome-base/gnome-shell-40.1
"
DEPEND=""
BDEPEND="dev-lang/typescript"
S="${WORKDIR}/shell-${EGIT_COMMIT}"
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
}
pkg_postinst() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?
gnome2_schemas_update
echo
einfo "To configure keybindings run /usr/lib/pop-shell/scripts/configure.sh"
echo
optfeature gnome-extra/gnome-shell-extensions "better tiling via native-window-placement"
}
pkg_postrm() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?
gnome2_schemas_update
}

View File

@@ -1,62 +0,0 @@
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit gnome2-utils optfeature
EGIT_COMMIT=475b49dc02386e26fbe6b91a559c77515d96caaf
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"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc64"
IUSE=""
RDEPEND="
app-eselect/eselect-gnome-shell-extensions
>=gnome-base/gnome-shell-40.1
sys-apps/fd
"
BDEPEND="dev-lang/typescript"
S="${WORKDIR}/shell-${EGIT_COMMIT}"
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
}
pkg_postinst() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?
gnome2_schemas_update
echo
elog "To configure keybindings run /usr/lib/pop-shell/scripts/configure.sh as user"
echo
optfeature gnome-extra/gnome-shell-extensions "better tiling via native-window-placement"
}
pkg_postrm() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?
gnome2_schemas_update
}