diff options
author | tastytea <gentoo@tastytea.de> | 2024-05-24 12:29:47 +0200 |
---|---|---|
committer | tastytea <gentoo@tastytea.de> | 2024-05-24 12:29:47 +0200 |
commit | 932d5e4de75a29a2a19f3d870a58ea0e46c4533a (patch) | |
tree | c7bf138be8fed177b34e60267817d994ac22a7f9 | |
parent | gui-apps/intiface-central-bin: explicitly add dependencies (diff) | |
download | guru-932d5e4de75a29a2a19f3d870a58ea0e46c4533a.tar.gz guru-932d5e4de75a29a2a19f3d870a58ea0e46c4533a.tar.bz2 guru-932d5e4de75a29a2a19f3d870a58ea0e46c4533a.zip |
gui-apps/intiface-central-bin: drop 2.5.5
Signed-off-by: tastytea <gentoo@tastytea.de>
-rw-r--r-- | gui-apps/intiface-central-bin/Manifest | 1 | ||||
-rw-r--r-- | gui-apps/intiface-central-bin/intiface-central-bin-2.5.5.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/gui-apps/intiface-central-bin/Manifest b/gui-apps/intiface-central-bin/Manifest index 32e8ae319..e4aba0f79 100644 --- a/gui-apps/intiface-central-bin/Manifest +++ b/gui-apps/intiface-central-bin/Manifest @@ -1,2 +1 @@ -DIST intiface-central-v2.5.5-linux-ubuntu-22.04-x64.zip 39887250 BLAKE2B d854274adcac9d06ee412142908d77f6332f12178bfb45cd7895cba014d2227ae2a56220d553af2381029c9aa2c6c93634a9872fdfcc9aa6ec69def0fdcd0710 SHA512 81b4b604c417df1d6d5b4246207c2847eb861543e3722c79c72781a57aa7f1ffdbdbfa079741b9cb42ee98b33f7e36a0c6df7963d1b0eb9c52d0eb9ef6c49086 DIST intiface-central-v2.5.7-linux-ubuntu-22.04-x64.zip 19978864 BLAKE2B 0e22f90eaf464fae0463f31a6a1537154956c44e04a91514aca2f097c4f2494d802b1e40e762b2e7f639efaf142b9fed56384fe5d1e167afba39132678554049 SHA512 be855842b3150e7e9f972502dc2711051528305419c135c525ac3d2d5b5002e1c923d91fee9d533e170f05d29bc0047e2772b8e10ba8373c10eb7d4ce034e4eb diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.5.5.ebuild b/gui-apps/intiface-central-bin/intiface-central-bin-2.5.5.ebuild deleted file mode 100644 index 8dccf7be9..000000000 --- a/gui-apps/intiface-central-bin/intiface-central-bin-2.5.5.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop xdg - -DESCRIPTION="Buttplug frontend application" -HOMEPAGE="https://github.com/intiface/intiface-central" -SRC_URI="https://github.com/intiface/intiface-central/releases/download/v${PV}/intiface-central-v${PV}-linux-ubuntu-22.04-x64.zip" -S="${WORKDIR}/${PN/-bin/}-v${PV}-linux-ubuntu-22.04-x64" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - app-accessibility/at-spi2-core - media-gfx/graphite2 - sys-apps/dbus - sys-apps/systemd-utils - x11-libs/gtk+:3[X] - dev-libs/openssl:0/3 -" -BDEPEND="app-arch/unzip" - -QA_PREBUILT=" - opt/${PN}/lib/*.so - opt/${PN}/intiface_central -" - -src_install() { - insinto /opt/${PN} - doins -r . - fperms +x /opt/${PN}/intiface_central - - cat << EOF > intiface_central -#!/bin/sh -cd /opt/${PN} -./intiface_central "\${@}" -EOF - dobin intiface_central - - newicon --size 512 \ - data/flutter_assets/assets/icons/intiface_central_icon.png ${PN}.png - - make_desktop_entry intiface_central "Intiface Central" ${PN} "Utility" -} |