[arch-commits] Commit in emptyepsilon/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sat Jan 18 17:09:53 UTC 2020


    Date: Saturday, January 18, 2020 @ 17:09:53
  Author: anthraxx
Revision: 553044

upgpkg: emptyepsilon 2020.01.15-1

Modified:
  emptyepsilon/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-18 17:07:12 UTC (rev 553043)
+++ PKGBUILD	2020-01-18 17:09:53 UTC (rev 553044)
@@ -2,7 +2,7 @@
 # Contributor: Mewp <aur.archlinux.org at mewp.pl>
 
 pkgname=emptyepsilon
-pkgver=2019.11.01
+pkgver=2020.01.15
 pkgrel=1
 pkgdesc='Open source spaceship bridge simulator'
 url='https://github.com/daid/EmptyEpsilon'
@@ -15,6 +15,11 @@
 sha512sums=('SKIP'
             'SKIP')
 
+prepare() {
+  # fix shader loading, should be upstreamed
+  sed 's|new Engine();|chdir(RESOURCE_BASE_DIR); new Engine();|' -i EmptyEpsilon/src/main.cpp
+}
+
 build() {
   mkdir -p EmptyEpsilon/build
   cd EmptyEpsilon/build



More information about the arch-commits mailing list