gui-apps/sway-launcher-desktop: drop 1.5.4

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono 2024-03-20 19:47:16 +09:00
parent ee581de138
commit 5bbb2ad04e
No known key found for this signature in database
GPG Key ID: 91CA2604719DDA61
2 changed files with 0 additions and 26 deletions

View File

@ -1,2 +1 @@
DIST sway-launcher-desktop-1.5.4.tar.gz 38905 BLAKE2B 3bcc1902f5cbc36a8fcdef290fd498046d4e74683aea1d2ee2a5e93470e0e0da7ce52c2aca8d417e067affba70a03183c4cb3b2d54a09be666b4ba1c722fa81b SHA512 8ff9b7b3bfe84d8b5d3ba0f27bf5a24159329fd4e0f9bb18de070b66e9339ac999afb4651cae3900f60e486e34a9dbac70081b93d46176133aa503d05f4efd9e
DIST sway-launcher-desktop-1.7.0.tar.gz 40468 BLAKE2B d70ecebcc3661760ae9c51886f89ef9d60dd8bba3c9420649df1a27d0ce79255ed5339e34f695e5cafeb889e2b4c6019ca4483d597e3df9b8dea1fc3a7d51b86 SHA512 900657f1ef2073b1e291ef9affb361b1eb010f2599bfa9c5f1b027dbd7d76abba2d5470ed415431eb6f413f45f09b390e77243189ce7c2c335902b6bfeca19be

View File

@ -1,25 +0,0 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="TUI Application launcher with Desktop Entry support"
HOMEPAGE="https://github.com/Biont/sway-launcher-desktop"
SRC_URI="https://github.com/Biont/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="app-shells/fzf"
RDEPEND="${DEPEND}"
src_prepare() {
default
mv "${PN}.sh" "${PN}" || die
}
src_install() {
exeinto "/usr/bin"
doexe "${PN}"
}