mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
games-util/itch-bin: Remove old ebuild.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST itch-bin-25.4.0.zip 62941242 BLAKE2B c50f996f98f9ce6e845c44d6c5b176e321f885b7db70569ab5bf526fcc4b21ed1b3428022400457fbdac5c6f387b27865d4768f99c94e60bb18897e68a75a5b2 SHA512 6a0e6fbfba94c162052594ea0442062262690c4ef42889056c42c752cf95b6cabf501c32660c2ba71935a1b1bc0fab946435488385f96c2cd3ab672c9109019d
|
||||
DIST itch-bin-25.4.1.zip 81376561 BLAKE2B 9235894252f811338c5ce535a31d52aaa5eeb2a3fc9684841401585e67e94adf135bc137d0b0551861c20039914f38b2f9881238be645ed7b23602229261ee01 SHA512 6c55b2716f64e8206ac6b885e2ec06eddd077dcf4aa9a8ebf17092a6e2c71ea40843cf0396f096264ba7408d559e33ce0e8b98215b299d1a89a749fc3ba7a11a
|
||||
DIST itch-bin-25.5.1.zip 81447648 BLAKE2B 5c0ef34b71d5ba1f771a8e8ba8fa9b012df17a2109061837af6a3d86e94c97a61c564d9752d550cc30be9f306543a622badc3c7165465a5c0fb48966f800a52e SHA512 17a55680570c6a2bf82336b1825742f6b1d64158c97cf1a8734688957d642e6ea48d9b9526fef9cf81f1c5869e5425111e90b94d2154966addd504dc3f66530d
|
||||
|
||||
@@ -1,54 +0,0 @@
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit desktop xdg
|
||||
|
||||
DESCRIPTION="itch.io game browser, installer and launcher"
|
||||
HOMEPAGE="https://itch.io/"
|
||||
SRC_URI="https://broth.itch.ovh/itch/linux-amd64/${PV}/archive/default -> ${P}.zip"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
BDEPEND="|| ( app-arch/zip app-arch/unzip )"
|
||||
RDEPEND="
|
||||
x11-libs/gtk+:3[X,cups]
|
||||
x11-libs/libXtst
|
||||
gnome-base/gconf
|
||||
dev-libs/nss
|
||||
media-libs/alsa-lib
|
||||
media-libs/freetype
|
||||
x11-libs/pixman
|
||||
media-libs/libpng:*
|
||||
dev-libs/libpcre
|
||||
net-dns/libidn2
|
||||
net-libs/gnutls
|
||||
dev-libs/libbsd
|
||||
sys-apps/util-linux
|
||||
media-gfx/graphite2
|
||||
"
|
||||
|
||||
QA_PREBUILT="
|
||||
/opt/itch-bin/itch
|
||||
/opt/itch-bin/libffmpeg.so
|
||||
/opt/itch-bin/libnode.so
|
||||
"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
local destdir="${EPREFIX}/opt/${PN}"
|
||||
insinto "${destdir}"
|
||||
doins -r locales resources
|
||||
doins *.pak *.dat *.bin libnode.so libffmpeg.so
|
||||
|
||||
exeinto "${destdir}"
|
||||
doexe itch
|
||||
dosym "${destdir}/itch" /usr/bin/itch-bin
|
||||
|
||||
doicon -s 512 "${FILESDIR}/itch-bin.png"
|
||||
make_desktop_entry itch-bin Itch itch-bin Network
|
||||
}
|
||||
Reference in New Issue
Block a user