summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2019-04-23 22:56:25 +0200
committerfordprefect2019-04-23 22:56:25 +0200
commit3bff6c75f70407f6e6f368765150749c95480cf8 (patch)
tree8d6aee9fcc96541049737cb984f62abe1ce66892
parent5467b2fb284d014b31f6e8ce2c8222a70a00257b (diff)
parentbdb389bef3c3d58a41f40f77176aa0430f57cc2c (diff)
downloadaur-3bff6c75f70407f6e6f368765150749c95480cf8.tar.gz
1.1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9d9089affd0..8afd8c2cfa2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Apr 23 20:54:47 UTC 2019
+# Tue Apr 23 20:55:57 UTC 2019
pkgbase = unigine-superposition
pkgdesc = Interactive Unigine Benchmark: walk through a lab of a lone professor
pkgver = 1.1
@@ -7,7 +7,6 @@ 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 f9afe33bc926..9bec957b7775 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,6 @@ 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")
@@ -41,7 +40,6 @@ here
# icons
for RES in 16 24 32 48 64 128 256
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.png"
+ install -Dm644 icons/superposition_icon_${RES}.png "${pkgdir}/usr/share/icons/hicolor/${RES}x${RES}/apps/Superposition.png"
done
}