Date: Friday, January 27, 2023 @ 17:42:21
  Author: felixonmars
Revision: 1388884

upgpkg: glmark2 2023.01-1

Modified:
  glmark2/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-27 17:39:24 UTC (rev 1388883)
+++ PKGBUILD    2023-01-27 17:42:21 UTC (rev 1388884)
@@ -3,7 +3,7 @@
 # Contributor: farseerfc <[email protected]>
 
 pkgname=glmark2
-pkgver=2021.12
+pkgver=2023.01
 pkgrel=1
 pkgdesc="An OpenGL 2.0 and ES 2.0 benchmark"
 arch=('x86_64')
@@ -11,18 +11,12 @@
 license=('GPL3' 'custom:SGI')
 depends=('libjpeg-turbo' 'libpng' 'libgl' 'systemd-libs')
 makedepends=('meson' 'systemd' 'wayland-protocols')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
-        
$pkgname-gcc12.patch::https://github.com/glmark2/glmark2/commit/d1ca3f53c96dc8a4048b17dc16147a8fac782d4a.patch)
-sha256sums=('9f111284b2ef1d3fce91928e249e6ca00796a036831b063a549a0f3b03557a95'
-            '4472e8e0ec755c4e41867bdb95b5aac46be77e7e10e2519b17c77eb989b2838e')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('8fece3fc323b643644a525be163dc4931a4189971eda1de8ad4c1712c5db3d67')
 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < $pkgname-gcc12.patch
-}
-
 build() {
   arch-meson $pkgname-$pkgver build \
-    -Dflavors=drm-gl,drm-glesv2,wayland-gl,wayland-glesv2,x11-gl,x11-glesv2
+    
-Dflavors=x11-gl,x11-glesv2,x11-gl-egl,drm-gl,drm-glesv2,wayland-gl,wayland-glesv2
   meson compile -C build
 }
 

Reply via email to