summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Schlisio2018-06-19 21:39:22 +0200
committerGeorg Schlisio2018-06-19 21:39:22 +0200
commitbd79323aff5dc0defe98c74505e71b5600929a03 (patch)
tree90b677ffad75c02d24ff20b2236b3b79b864aa6e
parent8d503afc3039444314f45d178b309afe8f0785c9 (diff)
downloadaur-bd79323aff5dc0defe98c74505e71b5600929a03.tar.gz
icon generation fixed
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baead78f0a76..9003d7828394 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Feb 24 16:08:31 UTC 2018
+# Tue Jun 19 19:38:53 UTC 2018
pkgbase = unigine-superposition
pkgdesc = Interactive Unigine Benchmark: walk through a lab of a lone professor
pkgver = 1.0
diff --git a/PKGBUILD b/PKGBUILD
index 58dd2fe18f47..ea4f0f8bd35d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,7 +41,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
}