summaryrefslogtreecommitdiff
path: root/libre/mesa-demos
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2020-01-21 01:43:19 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2020-01-21 01:43:19 -0500
commit9b442f31b94545a0d9b2313da11e4e00dcd30810 (patch)
treea806011757d3f38fed244c8f5cc4d95ce6c386fd /libre/mesa-demos
parent07a4828c41a95f4200417a4e6c8e95ad4f2ec354 (diff)
mesa-demos-8.4.0-2.parabola1: rebuild
Diffstat (limited to 'libre/mesa-demos')
-rw-r--r--libre/mesa-demos/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/libre/mesa-demos/PKGBUILD b/libre/mesa-demos/PKGBUILD
index 308c78eb9..98d270a4f 100644
--- a/libre/mesa-demos/PKGBUILD
+++ b/libre/mesa-demos/PKGBUILD
@@ -1,4 +1,3 @@
-# $Id: PKGBUILD 272747 2016-07-31 08:49:09Z andyrtr $
# Maintainer (Arch): Jan de Groot <jgc@archlinux.org>
# Maintainer (Arch): Andreas Radke <andyrtr@archlinux.org>
# Maintainer (Hyperbola): André Silva <emulatorman@hyperbola.info>
@@ -6,9 +5,12 @@
pkgname='mesa-demos'
pkgver=8.4.0
-pkgrel=1.parabola1
-arch=('i686' 'x86_64' 'armv7h')
-pkgdesc="Mesa demos and tools incl. glxinfo + glxgears, without nonfree demos"
+pkgrel=2
+pkgrel+=.parabola1
+arch=('x86_64')
+arch+=('i686' 'armv7h')
+pkgdesc="Mesa demos and tools incl. glxinfo + glxgears"
+pkgdesc+=", without nonfree demos"
url="https://www.mesa3d.org/"
license=('custom')
replaces=('mesa-demos-libre')
@@ -43,6 +45,7 @@ prepare() {
build() {
cd mesa-demos-$pkgver
./configure --prefix=/usr \
+ --disable-gles1 \
--with-system-data-files=/usr/share/mesa-demos
make
}