summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2021-09-11 13:34:02 +0200
committerSefa Eyeoglu2021-09-11 13:34:02 +0200
commit79508a67645f0b849db8c684f30c58041eaa492e (patch)
tree0ff0aeda0e7d6b2058241ccf8b3371b0efde2b64
parent3ff91755e3a8f7d44a09f1d40bee1596fd91ac53 (diff)
downloadaur-79508a67645f0b849db8c684f30c58041eaa492e.tar.gz
upgpkg: gamescope-git 3.9.r18.gb5001aa-1
support STB as a Meson wrap dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b776cee23407..61c3c03841cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gamescope-git
pkgdesc = Micro-compositor formerly known as steamcompmgr
- pkgver = 3.9.r0.g5d3a0eb
+ pkgver = 3.9.r18.gb5001aa
pkgrel = 1
url = https://github.com/Plagman/gamescope
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7827f9f4e533..9b571814599f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _static_liftoff=0
_pkgname=gamescope
pkgname=${_pkgname}-git
-pkgver=3.9.r0.g5d3a0eb
+pkgver=3.9.r18.gb5001aa
pkgrel=1
pkgdesc="Micro-compositor formerly known as steamcompmgr"
arch=(x86_64)
@@ -50,15 +50,11 @@ prepare() {
[ $_static_wlroots -gt 0 ] || rm -rf "subprojects/wlroots"
[ $_static_liftoff -gt 0 ] || rm -rf "subprojects/libliftoff"
-
- # STB code is included from the submodule.
- # TODO: fix this upstream
- git submodule update --init subprojects/stb/
}
build() {
- _force_static=()
+ _force_static=(stb)
[ $_static_wlroots -gt 0 ] && _force_static+=(wlroots)
[ $_static_liftoff -gt 0 ] && _force_static+=(libliftoff)