foundry: Rename to foundryvtt

This commit is contained in:
2022-02-17 11:17:31 +01:00
parent 02671cc5d1
commit 83c132bb6a
2 changed files with 6 additions and 5 deletions

View File

@@ -1,13 +1,14 @@
pkgname=foundry pkgname=foundryvtt
pkgver=9.249 pkgver=9.249
pkgrel=1 pkgrel=1
archivename="FoundryVTT-${pkgver}.zip" archivename="FoundryVTT-${pkgver}.zip"
replaces=("foundry")
arch=("any") arch=("any")
source=("${archivename}" source=("${archivename}"
"foundryvtt.desktop") "foundryvtt.desktop")
sha256sums=('79780b843fc6a1d0640afd5eab849ea8bed91b1d98bff4d2a7c8b4b7a67d0c05' sha256sums=('79780b843fc6a1d0640afd5eab849ea8bed91b1d98bff4d2a7c8b4b7a67d0c05'
'013644de08cd814c9618aedd5a56e163a91066bc0a98540b7d817cb58f65bda3') '11ef0565f97b799897d240172f425b04a6e9f8cfc7fedd4ff02a69f0948400dd')
noextract=("${archivename}") noextract=("${archivename}")
prepare() { prepare() {
@@ -17,10 +18,10 @@ prepare() {
package() { package() {
install -d "${pkgdir}/usr/share" install -d "${pkgdir}/usr/share"
cp -r "${srcdir}/foundryvtt-$pkgver" "${pkgdir}/usr/share/foundry" cp -r "${srcdir}/foundryvtt-$pkgver" "${pkgdir}/usr/share/foundryvtt"
install -d "${pkgdir}/usr/bin" install -d "${pkgdir}/usr/bin"
ln -s "/usr/share/foundry/foundryvtt" "${pkgdir}/usr/bin" ln -s "/usr/share/foundryvtt/foundryvtt" "${pkgdir}/usr/bin"
install -Dm644 "foundryvtt.desktop" "${pkgdir}/usr/share/applications/foundryvtt.desktop" install -Dm644 "foundryvtt.desktop" "${pkgdir}/usr/share/applications/foundryvtt.desktop"
} }

View File

@@ -2,7 +2,7 @@
[Desktop Entry] [Desktop Entry]
Name=Foundry VTT Name=Foundry VTT
Exec=foundryvtt Exec=foundryvtt
Icon=/usr/share/foundry/resources/app/public/icons/vtt-512.png Icon=/usr/share/foundryvtt/resources/app/public/icons/vtt-512.png
Terminal=false Terminal=false
Type=Application Type=Application
Categories=Game;AdventureGame; Categories=Game;AdventureGame;