summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Schlisio2017-05-03 09:47:27 +0200
committerGeorg Schlisio2017-05-03 09:47:27 +0200
commit16d41a724a522bb5b9c2eb11ac230d3599d3e43b (patch)
tree13b229c2397a28863543d3d397387e7ed35331da
parent02fde4dd19062fc56bf67fc676c93c510ba7d6a2 (diff)
downloadaur-16d41a724a522bb5b9c2eb11ac230d3599d3e43b.tar.gz
makedeps fixed
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8528684277d..f69a8daa6e92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Wed May 3 07:46:40 UTC 2017
pkgbase = unigine-superposition
pkgdesc = Interactive Unigine Benchmark: walk through a lab of a lone professor
pkgver = 1.0
@@ -5,6 +7,7 @@ pkgbase = unigine-superposition
url = http://www.unigine.com
arch = x86_64
license = custom:UNIGINE Engine
+ makedepends = imagemagick
depends = libgl
depends = gcc-libs
depends = libxrandr
diff --git a/PKGBUILD b/PKGBUILD
index 94ee2c803232..41fa7d8115df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('x86_64')
url="http://www.unigine.com"
license=('custom:UNIGINE Engine')
depends=('libgl' 'gcc-libs' 'libxrandr' 'libxinerama' 'fontconfig' 'qt5-declarative' 'libxkbcommon-x11' 'openssl-1.0')
+makedepends=('imagemagick')
optdepends=('openal: sound support')
options=("!strip")
source=("https://assets.unigine.com/d/${_pkgname}-${pkgver}.run" "Superposition.desktop")
@@ -42,6 +43,5 @@ here
do
convert -resize ${RES}x${RES} Superposition.png Superposition_${RES}.png
install -Dm644 Superposition_${RES}.png "${pkgdir}/usr/share/icons/hicolor/${RES}x${RES}/apps/Superposition_${RES}.png"
-
done
}