Remove local files for chiaki-ng package and get from upstream instead
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
DIST chiaki-ng.AppImage.zip 46496538 BLAKE2B 270d65e9b773e6fa0aeade136fe81c96535f9dcd65e5fe173f9f614d9b7557e540452003fc636a8ef902bb59524fe6248e0f9861e517ece348b84a8a4d65b436 SHA512 435c55a06936d814b495437f273b71bf8ebff23e980bb4d01fe49f92485150e10ffbc28dd02c7a761137c3a34c2ed123bcf74fcc01a2bad1b41981512675cbd3
|
DIST chiaki-ng.AppImage.zip 46496538 BLAKE2B 270d65e9b773e6fa0aeade136fe81c96535f9dcd65e5fe173f9f614d9b7557e540452003fc636a8ef902bb59524fe6248e0f9861e517ece348b84a8a4d65b436 SHA512 435c55a06936d814b495437f273b71bf8ebff23e980bb4d01fe49f92485150e10ffbc28dd02c7a761137c3a34c2ed123bcf74fcc01a2bad1b41981512675cbd3
|
||||||
|
DIST chiaki-ng.tar.gz 40326087 BLAKE2B 01cdd4594a72b5b3394f955fb386be4d9bea72c3aacfc08308b16d7dedc5b6b7c20294ae6bcd52309b9d56cfce67af8185d6ffef5abeb94f927f884fc47e8204 SHA512 056952fc119ada0c5a05d0495cbdfd33adb373fda7342b8fd366c9d00f5097accb62c25470e55faf6d253e0f13651899c772a27eb9e0b9ec65c655c6c3c76af6
|
||||||
|
@@ -4,8 +4,11 @@
|
|||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
DESCRIPTION="Next-Generation of Chiaki (the open-source remote play client for PlayStation)"
|
DESCRIPTION="Next-Generation of Chiaki (the open-source remote play client for PlayStation)"
|
||||||
HOMEPAGE="https://github.com/streetpea/chiaki-ng"
|
HOMEPAGE="https://streetpea.github.io/chiaki-ng"
|
||||||
SRC_URI="${HOMEPAGE}/releases/download/v${PV}/chiaki-ng.AppImage.zip"
|
SRC_URI="
|
||||||
|
https://github.com/streetpea/chiaki-ng/releases/download/v${PV}/chiaki-ng.AppImage.zip
|
||||||
|
https://github.com/streetpea/chiaki-ng/archive/refs/tags/v${PV}.tar.gz -> chiaki-ng.tar.gz
|
||||||
|
"
|
||||||
|
|
||||||
LICENSE="AGPL-3"
|
LICENSE="AGPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@@ -19,17 +22,19 @@ RDEPEND="
|
|||||||
dev-libs/hidapi
|
dev-libs/hidapi
|
||||||
"
|
"
|
||||||
|
|
||||||
S=${WORKDIR}
|
S="${WORKDIR}/chiaki-ng-${PV}"
|
||||||
|
|
||||||
QA_PREBUILT="*"
|
QA_PREBUILT="*"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
cp chiaki-ng.AppImage chiaki-ng || die
|
cd ${WORKDIR}
|
||||||
dobin chiaki-ng
|
cp chiaki-ng.AppImage chiaki || die
|
||||||
|
dobin chiaki
|
||||||
|
|
||||||
|
cd ${S}/gui
|
||||||
insinto /usr/share/icons/hicolor/scalable/apps
|
insinto /usr/share/icons/hicolor/scalable/apps
|
||||||
doins ${FILESDIR}/chiaking.svg
|
doins res/chiaking.svg
|
||||||
|
|
||||||
insinto /usr/share/applications
|
insinto /usr/share/applications
|
||||||
doins ${FILESDIR}/chiaking.desktop
|
doins chiaking.desktop
|
||||||
}
|
}
|
||||||
|
@@ -1,7 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Type=Application
|
|
||||||
Name=chiaki-ng
|
|
||||||
Comment=PlayStation Remote Play Client
|
|
||||||
Exec=chiaki-ng
|
|
||||||
Icon=chiaking
|
|
||||||
Categories=Game;
|
|
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 140 KiB |
Reference in New Issue
Block a user