diff options
author | Łukasz Mariański | 2023-08-29 03:36:02 +0200 |
---|---|---|
committer | Łukasz Mariański | 2023-08-29 03:36:02 +0200 |
commit | 885a07ff13c76a541b285d159b42c2a9d39e5cae (patch) | |
tree | ac765ab1ef39295acd9f2469b2920cd4942bac43 | |
parent | 6851bac65141234063939ccf1576d62433605e09 (diff) | |
download | aur-885a07ff13c76a541b285d159b42c2a9d39e5cae.tar.gz |
desktop fix
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = alvr pkgdesc = Experimental Linux version of ALVR. Stream VR games from your PC to your headset via Wi-Fi. pkgver = 20.2.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/alvr-org/ALVR arch = x86_64 license = MIT @@ -6,7 +6,7 @@ function _nvidia_check() { pkgname=alvr pkgver=20.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="Experimental Linux version of ALVR. Stream VR games from your PC to your headset via Wi-Fi." arch=('x86_64') url="https://github.com/alvr-org/ALVR" @@ -79,7 +79,7 @@ package() { install -Dm644 alvr/vulkan_layer/layer/alvr_x86_64.json -t "$pkgdir/usr/share/vulkan/explicit_layer.d/" # Desktop - install -Dm644 packaging/freedesktop/alvr.desktop -t "$pkgdir/usr/share/applications" + install -Dm644 "alvr/xtask/resources/$_pkgname.desktop" -t "$pkgdir/usr/share/applications" # Icons install -d $pkgdir/usr/share/icons/hicolor/{16x16,32x32,48x48,64x64,128x128,256x256}/apps/ |