mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
gui-apps/nwg-shell: drop 0.5.26
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST nwg-shell-0.5.26.tar.gz 2180999 BLAKE2B 1008e34e663875754302c7631573d0d0a5b82a786204739a77744640d5bd2b3dc880b144f39c39b2a90686c6b19b91dcfc072825e5b29bd4c8e631aba486af7d SHA512 aaf9acc0082aa9bb33f92d860c42eb0ce0d78aa3405bfc8bae1180ea0890926f0f348b4a4d6fcfb01812fe947d21deac65a2d2bec7eddf5e895a4b4535bf20ba
|
||||
DIST nwg-shell-0.5.28.tar.gz 2180994 BLAKE2B c54e1568846d8bdf44391be0195393ca8d58a2191a0b572d9da2b4f766e91dcf04efd49916afd57df25b9457709a03e1b44d67183faa82d5b3f27a58241784a2 SHA512 4833e0adf43e86e763a44583e09574cf591dee67145f43e96aba833d35dde371387183b8468090aa4521e1f968ab1e9950381ac43a38463d7bb6b609fd8cf308
|
||||
DIST nwg-shell-0.5.29.tar.gz 2181442 BLAKE2B 176ed212e4f049e1486012fcb23f62a23106f2551544e89e99016a94c72543f44d4650a0d3c817226bb89c55d17e79ba3fb8613ddb19c81ebdb21b2e574adb91 SHA512 dc29091b41e19fc816a1bc2052600ce05b8280addb5ea7530c0e4e3c105b727ac4132dc08313b33b8cca8bef3b4269c1e3e78276240d5c08698cc64dfda2981d
|
||||
|
||||
@@ -1,34 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
|
||||
SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DESCRIPTION="libraries an common functions for the nwg-shell project"
|
||||
HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
gui-apps/grim
|
||||
gui-apps/swappy
|
||||
gui-apps/slurp
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
python_install_all() {
|
||||
default
|
||||
dobin scripts/*
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "To install nwg-shell for the current user, run"
|
||||
elog "nwg-shell-installer -w (for sway) or"
|
||||
elog "nwg-shell-installer -w -hypr (for hyprland)"
|
||||
}
|
||||
Reference in New Issue
Block a user