summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGP2020-03-09 11:41:22 +0100
committerGP2020-03-09 11:41:22 +0100
commita6aab9fe6439cd79ee52c8f1f06f9329585f108a (patch)
treecfc36946a16b5dc97e6fe09d7988afa000cba509
parent9283d80bb911ce76649b8bb029cad6d5650e131f (diff)
downloadaur-a6aab9fe6439cd79ee52c8f1f06f9329585f108a.tar.gz
PKGBUILD update
-rw-r--r--PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5fd230df92fb..644518919287 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,13 +30,7 @@ package() {
# copy desktop launcher
install -Dm644 MotionBox.desktop "$pkgdir/usr/share/applications/MotionBox.desktop"
- # copy libdouble-conversion.so.1, which is needed for the application to run
- install -Dm644 libdouble-conversion.so.1 "$pkgdir/opt/MotionBox/libdouble-conversion.so.1"
-
cp -r "$srcdir/MotionBox-1.6.0/"{documents,imageformats,libboost_chrono.so.1.65.1,libboost_random.so.1.65.1,libboost_system.so.1.65.1,libcrypto.so.1.1,libharfbuzz.so.0,libicudata.so.60,libicui18n.so.60,libicuuc.so.60,libpng16.so.16,libQt5Core.so.5,libQt5DBus.so.5,libQt5Gui.so.5,libQt5Network.so.5,libQt5OpenGL.so.5,libQt5Qml.so.5,libQt5Quick.so.5,libQt5Svg.so.5,libQt5Widgets.so.5,libQt5XcbQpa.so.5,libQt5XmlPatterns.so.5,libQt5Xml.so.5,libssl.so.1.1,libtorrent-rasterbar.so.9,libxcb-xinerama.so.0,libz.so.1,MotionBox,platforms,QtQuick.2,Readme.html,start.sh,xcbglintegrations} "$pkgdir/opt/MotionBox/"
- chmod +x $pkgdir/opt/MotionBox/MotionBox
- chmod +x $pkgdir/opt/MotionBox/start.sh
-
ln -s /opt/MotionBox/start.sh $pkgdir/usr/bin/motionbox
}