diff options
author | Pascal Jäger <pascal.jaeger@leimstift.de> | 2023-11-04 21:01:54 +0100 |
---|---|---|
committer | Pascal Jäger <pascal.jaeger@leimstift.de> | 2023-11-04 21:01:54 +0100 |
commit | f12701d619d0f14a0ae2d9f043fa258700d35381 (patch) | |
tree | 43ba00cc778cd02d0f72fd845b3c8960a21faf28 | |
parent | gui-apps/nwg-shell: add 0.5.18 (diff) | |
download | guru-f12701d619d0f14a0ae2d9f043fa258700d35381.tar.gz guru-f12701d619d0f14a0ae2d9f043fa258700d35381.tar.bz2 guru-f12701d619d0f14a0ae2d9f043fa258700d35381.zip |
gui-apps/nwg-shell: drop 0.5.7
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
-rw-r--r-- | gui-apps/nwg-shell/nwg-shell-0.5.7.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.7.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.7.ebuild deleted file mode 100644 index e8d3062bd..000000000 --- a/gui-apps/nwg-shell/nwg-shell-0.5.7.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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="meta-package for the nwg-shell project" -HOMEPAGE="https://github.com/nwg-piotr/nwg-shell" -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - gui-apps/nwg-bar - gui-apps/nwg-displays - || ( gui-apps/nwg-dock gui-apps/nwg-dock-hyprland ) - gui-apps/nwg-drawer - app-misc/nwg-look - gui-apps/nwg-menu - gui-apps/nwg-panel - gui-apps/nwg-shell-config -" -DEPEND="${RDEPEND}" - -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)" -} |