Compare commits
No commits in common. "2847e085cc6c117c117bb3dc264115696ae976e8" and "f7d51936842bd5e01bcfb6938fbd01f4a736fb4b" have entirely different histories.
2847e085cc
...
f7d5193684
3 changed files with 0 additions and 29 deletions
13
PKGBUILD
13
PKGBUILD
|
@ -1,13 +0,0 @@
|
|||
pkgname=game.title
|
||||
pkgver=1.0
|
||||
pkgrel=1
|
||||
pkgdesc="<GAME_DESC>"
|
||||
arch=('x86_64')
|
||||
depends=('wine' 'umu-launcher')
|
||||
makedepends=('rsync')
|
||||
source=()
|
||||
sha256sums=()
|
||||
|
||||
package() {
|
||||
rsync -vzrp ../root/ "$pkgdir/"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Name=<GAME_TITLE>
|
||||
Comment=<GAME_DESC>
|
||||
Exec=env WINEPREFIX="$HOME/Games/umu/game.title" STEAM_COMPAT_LIBRARY_PATHS="/games" bash -c "cd /games/game.title && umu-run /games/game.title/_Redist/vc_redist.x64.exe /Install /Quiet && umu-run /games/game.title/_Redist/vc_redist.x86.exe /Install /Quiet && umu-run /games/game.title/game.exe"
|
||||
Icon=/usr/share/icons/game.title/icon1.ico
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Game;
|
7
setup.sh
7
setup.sh
|
@ -1,7 +0,0 @@
|
|||
safe_title=$(python3 -c "print(\"$name\".replace(\" \", \".\").lower())")
|
||||
mv -v "root/usr/share/applications/Game Title.desktop" "root/usr/share/applications/$name.desktop"
|
||||
mkdir -p root/games/$safe_title
|
||||
mkdir -p root/usr/share/icons/$safe_title
|
||||
sd "game.title" "$safe_title" "root/usr/share/applications/$name.desktop"
|
||||
sd "game.title" "$safe_title" PKGBUILD
|
||||
rm setup.sh
|
Loading…
Add table
Add a link
Reference in a new issue