disabled GVFS

This commit is contained in:
max.bra 2017-01-06 10:43:06 +01:00
parent a4ef0dd5ef
commit 33ef22ea63
3 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
pkgbase = filebot
pkgdesc = The ultimate tool to rename TV/anime shows, download subtitles, and validate checksums.
pkgver = 4.7.7
pkgrel = 1
pkgrel = 2
url = http://filebot.sourceforge.net/
install = filebot.install
arch = any
@ -18,7 +18,7 @@ pkgbase = filebot
source = filebot.svg
source = filebot.desktop
md5sums = 58d35910d5d164454c7840122a17dace
md5sums = 04cbf9bfeb65877e87e26c3300b81498
md5sums = 5fca1c27a1fa021eaee96666994990e4
md5sums = 04f46be047049448dba3f0de29fe192d
md5sums = f37edd0bba7570904d28ab1681c7a7f3

View file

@ -5,7 +5,7 @@
pkgname=filebot
pkgver=4.7.7
pkgrel=1
pkgrel=2
pkgdesc="The ultimate tool to rename TV/anime shows, download subtitles, and validate checksums."
arch=('any')
url="http://filebot.sourceforge.net/"
@ -16,7 +16,7 @@ depends=('java-runtime>=8' 'fontconfig' 'chromaprint')
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/FileBot_$pkgver/FileBot_$pkgver-portable.tar.xz
$pkgname-arch.sh $pkgname.svg $pkgname.desktop)
md5sums=('58d35910d5d164454c7840122a17dace'
'04cbf9bfeb65877e87e26c3300b81498'
'5fca1c27a1fa021eaee96666994990e4'
'04f46be047049448dba3f0de29fe192d'
'f37edd0bba7570904d28ab1681c7a7f3')
#noextract=(FileBot_$pkgver.jar)

View file

@ -11,4 +11,4 @@ EXTRACTOR="ApacheVFS" # use Apache Commons VFS2 with junrar plugin
# EXTRACTOR="SevenZipNativeBindings" # use the lib7-Zip-JBinding.so native library
# start filebot
java -Dunixfs=false -DuseGVFS=true -DuseExtendedFileAttributes=true -DuseCreationDate=false -Dfile.encoding="UTF-8" -Dsun.jnu.encoding="UTF-8" -Djava.net.useSystemProxies=false -Djna.nosys=true -Dapplication.deployment=portable -Dnet.filebot.Archive.extractor="$EXTRACTOR" -Dnet.filebot.AcoustID.fpcalc="fpcalc" -Dapplication.dir=$HOME/.config/filebot -Djava.io.tmpdir=/tmp/filebot -Dapplication.update=skip -Djna.library.path=/usr/share/java $JAVA_OPTS -jar /usr/share/java/filebot/filebot.jar "$@"
java -Dunixfs=false -DuseGVFS=false -DuseExtendedFileAttributes=true -DuseCreationDate=false -Dfile.encoding="UTF-8" -Dsun.jnu.encoding="UTF-8" -Djava.net.useSystemProxies=false -Djna.nosys=true -Dapplication.deployment=portable -Dnet.filebot.Archive.extractor="$EXTRACTOR" -Dnet.filebot.AcoustID.fpcalc="fpcalc" -Dapplication.dir=$HOME/.config/filebot -Djava.io.tmpdir=/tmp/filebot -Dapplication.update=skip -Djna.library.path=/usr/share/java $JAVA_OPTS -jar /usr/share/java/filebot/filebot.jar "$@"