mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
better home paths managements
This commit is contained in:
parent
0c4ffb3b4d
commit
e616b7f985
3 changed files with 7 additions and 9 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,9 +1,7 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Mon May 2 16:51:36 UTC 2016
|
||||
pkgbase = filebot
|
||||
pkgdesc = The ultimate tool to rename TV/anime shows, download subtitles, and validate checksums
|
||||
pkgver = 4.7
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://filebot.sourceforge.net/
|
||||
arch = any
|
||||
license = GPL
|
||||
|
|
@ -18,7 +16,7 @@ pkgbase = filebot
|
|||
source = filebot.svg
|
||||
source = filebot.desktop
|
||||
md5sums = 5bccdb98a0052f628aed38f857122656
|
||||
md5sums = 1820bf0b4dc22bb8b96ff519ff1cd29d
|
||||
md5sums = 5fca1c27a1fa021eaee96666994990e4
|
||||
md5sums = 04f46be047049448dba3f0de29fe192d
|
||||
md5sums = f37edd0bba7570904d28ab1681c7a7f3
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=filebot
|
||||
pkgver=4.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/"
|
||||
|
|
@ -15,7 +15,7 @@ depends=('java-runtime>=8' 'fontconfig' 'chromaprint')
|
|||
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/FileBot_$pkgver/FileBot_$pkgver-portable.zip
|
||||
$pkgname-arch.sh $pkgname.svg $pkgname.desktop)
|
||||
md5sums=('5bccdb98a0052f628aed38f857122656'
|
||||
'1820bf0b4dc22bb8b96ff519ff1cd29d'
|
||||
'5fca1c27a1fa021eaee96666994990e4'
|
||||
'04f46be047049448dba3f0de29fe192d'
|
||||
'f37edd0bba7570904d28ab1681c7a7f3')
|
||||
#noextract=(FileBot_$pkgver.jar)
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@ export LC_ALL="en_US.UTF-8"
|
|||
|
||||
|
||||
# choose extractor
|
||||
EXTRACTOR="ApacheVFS" # use Apache Commons VFS2 with junrar plugin
|
||||
# EXTRACTOR="SevenZipExecutable" # use the 7z executable
|
||||
EXTRACTOR="ApacheVFS" # use Apache Commons VFS2 with junrar plugin
|
||||
# EXTRACTOR="SevenZipExecutable" # use the 7z executable
|
||||
# EXTRACTOR="SevenZipNativeBindings" # use the lib7-Zip-JBinding.so native library
|
||||
|
||||
# start filebot
|
||||
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 -Duser.home=$HOME/.config/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 "$@"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue