summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2016-05-15 13:01:13 +0200
committerChristoph Haag2016-05-15 13:01:13 +0200
commite547d617832cc5174b401998ecb6a2a70a745663 (patch)
tree33648c511de934d0d4278199e54eecb7fae0d913
parentabb38a229ae77131aa1a6f81cd1a98a637862359 (diff)
downloadaur-e547d617832cc5174b401998ecb6a2a70a745663.tar.gz
update & install cube_texture and run_hellovr.sh
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 884a4d55d29a..d589c5c5df77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openvr-git
pkgdesc = API and runtime that allows access to VR hardware from multiple vendors. Contains API and samples. The runtime is under SteamVR in Tools on Steam. Note: There's no compositor for linux, so try with hellovr -nocompositor
- pkgver = 40.cdcd6fc
+ pkgver = 40.afb25df
pkgrel = 1
url = https://github.com/ValveSoftware/openvr
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index aa5f206598e3..c1ebbbf2e493 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=openvr-git
-pkgver=40.cdcd6fc
+pkgver=40.afb25df
pkgrel=1
pkgdesc="API and runtime that allows access to VR hardware from multiple vendors. Contains API and samples. The runtime is under SteamVR in Tools on Steam. Note: There's no compositor for linux, so try with hellovr -nocompositor"
arch=('x86_64')
@@ -51,6 +51,8 @@ package() {
install "$srcdir/openvr/headers"/* "$pkgdir/usr/include/"
install -m 555 "$srcdir/openvr/lib/linux64/libopenvr_api.so" "$pkgdir/usr/lib"
install -m 755 "$srcdir/build/samples/hellovr_opengl/hellovr" "$pkgdir/usr/bin"
+ install -m 755 "$srcdir/build/samples/hellovr_opengl/run_hellovr.sh" "$pkgdir/usr/bin/run_hellovr.sh"
+ install -m 755 "$srcdir/build/samples/cube_texture.png" "$pkgdir/usr/" #TODO: fix source code to look in proper place
install -m 755 "$srcdir/openvr/samples/bin/win32/HelloWorldOverlay" "$pkgdir/usr/bin/openvr-HelloWorldOverlay"
}