mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
gui-apps/nwg-shell: drop 0.5.30
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST nwg-shell-0.5.30.tar.gz 2181453 BLAKE2B 098aa29678fa9db408de330843e3674c8c0c32b42e426388be090d3e2d4d6e5c8928479242f8b05e783b40dccf51ce3e88262837fb50dc42bde668bb38cc94d1 SHA512 a3a9bac12df18d7eff600825e9dd6188101e23a442f5d3f4ea0bcaf3a80bdbb6ca6521e66a352ec14c45916e7d87dcf5fbdfd2cd0b8c7a311977a495382e51eb
|
||||
DIST nwg-shell-0.5.31.tar.gz 2181632 BLAKE2B 173fb14aeeae8c0788ee8b4deb614538128e623032231eb427b9dbdafd3b84d4cbaa8f109adf30c7c382796211cc72385f24d955776f0fee511a719aa572fde4 SHA512 1b26f14f14123dc7c7c48839dfa473c45688f17e2274c00b41f9bbcea9959d871606a88ed3517aa1dcfa22d346b4a9b0369b6c58ba27ba4e119269e0031840d2
|
||||
DIST nwg-shell-0.5.32.tar.gz 2181719 BLAKE2B f2b67a2a41a0f1b7123ba74410a2630ccdcd2a6f7ae5318ff1ffc95ff36d012bc4536c40467ac68a2d40bb2556cb47c157b6f1f7987efb69307f3f5bbd19dde5 SHA512 52402569d36d96ab119dbae12a615bbab55e7c025ac08f1a0fbd220703c94ce6628684c304efd5e2810258f75fcdb0fde93f0f074f21846c52962232173452f1
|
||||
|
||||
@@ -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