summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ. Scheurich2020-07-05 20:16:55 +0200
committerJ. Scheurich2020-07-05 20:16:55 +0200
commitf9272acc320657b85b74fbba86e7ebc605f8daab (patch)
treea45ae4c61b80fac12639252745cee41326d529b7
parente8c48b3e10cd59429f31e37f05bd67b5517fe571 (diff)
downloadaur-f9272acc320657b85b74fbba86e7ebc605f8daab.tar.gz
white_dune 1.900
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e1fd9debff7..6f07bca95312 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = white_dune
pkgdesc = A graphical VRML97/X3D editor, simple NURBS/Superformula 3D modeller, animation tool and VRML97/X3DV commandline compiler
pkgver = 1.900
- pkgrel = 1
+ pkgrel = 2
url = http://wdune.ourproject.org/
arch = any
license = GPL
makedepends = fakeroot
- makedepends = gcc
makedepends = flex
makedepends = bison
makedepends = gawk
makedepends = m4
makedepends = make
+ makedepends = clang
makedepends = glu
makedepends = mesa
makedepends = libx11
@@ -47,7 +47,7 @@ pkgbase = white_dune
depends = xorg-fonts-alias-misc
depends = povray
source = ftp://ftp.ourproject.org/pub/wdune/wdune-1.900.tar.bz2
- md5sums = 2eab1ef80af031ac49c4afb569c16515
+ md5sums = af953ae716562c575270d20dc701bc7e
pkgname = white_dune
diff --git a/PKGBUILD b/PKGBUILD
index 994252038b86..bdd77d886b4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: J. Scheurich <mufti11@web.de>
pkgname=white_dune
pkgver=1.900
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="A graphical VRML97/X3D editor, simple NURBS/Superformula 3D modeller, animation tool and VRML97/X3DV commandline compiler"
arch=('any')
@@ -16,13 +16,13 @@ depends=(xorg-fonts-misc
makedepends=(
# the following are part of base-devel
fakeroot
- gcc
flex
bison
gawk
m4
make
# end part of base-devel
+ clang
glu
mesa
libx11
@@ -66,10 +66,12 @@ install=
changelog=
source=("ftp://ftp.ourproject.org/pub/wdune/wdune-$pkgver.tar.bz2")
noextract=()
-md5sums=('2eab1ef80af031ac49c4afb569c16515')
+md5sums=('af953ae716562c575270d20dc701bc7e')
validpgpkeys=()
build() {
+ export CC=clang
+ export CXX=clang++
cd "$pkgname-$pkgver"
./configure --prefix=/usr --without-devil --with-uninstallcomment="pacman -R white_dune" --with-optimization --with-helpurl="/usr/share/doc/$pkgname/docs" --with-protobaseurl="/usr/share/doc/$pkgname/docs" --with-checkincommand="ci"
make