summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGP2020-05-10 11:36:18 +0200
committerGP2020-05-10 11:36:18 +0200
commitaa749ba45320125326e329e9beb93a9b3b2164a7 (patch)
treeb531441c493712c2f445c89d826361005afb58b3
parent32271eeeaf7302a63547beac424ba8d72c316203 (diff)
downloadaur-aa749ba45320125326e329e9beb93a9b3b2164a7.tar.gz
Bugfix: missing backend folder addedd to PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aec138f3a6d3..a825d1a7f1f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = motionbox
pkgdesc = MotionBox is a Video Browser for Motion Freedom
pkgver = 1.6.0.4
- pkgrel = 1
+ pkgrel = 2
url = http://omega.gg/MotionBox/
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 388e4261d2a3..be272a7c68da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=motionbox
_pkgname=motionbox
pkgver=1.6.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="MotionBox is a Video Browser for Motion Freedom"
arch=("x86_64")
url="http://omega.gg/MotionBox/"
@@ -30,7 +30,7 @@ package() {
# copy desktop launcher
install -Dm644 MotionBox.desktop "$pkgdir/usr/share/applications/MotionBox.desktop"
- cp -r "$srcdir/MotionBox-1.6.0/"{documents,imageformats,libboost_chrono.so.1.65.1,libdouble-conversion.so.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/"
+ cp -r "$srcdir/MotionBox-1.6.0/"{backend,documents,imageformats,libboost_chrono.so.1.65.1,libboost_random.so.1.65.1,libboost_system.so.1.65.1,libcrypto.so.1.1,libdouble-conversion.so.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,libvlccore.so.9,libvlc.so.5,libxcb-xinerama.so.0,libz.so.1,MotionBox,platforms,QtQuick.2,Readme.html,start.sh,vlc,xcbglintegrations} "$pkgdir/opt/MotionBox/"
ln -s /opt/MotionBox/start.sh $pkgdir/usr/bin/motionbox
}