mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
games-util/ProtonUp-Qt: drop 2.9.2
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST ProtonUp-Qt-2.11.1.tar.gz 944076 BLAKE2B bf2c1bd63e81b8fef15e78132b652e9b2ea44fe837ebaccd5eb12a719ef8199f013865f92dcf57e40bf5464f39d6fe7d69dc4e7eb4c5f9edc4d59d4fcace3087 SHA512 b839880656e8957c1b7d5d99a68b2809e208308ceb45df907e04bd1bd0ee24f695f79b3c7ba7c3ed12b9ed7e8106aed68afb361ff81181a556000c5717b25de7
|
||||
DIST ProtonUp-Qt-2.9.2.tar.gz 915872 BLAKE2B a644c2b29b45cf925a9692c6f0e244d9bc1f22b74ab588f328bc0c2f8e2b07a9ca31e0e61bfde33aa24745e95d13f32e05308a22a4d393adaf888390c72e1095 SHA512 27c31c9b2e41f27deb71ca6c2a6d566ccd82fb0c8496b376ebb515239922425e15dd09b7582daf0a2da6e60dacbe22eab0854c96f4d1f665df840541d2bbfed7
|
||||
|
||||
@@ -1,53 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=(python3_{9..12})
|
||||
|
||||
EPYTHON=python3
|
||||
|
||||
inherit distutils-r1 desktop xdg-utils
|
||||
|
||||
_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
|
||||
dev-python/pyside6[gui,uitools,widgets]
|
||||
dev-python/vdf
|
||||
dev-python/pyxdg
|
||||
dev-python/pyaml
|
||||
dev-python/zstandard
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/desktop-file-utils
|
||||
dev-libs/appstream-glib
|
||||
"
|
||||
|
||||
src_compile() {
|
||||
appstream-util validate-relax --nonet "share/metainfo/$_app_id.appdata.xml"
|
||||
desktop-file-validate "share/applications/$_app_id.desktop"
|
||||
distutils-r1_src_compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils-r1_src_install
|
||||
domenu "${FILESDIR}/ProtonUp-Qt.desktop"
|
||||
dobin "${FILESDIR}/ProtonUp-Qt"
|
||||
newicon -s 64 "${WORKDIR}/${P}/share/icons/hicolor/64x64/apps/net.davidotek.pupgui2.png" ProtonUp-Qt.png
|
||||
newicon -s 128 "${WORKDIR}/${P}/share/icons/hicolor/128x128/apps/net.davidotek.pupgui2.png" ProtonUp-Qt.png
|
||||
newicon -s 256 "${WORKDIR}/${P}/share/icons/hicolor/256x256/apps/net.davidotek.pupgui2.png" ProtonUp-Qt.png
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
/usr/bin/python -m pupgui2 "$@"
|
||||
@@ -1,12 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=ProtonUp-Qt
|
||||
Exec=/usr/bin/ProtonUp-Qt
|
||||
Type=Application
|
||||
Comment=Install Wine and Proton-based Compatibility Tools
|
||||
Comment[de]=Wine und Proton Kompatibilitätstools installieren
|
||||
Comment[it]=Installa tool di compatibilità basati su Wine e Proton
|
||||
Comment[nl]=Installeer op Wine en Proton gebaseerde compatibiliteitshulpmiddelen
|
||||
Comment[pl]=Zainstaluj narzędzia kompatybilności oparte na Wine i Protonie
|
||||
Terminal=false
|
||||
Icon=ProtonUp-Qt
|
||||
Categories=Game;Utility;
|
||||
Reference in New Issue
Block a user