mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 03:23:20 -04:00
Merge updates from master
This commit is contained in:
1
games-util/itch-bin/Manifest
Normal file
1
games-util/itch-bin/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST itch-bin-25.4.0.zip 62941242 BLAKE2B c50f996f98f9ce6e845c44d6c5b176e321f885b7db70569ab5bf526fcc4b21ed1b3428022400457fbdac5c6f387b27865d4768f99c94e60bb18897e68a75a5b2 SHA512 6a0e6fbfba94c162052594ea0442062262690c4ef42889056c42c752cf95b6cabf501c32660c2ba71935a1b1bc0fab946435488385f96c2cd3ab672c9109019d
|
||||
BIN
games-util/itch-bin/files/itch-bin.png
Normal file
BIN
games-util/itch-bin/files/itch-bin.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
53
games-util/itch-bin/itch-bin-25.4.0.ebuild
Normal file
53
games-util/itch-bin/itch-bin-25.4.0.ebuild
Normal file
@@ -0,0 +1,53 @@
|
||||
# Copyright 2020 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]
|
||||
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
|
||||
}
|
||||
11
games-util/itch-bin/metadata.xml
Normal file
11
games-util/itch-bin/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gentoo@tastytea.de</email>
|
||||
<name>Ronny (tastytea) Gutbrod</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">itchio/itch</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user