gnome-extra/gnome-shell-extension-pop-shell: fix pkgcheck warnings

Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2024-12-01 15:03:25 +01:00
parent 69d352a163
commit ec97343e29

View File

@@ -9,11 +9,11 @@ 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"
IUSE=""
RDEPEND="
app-eselect/eselect-gnome-shell-extensions
@@ -22,8 +22,6 @@ RDEPEND="
"
BDEPEND="dev-lang/typescript"
S="${WORKDIR}/shell-${EGIT_COMMIT}"
DOC_CONTENTS="To configure keybindings run /usr/lib/pop-shell/scripts/configure.sh as user"
src_install() {