summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcell Meszaros2023-09-10 23:01:40 +0200
committerMarcell Meszaros2023-09-10 23:01:40 +0200
commitf1ad52f355564aa32682b37efc05057fa4d662a8 (patch)
tree2dd49baaefb99fb341129f660a7d17c6e3d4918c /PKGBUILD
parent258adc80c6716137f0b9ac16ee05ebe93aeadf2c (diff)
downloadaur-unigine-superposition.tar.gz
1.1-6: remove unused libQt5QuickTest.so.5 with unsatisfied Qt 5.15 dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e1e9501f13c..637c31c6a5b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=unigine-superposition
_pkgname=Unigine_Superposition
pkgver=1.1
-pkgrel=5
-pkgdesc="Interactive Unigine Benchmark: walk through a lab of a lone professor"
+pkgrel=6
+pkgdesc="Interactive 3D benchmark: walk through a lab of a lone professor"
arch=('x86_64')
url="https://benchmark.unigine.com/superposition"
license=('custom:UNIGINE Engine')
@@ -15,6 +15,7 @@ depends=(
'fontconfig'
'freetype2'
'gcc-libs'
+ 'glibc'
'glib2'
'hicolor-icon-theme'
'libgl'
@@ -70,6 +71,9 @@ package() {
# remove unneeded install scripts
rm -v "${pkgdir}/opt/${pkgname}/"*install.sh
+
+ # remove unused lib
+ rm -v "${pkgdir}/opt/unigine-superposition/bin/qt/lib/libQt5QuickTest.so.5"
# misc
install -v -Dm644 docs/Superposition_Benchmark_End-User_License_Agreement.pdf "${pkgdir}"/usr/share/licenses/${pkgname}/license