games-*/*: fix variable order

I manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.

Misc updates:
UnusedEclassesCheck
RESTRICT+=" .." -> RESTRICT=".."

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Lucio Sauer 2024-04-28 01:18:34 +02:00 committed by Julien Roy
parent e9e9388f65
commit d6ae7d0c07
No known key found for this signature in database
GPG Key ID: BEF2297448848842
44 changed files with 151 additions and 165 deletions

View File

@ -11,16 +11,15 @@ HOMEPAGE="https://atlauncher.com
SRC_URI="https://github.com/ATLauncher/ATLauncher/releases/download/v${PV}/${P}.jar
https://raw.githubusercontent.com/ATLauncher/ATLauncher/master/src/main/resources/assets/image/icon.ico -> ${PN}.ico"
KEYWORDS="~amd64"
S="${WORKDIR}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="media-gfx/imagemagick[png]"
RDEPEND="virtual/jre:1.8"
S="${WORKDIR}"
src_unpack() {
# do not unpack jar file
cp "${DISTDIR}/${PN}.ico" "${S}" || die

View File

@ -11,16 +11,15 @@ HOMEPAGE="https://atlauncher.com
SRC_URI="https://github.com/ATLauncher/ATLauncher/releases/download/v${PV}/${P}.jar
https://raw.githubusercontent.com/ATLauncher/ATLauncher/master/src/main/resources/assets/image/icon.ico -> ${PN}.ico"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
BDEPEND="media-gfx/imagemagick[png]"
RDEPEND="virtual/jre:1.8"
S="${WORKDIR}"
src_unpack() {
# do not unpack jar file
cp "${DISTDIR}/${PN}.ico" "${S}" || die

View File

@ -9,6 +9,8 @@ DESCRIPTION="Blackvoxel Video Game"
HOMEPAGE="https://www.blackvoxel.com/"
SRC_URI="https://www.blackvoxel.com/dm_download.php?file=170&key=1 -> ${P}.tar.bz2"
S="${WORKDIR}/${PN}_source_${PV//./_}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
@ -23,8 +25,6 @@ DEPEND="
"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}_source_${PV//./_}"
PATCHES=(
"${FILESDIR}"/${P}-makefile.patch
"${FILESDIR}"/${P}-savedir.patch

View File

@ -27,9 +27,10 @@ ${CARGO_CRATE_URIS}"
LICENSE="CC-BY-SA-3.0 OFL-1.1 BSD"
SLOT="0"
IUSE="antibot autoupdate +client download-gtest headless-client +inform-update +server +tools upnp +videorecorder vulkan websockets"
KEYWORDS="~amd64"
IUSE="antibot autoupdate +client download-gtest headless-client +inform-update +server +tools upnp +videorecorder vulkan websockets"
DEPEND="
client? (
media-libs/freetype

View File

@ -8,12 +8,12 @@ DESCRIPTION="brmh client for netrek"
HOMEPAGE="https://netrek.org"
SRC_URI="https://github.com/bgloyer/netrek-client-brmh/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/netrek-client-brmh-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
S="${WORKDIR}/netrek-client-brmh-${PV}"
RDEPEND="
x11-base/xorg-proto
x11-libs/libX11

View File

@ -8,12 +8,12 @@ DESCRIPTION="cow client for netrek"
HOMEPAGE="https://netrek.org"
SRC_URI="https://github.com/quozl/netrek-client-cow/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/netrek-client-cow-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
S="${WORKDIR}/netrek-client-cow-${PV}"
# upstream has a file named check that is unrelated to tests
RESTRICT="test"

View File

@ -12,18 +12,16 @@ SRC_URI="
https://www.technicpack.net/favicon.ico -> ${PN}.ico
"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}"
LICENSE="technic"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="bindist mirror"
BDEPEND="media-gfx/imagemagick[png]"
RDEPEND="virtual/jre:1.8"
S="${WORKDIR}"
src_unpack() {
# do not unpack jar file
cp "${DISTDIR}/${PN}.ico" "${S}" || die

View File

@ -12,18 +12,16 @@ SRC_URI="
https://www.technicpack.net/favicon.ico -> ${PN}.ico
"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}"
LICENSE="technic"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="bindist mirror"
BDEPEND="media-gfx/imagemagick[png]"
RDEPEND="virtual/jre:1.8"
S="${WORKDIR}"
src_unpack() {
# do not unpack jar file
cp "${DISTDIR}/${PN}.ico" "${S}" || die

View File

@ -12,18 +12,16 @@ SRC_URI="
https://www.technicpack.net/favicon.ico -> ${PN}.ico
"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}"
LICENSE="technic"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="bindist mirror"
BDEPEND="media-gfx/imagemagick[png]"
RDEPEND="virtual/jre:1.8"
S="${WORKDIR}"
src_unpack() {
# do not unpack jar file
cp "${DISTDIR}/${PN}.ico" "${S}" || die

View File

@ -9,6 +9,8 @@ DESCRIPTION="Decompilation of 3D Pinball for Windows - Space Cadet"
HOMEPAGE="https://github.com/k4zmu2a/SpaceCadetPinball"
SRC_URI="https://github.com/k4zmu2a/${PN}/archive/refs/tags/Release_${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-Release_${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
@ -19,8 +21,6 @@ DEPEND="
"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-Release_${PV}"
src_prepare(){
# the paths should be relative
sed -i "s|/Platform|Platform|g" CMakeLists.txt || die

View File

@ -9,6 +9,8 @@ DESCRIPTION="Decompilation of 3D Pinball for Windows - Space Cadet"
HOMEPAGE="https://github.com/k4zmu2a/SpaceCadetPinball"
SRC_URI="https://github.com/k4zmu2a/${PN}/archive/refs/tags/Release_${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-Release_${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
@ -23,8 +25,6 @@ PATCHES=(
"${FILESDIR}"/"${P}"-respect-XDG_DATA_HOME.patch
)
S="${WORKDIR}/${PN}-Release_${PV}"
src_install(){
dobin "${S}/bin/${PN}"
}

View File

@ -9,6 +9,8 @@ DESCRIPTION="Decompilation of 3D Pinball for Windows - Space Cadet"
HOMEPAGE="https://github.com/k4zmu2a/SpaceCadetPinball"
SRC_URI="https://github.com/k4zmu2a/${PN}/archive/refs/tags/Release_${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-Release_${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc64"
@ -19,8 +21,6 @@ DEPEND="
"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-Release_${PV}"
pkg_postinst(){
ewarn "This game is distributed without the data files."
ewarn "To play, copy the original DAT and SOUND files from a Windows or"

View File

@ -18,6 +18,8 @@ SRC_URI="
)
"
S="${WORKDIR}/Fairy-Stockfish-fairy_sf_${MY_PV}_xq/src"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@ -33,8 +35,6 @@ DEPEND="
test? ( dev-tcltk/expect )
"
S="${WORKDIR}/Fairy-Stockfish-fairy_sf_${MY_PV}_xq/src"
src_unpack() {
unpack ${P}.tar.gz
if use nnue ; then

View File

@ -3,24 +3,24 @@
EAPI=8
DESCRIPTION="Easy to use unprivileged Linux container packed in a single portable executable"
HOMEPAGE="https://github.com/Kron4ek/Conty"
inherit linux-info
NAME="${PN}_lite_dwarfs.sh"
DESCRIPTION="Easy to use unprivileged Linux container packed in a single portable executable"
HOMEPAGE="https://github.com/Kron4ek/Conty"
SRC_URI="https://github.com/Kron4ek/Conty/releases/download/${PV}/${NAME} -> $P"
KEYWORDS="~amd64"
S="${WORKDIR}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="strip"
RDEPEND="sys-fs/fuse:0"
S="${WORKDIR}"
QA_PREBUILT="*"
CONFIG_CHECK="

View File

@ -3,24 +3,24 @@
EAPI=8
DESCRIPTION="Easy to use unprivileged Linux container packed in a single portable executable"
HOMEPAGE="https://github.com/Kron4ek/Conty"
inherit linux-info
NAME="${PN}_lite_dwarfs.sh"
SRC_URI="https://github.com/Kron4ek/Conty/releases/download/${PV}/${NAME} -> $P"
KEYWORDS="~amd64"
DESCRIPTION="Easy to use unprivileged Linux container packed in a single portable executable"
HOMEPAGE="https://github.com/Kron4ek/Conty"
SRC_URI="https://github.com/Kron4ek/Conty/releases/download/${PV}/${NAME} -> ${P}"
S="${WORKDIR}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="strip"
RDEPEND="sys-fs/fuse:0"
S="${WORKDIR}"
QA_PREBUILT="*"
CONFIG_CHECK="

View File

@ -11,6 +11,8 @@ EGIT_REPO_URI="https://github.com/stenzek/duckstation.git"
EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
EGIT_SUBMODULES=()
S="${WORKDIR}/${PN}"
LICENSE="GPL-3"
SLOT="0"
IUSE="+dbus discord +egl +evdev fbdev +gamepad gbm +nogui qt6 retroachievements wayland X"
@ -44,8 +46,6 @@ DEPEND="
"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}"
src_configure() {
local mycmakeargs=(
-DENABLE_CUBEB=ON

View File

@ -7,9 +7,12 @@ DESCRIPTION="NP2kai is an emulator for the japanese PC-98 series of computers"
HOMEPAGE="https://domisan.sakura.ne.jp/article/np2kai/np2kai.html"
SRC_URI="https://github.com/AZO234/NP2kai/archive/refs/tags/rev.${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/NP2kai-rev.${PV}/x11"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="sdl +sdl2 +i286 ia32 haxm"
REQUIRED_USE="^^ ( sdl sdl2 )"
@ -33,8 +36,6 @@ DEPEND="media-libs/libsdl
RDEPEND="${DEPEND}"
BDEPEND="dev-build/automake"
S="${WORKDIR}/NP2kai-rev.${PV}/x11"
PATCHES=(
"${FILESDIR}/${P}-autogen.patch"
)

View File

@ -16,9 +16,12 @@ SRC_URI="
-> sdl2-cmake-modules-${MY_SDL2_CMAKE_MODULES_REV}.tar.gz
"
S="${WORKDIR}/NP2kai-${MY_REV}"
LICENSE="MIT BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+i286 ia32 haxm +sdl2 +X"
REQUIRED_USE="|| ( X sdl2 ) ^^ ( i286 ia32 )"
@ -46,8 +49,6 @@ DEPEND="
"
RDEPEND="${DEPEND}"
S="${WORKDIR}/NP2kai-${MY_REV}"
src_prepare() {
sed -i '+s/CONFIGURATIONS Release/CONFIGURATIONS Gentoo/g' CMakeLists.txt || die
mv "${WORKDIR}"/sdl2-cmake-modules-${MY_SDL2_CMAKE_MODULES_REV}/* \

View File

@ -5,9 +5,6 @@ EAPI=8
inherit cmake
DESCRIPTION="FreeSpace2 Source Code Project game engine"
HOMEPAGE="https://github.com/scp-fs2open/fs2open.github.com/"
# Replace "." with "_" in version
_PV=${PV//./_}
@ -15,12 +12,16 @@ _PV=${PV//./_}
HASH_LIBROCKET="ecd648a43aff8a9f3daf064d75ca5725237d5b38"
HASH_CMAKE_MODULES="7cef9577d6fc35057ea57f46b4986a8a28aeff50"
DESCRIPTION="FreeSpace2 Source Code Project game engine"
HOMEPAGE="https://github.com/scp-fs2open/fs2open.github.com/"
SRC_URI="
https://github.com/scp-fs2open/fs2open.github.com/archive/refs/tags/release_${_PV}.tar.gz -> ${P}.tar.gz
https://github.com/asarium/libRocket/archive/${HASH_LIBROCKET}.tar.gz -> ${P}-ext_libRocket.tar.gz
https://github.com/asarium/cmake-modules/archive/${HASH_CMAKE_MODULES}.tar.gz -> ${P}-ext_rpavlik-cmake-modules.tar.gz
"
S="${WORKDIR}/fs2open.github.com-release_${_PV}"
LICENSE="Unlicense MIT Boost-1.0"
SLOT="0"
KEYWORDS="~amd64"
@ -50,8 +51,6 @@ PATCHES=(
CMAKE_BUILD_TYPE=Release
S="${WORKDIR}/fs2open.github.com-release_${_PV}"
src_unpack() {
unpack ${A}
mv libRocket-${HASH_LIBROCKET}/* "${S}/lib/libRocket/" || die

View File

@ -5,9 +5,6 @@ EAPI=8
inherit cmake
DESCRIPTION="FreeSpace2 Source Code Project game engine"
HOMEPAGE="https://github.com/scp-fs2open/fs2open.github.com/"
# Replace "." with "_" in version
_PV=${PV//./_}
@ -15,12 +12,16 @@ _PV=${PV//./_}
HASH_LIBROCKET="ecd648a43aff8a9f3daf064d75ca5725237d5b38"
HASH_CMAKE_MODULES="7cef9577d6fc35057ea57f46b4986a8a28aeff50"
DESCRIPTION="FreeSpace2 Source Code Project game engine"
HOMEPAGE="https://github.com/scp-fs2open/fs2open.github.com/"
SRC_URI="
https://github.com/scp-fs2open/fs2open.github.com/archive/refs/tags/release_${_PV}.tar.gz -> ${P}.tar.gz
https://github.com/asarium/libRocket/archive/${HASH_LIBROCKET}.tar.gz -> ${P}-ext_libRocket.tar.gz
https://github.com/asarium/cmake-modules/archive/${HASH_CMAKE_MODULES}.tar.gz -> ${P}-ext_rpavlik-cmake-modules.tar.gz
"
S="${WORKDIR}/fs2open.github.com-release_${_PV}"
LICENSE="Unlicense MIT Boost-1.0"
SLOT="0"
KEYWORDS="~amd64"
@ -51,8 +52,6 @@ PATCHES=(
CMAKE_BUILD_TYPE=Release
S="${WORKDIR}/fs2open.github.com-release_${_PV}"
src_unpack() {
unpack ${A}
mv libRocket-${HASH_LIBROCKET}/* "${S}/lib/libRocket/" || die

View File

@ -199,26 +199,26 @@ zip-0.5.6
inherit cargo
DESCRIPTION="Steam Play compatibility tool to run games using native Linux engines"
HOMEPAGE="https://luxtorpeda.gitlab.io"
MY_PV=$(ver_cut 1)
MY_P="${PN}-${MY_PV}"
DESCRIPTION="Steam Play compatibility tool to run games using native Linux engines"
HOMEPAGE="https://luxtorpeda.gitlab.io"
SRC_URI="
https://github.com/luxtorpeda-dev/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz
$(cargo_crate_uris ${CRATES})"
RESTRICT="mirror"
S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2 BSD Apache-2.0 BSD-2 ISC MIT MPL-2.0 Unlicense"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror"
BEPEND=">=dev-libs/openssl-1.1.1g"
RDEPEND="${BDEPEND}"
S="${WORKDIR}/${MY_P}"
src_prepare(){
default
sed "s/%name%/${PN}/; s/%display_name%/${PN}/" compatibilitytool.template \

View File

@ -11,8 +11,8 @@ SRC_URI="
https://github.com/nxengine/nxengine-evo/archive/v${PV}.tar.gz -> ${P}.tar.gz
https://www.cavestory.org/downloads/cavestoryen.zip
"
SLOT="0"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="

View File

@ -5,18 +5,19 @@ EAPI=8
inherit xdg cmake
MY_PV="${PV/_p/-}"
DESCRIPTION="rewrite of the jump-and-run platformer Doukutsu Monogatari(Cave Story)"
HOMEPAGE="https://github.com/nxengine/nxengine-evo http://nxengine.sourceforge.net/"
MY_PV="${PV/_p/-}"
SRC_URI="
https://github.com/nxengine/nxengine-evo/archive/v${MY_PV}.tar.gz -> ${PN}-${MY_PV}.tar.gz
https://www.cavestory.org/downloads/cavestoryen.zip
"
S="${WORKDIR}/${PN}-${MY_PV}"
SLOT="0"
LICENSE="GPL-3 freedist"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="

View File

@ -11,6 +11,8 @@ DESCRIPTION="A limit-removing enhanced-resolution Doom source port based on Choc
HOMEPAGE="https://github.com/fabiangreffrath/crispy-doom"
SRC_URI="https://github.com/fabiangreffrath/${PN}/archive/${P}.tar.gz"
S="${WORKDIR}"/${PN}-${P}
LICENSE="BSD GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@ -29,8 +31,6 @@ BDEPEND="
${PYTHON_DEPS}
doc? ( ${PYTHON_DEPS} )"
S="${WORKDIR}"/${PN}-${P}
DOCS=(
"AUTHORS"
"ChangeLog"

View File

@ -11,6 +11,8 @@ DESCRIPTION="A limit-removing enhanced-resolution Doom source port based on Choc
HOMEPAGE="https://github.com/fabiangreffrath/crispy-doom"
SRC_URI="https://github.com/fabiangreffrath/${PN}/archive/${P}.tar.gz"
S="${WORKDIR}"/${PN}-${P}
LICENSE="BSD GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@ -30,8 +32,6 @@ BDEPEND="
${PYTHON_DEPS}
doc? ( ${PYTHON_DEPS} )"
S="${WORKDIR}"/${PN}-${P}
DOCS=(
"AUTHORS"
"ChangeLog"

View File

@ -5,13 +5,15 @@ EAPI=8
inherit cmake unpacker xdg
DESCRIPTION="Wolfenstein: Enemy Territory 2.60b compatible client/server"
HOMEPAGE="https://www.etlegacy.com/"
# We need the game files from the original enemy-territory release
ET_RELEASE="et260b"
DESCRIPTION="Wolfenstein: Enemy Territory 2.60b compatible client/server"
HOMEPAGE="https://www.etlegacy.com/"
SRC_URI="https://cdn.splashdamage.com/downloads/games/wet/${ET_RELEASE}.x86_full.zip"
S="${WORKDIR}/${P/_rc/rc}"
if [[ ${PV} = "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="git://github.com/${PN}/${PN}.git"
@ -66,8 +68,6 @@ BDEPEND="$(unpacker_src_uri_depends)"
#QA_TEXTRELS="usr/share/games/etlegacy/legacy/omni-bot/omnibot_et.so"
S="${WORKDIR}/${P/_rc/rc}"
src_unpack() {
if [[ "${PV}" = 9999 ]] ; then
git-r3_src_unpack

View File

@ -5,13 +5,15 @@ EAPI=8
inherit cmake unpacker xdg
DESCRIPTION="Wolfenstein: Enemy Territory 2.60b compatible client/server"
HOMEPAGE="https://www.etlegacy.com/"
# We need the game files from the original enemy-territory release
ET_RELEASE="et260b"
DESCRIPTION="Wolfenstein: Enemy Territory 2.60b compatible client/server"
HOMEPAGE="https://www.etlegacy.com/"
SRC_URI="https://cdn.splashdamage.com/downloads/games/wet/${ET_RELEASE}.x86_full.zip"
S="${WORKDIR}/${P/_rc/rc}"
if [[ ${PV} = "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="git://github.com/${PN}/${PN}.git"
@ -66,8 +68,6 @@ BDEPEND="$(unpacker_src_uri_depends)"
#QA_TEXTRELS="usr/share/games/etlegacy/legacy/omni-bot/omnibot_et.so"
S="${WORKDIR}/${P/_rc/rc}"
src_unpack() {
if [[ "${PV}" = 9999 ]] ; then
git-r3_src_unpack

View File

@ -10,19 +10,18 @@ HOMEPAGE="
"
SRC_URI="https://archive.org/download/the-dark-mod/the-dark-mod-$PV.tar.xz"
S="${WORKDIR}/the-dark-mod"
LICENSE="
GPL-3
CC-BY-NC-ND-3.0
"
SLOT="0"
KEYWORDS="~amd64"
QA_PREBUILT="*"
RESTRICT="strip"
S="${WORKDIR}/the-dark-mod"
src_install() {
dodir /opt
dodir /usr/bin/

View File

@ -5,12 +5,13 @@ EAPI=8
inherit desktop
DESCRIPTION="BlockOut II is an adaptation of the original Blockout DOS game"
HOMEPAGE="http://www.blockout.net/blockout2"
SRC_URI="
https://downloads.sourceforge.net/blockout/bl25-src.tar.gz
https://downloads.sourceforge.net/blockout/bl25-linux-x86.tar.gz"
S="${WORKDIR}"/BL_SRC
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@ -21,9 +22,8 @@ RDEPEND="
media-libs/sdl-mixer
virtual/glu
virtual/opengl"
DEPEND="${RDEPEND}"
S="${WORKDIR}"/BL_SRC
PATCHES="${FILESDIR}"/${P}-datadir.patch
src_compile() {

View File

@ -3,18 +3,15 @@
EAPI=8
inherit wrapper
DESCRIPTION="Like Diablo, isometric view, good rating, about a two hours of the gameplay"
HOMEPAGE="https://en.wikipedia.org/wiki/Sacred_(video_game)"
SRC_URI="https://archive.org/download/${PN}.tar/${PN}.tar.xz"
SRC_URI="https://archive.org/download/$PN.tar/$PN.tar.xz"
KEYWORDS="~amd64"
S="${WORKDIR}"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="strip"
RDEPEND="

View File

@ -6,23 +6,25 @@ EAPI=8
PYTHON_COMPAT=( python3_{10,11,12} )
inherit python-single-r1 desktop wrapper
MY_PV="Patch8_NewYears"
DESCRIPTION="Visual novel parody of Goodbye Volcano High"
MY_PV="Patch9.1-RoastedLaika"
HOMEPAGE="https://snootgame.xyz/"
SRC_URI="https://snootgame.xyz/bin/SnootGame-${MY_PV}-linux.tar.bz2"
S="${WORKDIR}/SnootGame-${MY_PV}-linux/"
LICENSE="AGPL-3 CC-BY-SA-4.0"
SLOT="0"
KEYWORDS="~amd64"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RESTRICT="strip"
RDEPEND="${PYTHON_DEPS} virtual/opengl"
BDEPEND="${RDEPEND}"
S="${WORKDIR}/SnootGame-${MY_PV}-linux/"
QA_PREBUILT="*"
RESTRICT+=" strip"
src_install() {
local dir=/opt/${PN}

View File

@ -5,14 +5,14 @@ EAPI=8
DESCRIPTION="Turn-based, old style with minimum graphic, full game, 5 MB size"
HOMEPAGE="http://akasoft.genliga.ru/index_e.php"
SRC_URI="https://archive.org/download/general.tar.xz/$P.tar.xz"
KEYWORDS="~amd64"
S="${WORKDIR}"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="strip"
RDEPEND="

View File

@ -7,14 +7,14 @@ inherit wrapper
DESCRIPTION="RTS from 2000 by Massive Entertainment, without resources and buildings"
HOMEPAGE="https://en.wikipedia.org/wiki/Ground_Control_(video_game)"
SRC_URI="https://archive.org/download/$PN.tar.xz/$PN.tar.xz"
KEYWORDS="~amd64"
S="${WORKDIR}"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="strip"
RDEPEND="

View File

@ -5,14 +5,14 @@ EAPI=8
DESCRIPTION="Turn-based, sci-fi, like a chess, from 2006, any screen resolution, good rating"
HOMEPAGE="http://www.massiveassaultnetwork.com/man2/"
SRC_URI="https://archive.org/download/massive-assault-network-2.tar.xz/massive-assault-network-2.tar.xz"
KEYWORDS="~amd64"
S="${WORKDIR}"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="strip"
RDEPEND="

View File

@ -3,18 +3,16 @@
EAPI=8
inherit wrapper
DESCRIPTION="Fun RTS from 2001 by Hungarian developer StormRegion, similar to Ground Control"
HOMEPAGE="https://en.wikipedia.org/wiki/S.W.I.N.E."
SRC_URI="https://archive.org/download/$PN.tar.xz/$PN.tar.xz"
KEYWORDS="~amd64"
S="${WORKDIR}"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="strip"
RDEPEND="

View File

@ -14,15 +14,16 @@ SRC_URI="
https://raw.githubusercontent.com/bigbass1997/${PN}/master/lwjgl3/src/main/resources/libgdx32.png -> ${PN}-32.png
https://raw.githubusercontent.com/bigbass1997/${PN}/master/lwjgl3/src/main/resources/libgdx16.png -> ${PN}-16.png
"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}"
LICENSE="CC-BY-NC-SA-4.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="virtual/jre:1.8"
BDEPEND="app-arch/unzip"
S="${WORKDIR}"
src_unpack() {
default
cp "${DISTDIR}/${PN}"-{16,32,64,128}.png "${S}" || die

View File

@ -2,7 +2,6 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
_app_id=net.davidotek.pupgui2
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=(python3_{9..12})
@ -11,12 +10,15 @@ EPYTHON=python3
inherit distutils-r1 desktop xdg-utils
SRC_URI="https://github.com/DavidoTek/ProtonUp-Qt/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
_app_id=net.davidotek.pupgui2
DESCRIPTION="Install and manage GE-Proton, Luxtorpeda & more for Steam Lutris and Heroic."
HOMEPAGE="https://davidotek.github.io/protonup-qt"
SRC_URI="https://github.com/DavidoTek/ProtonUp-Qt/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-python/steam
dev-python/requests
@ -26,14 +28,11 @@ RDEPEND="dev-python/steam
dev-python/pyaml
dev-python/zstandard
"
DEPEND="${RDEPEND}
dev-util/desktop-file-utils
dev-libs/appstream-glib
"
KEYWORDS="~amd64"
src_compile() {
appstream-util validate-relax --nonet "share/metainfo/$_app_id.appdata.xml"
desktop-file-validate "share/applications/$_app_id.desktop"

View File

@ -7,15 +7,16 @@ VALA_MIN_API_VERSION="0.44"
inherit gnome2-utils meson vala xdg
DESCRIPTION="GameHub is a unified library for all your games"
HOMEPAGE="https://tkashkin.tk/projects/gamehub"
MY_PN="GameHub"
MY_PV="$(ver_rs 3 '-')-master"
MY_P="${MY_PN}-${MY_PV}"
DESCRIPTION="GameHub is a unified library for all your games"
HOMEPAGE="https://tkashkin.tk/projects/gamehub"
SRC_URI="https://github.com/tkashkin/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@ -37,8 +38,6 @@ BDEPEND="
${RDEPEND}
$(vala_depend)"
S="${WORKDIR}/${MY_P}"
src_prepare() {
default
vala_src_prepare

View File

@ -5,15 +5,16 @@ EAPI=8
inherit gnome2-utils meson vala xdg
DESCRIPTION="GameHub is a unified library for all your games"
HOMEPAGE="https://tkashkin.github.io/projects/gamehub https://github.com/tkashkin/gamehub"
MY_PN="GameHub"
MY_PV="$(ver_rs 3 '-')-master"
MY_P="${MY_PN}-${MY_PV}"
DESCRIPTION="GameHub is a unified library for all your games"
HOMEPAGE="https://tkashkin.github.io/projects/gamehub https://github.com/tkashkin/gamehub"
SRC_URI="https://github.com/tkashkin/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@ -35,8 +36,6 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="$(vala_depend)"
S="${WORKDIR}/${MY_P}"
src_prepare() {
default
vala_setup

View File

@ -9,9 +9,12 @@ 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"
S="${WORKDIR}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="system-ffmpeg"
BDEPEND="app-arch/unzip"
@ -39,8 +42,6 @@ QA_PREBUILT="
!system-ffmpeg? ( opt/itch-bin/libffmpeg.so )
"
S="${WORKDIR}"
src_install() {
local destdir="${EPREFIX}/opt/${PN}"
insinto "${destdir}"

View File

@ -9,13 +9,13 @@ PYTHON_COMPAT=( python3_{9..12} )
EPYTHON=python3
inherit distutils-r1
SRC_URI="https://github.com/AUNaseef/protonup/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
DESCRIPTION="Install and Update Proton-GE"
HOMEPAGE="https://github.com/AUNaseef/protonup"
SRC_URI="https://github.com/AUNaseef/protonup/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_compile() {

View File

@ -6,6 +6,9 @@ EAPI=8
M_PN=r2modman
inherit desktop xdg
DESCRIPTION="A simple and easy to use mod manager for several games using Thunderstore"
HOMEPAGE="https://github.com/ebkr/r2modmanPlus"
SRC_URI="
https://github.com/ebkr/${M_PN}Plus/releases/download/v${PV}/${M_PN}-${PV}.tar.gz -> ${P}.tar.gz
https://raw.githubusercontent.com/ebkr/r2modmanPlus/v${PV}/src/assets/icon/16x16.png -> ${P}-16x16.png
@ -17,11 +20,12 @@ SRC_URI="
https://raw.githubusercontent.com/ebkr/r2modmanPlus/v${PV}/src/assets/icon/192x192.png -> ${P}-192x192.png
https://raw.githubusercontent.com/ebkr/r2modmanPlus/v${PV}/src/assets/icon/256x256.png -> ${P}-256x256.png
"
DESCRIPTION="A simple and easy to use mod manager for several games using Thunderstore"
HOMEPAGE="https://github.com/ebkr/r2modmanPlus"
S="${WORKDIR}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
net-dns/c-ares
@ -41,10 +45,6 @@ RDEPEND="
app-arch/snappy
"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}"
QA_PREBUILT="
/opt/r2modman/chrome-sandbox
/opt/r2modman/libEGL.so

View File

@ -8,10 +8,10 @@ HOMEPAGE="http://matteocorti.github.io/roll/"
SRC_URI="https://github.com/matteocorti/${PN}/releases/download/v${PV}/${P}.tar.gz"
LICENSE="GPL-2"
IUSE="test"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="${DEPEND}"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="${DEPEND}"

View File

@ -234,9 +234,22 @@ vortice.mathematics@1.4.25
inherit dotnet-pkg desktop xdg
DESCRIPTION="Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)"
XIVQL_COMMIT="020dde9d504f879a56b08fde570bcb4b5772ed3e"
DESCRIPTION="Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)"
HOMEPAGE="https://github.com/goatcorp/XIVLauncher.Core/"
SRC_URI="
https://github.com/goatcorp/XIVLauncher.Core/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
https://github.com/goatcorp/FFXIVQuickLauncher/archive/${XIVQL_COMMIT}.tar.gz
-> FFXIVQuickLauncher-${XIVQL_COMMIT}.tar.gz
${NUGET_URIS}
"
S="${WORKDIR}/XIVLauncher.Core-${PV}/src"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+aria2 +libsecret"
@ -259,24 +272,8 @@ RDEPEND="
x11-libs/libSM
"
XIVQL_COMMIT="020dde9d504f879a56b08fde570bcb4b5772ed3e"
SRC_URI="
https://github.com/goatcorp/XIVLauncher.Core/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
https://github.com/goatcorp/FFXIVQuickLauncher/archive/${XIVQL_COMMIT}.tar.gz
-> FFXIVQuickLauncher-${XIVQL_COMMIT}.tar.gz
${NUGET_URIS}
"
S="${WORKDIR}/XIVLauncher.Core-${PV}/src"
DOTNET_PKG_PROJECTS=( "${S}/XIVLauncher.Core/XIVLauncher.Core.csproj" )
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
src_prepare() {
rmdir "${WORKDIR}/XIVLauncher.Core-${PV}/lib/FFXIVQuickLauncher" || die
mv "${WORKDIR}/FFXIVQuickLauncher-${XIVQL_COMMIT}" \