summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2022-03-12 11:20:15 +0100
committerSefa Eyeoglu2022-03-12 11:20:15 +0100
commit8f1f18af46c9e0265115db4dde5092e3db93e9b2 (patch)
treedca52081282013ae1f4bf293dfb5ab9eacb0e575
parent6ff75ed1a21adb0afbce1d9d39a7a387031e1a6e (diff)
downloadaur-8f1f18af46c9e0265115db4dde5092e3db93e9b2.tar.gz
upgpkg: gamescope-git 3.11.27.r0.ga913f85-4
refactor: let Meson deal with STB
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a8c46206e1a..d5e9e6ebd629 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gamescope-git
pkgdesc = Micro-compositor formerly known as steamcompmgr
pkgver = 3.11.27.r0.ga913f85
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Plagman/gamescope
arch = x86_64
license = custom:BSD-2-Clause
diff --git a/PKGBUILD b/PKGBUILD
index e1d0265d52b3..d227d74a82ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=gamescope
pkgname=${_pkgname}-git
pkgver=3.11.27.r0.ga913f85
-pkgrel=3
+pkgrel=4
pkgdesc="Micro-compositor formerly known as steamcompmgr"
arch=(x86_64)
url="https://github.com/Plagman/gamescope"
@@ -47,10 +47,9 @@ prepare() {
git config submodule.subprojects/libliftoff.active "false"
git submodule update
- # HACK: manually clone stb into subprojects
- rm -rf "subprojects/stb"
- git clone "$srcdir/stb" "subprojects/stb"
- cp "subprojects/packagefiles/stb/meson.build" "subprojects/stb/"
+ # make stb.wrap use our local clone
+ sed -i "s|https://github.com/nothings/stb.git|$srcdir/stb|" "subprojects/stb.wrap"
+ meson subprojects download
}
build() {