mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
fix open folder with kde dolphin
This commit is contained in:
parent
44f2d474f6
commit
784676554b
3 changed files with 7 additions and 6 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = filecentipede-bin
|
||||
pkgdesc = Cross-platform internet upload/download manager for HTTP(S), FTP(S), SSH, magnet-link, BitTorrent, m3u8, ed2k, and online videos. WebDAV client, FTP client, SSH client.(Prebuilt version)
|
||||
pkgver = 2.82
|
||||
pkgrel = 13
|
||||
pkgrel = 14
|
||||
url = http://www.filecxx.com/
|
||||
install = filecentipede.install
|
||||
arch = x86_64
|
||||
|
|
@ -23,7 +23,7 @@ pkgbase = filecentipede-bin
|
|||
source = filecentipede.install
|
||||
sha256sums = 41932ebba913ed1de840ac32653d69fac67e44cf366b0fe7c58a4b50c1d9804d
|
||||
sha256sums = 3d681f308f0c2eee560aa31e2687b5285ecd78c79eef5b3aa5f0e4bf0009e6db
|
||||
sha256sums = cda3faf2dd8f15d42d6006620bfc108fb15323b5b80d45ec6eb6bc1ebc4729ef
|
||||
sha256sums = 6aa65fae66d46a54e4c21d98b7fa1dd2c5c1375a9b8a685c3eb3045c98e3f64e
|
||||
sha256sums = d874c3921adda7ffdc222fe549775ff96c63906cf99d4f5b6483edbc34d56117
|
||||
sha256sums = 791e8e5a033418e66fbc2e43da648636d4887fca34e580dddc5b59ad470d8605
|
||||
sha256sums = 1ac2e7785ff0fb97039ef0df0251ae667be87ea591438b80dbfe17b30e67c3d0
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -4,7 +4,7 @@ _pkgname=filecxx
|
|||
pkgname=filecentipede-bin
|
||||
_zhsname='文件蜈蚣'
|
||||
pkgver=2.82
|
||||
pkgrel=13
|
||||
pkgrel=14
|
||||
pkgdesc="Cross-platform internet upload/download manager for HTTP(S), FTP(S), SSH, magnet-link, BitTorrent, m3u8, ed2k, and online videos. WebDAV client, FTP client, SSH client.(Prebuilt version)"
|
||||
arch=('x86_64')
|
||||
url="http://www.filecxx.com/"
|
||||
|
|
@ -35,7 +35,7 @@ source=(
|
|||
)
|
||||
sha256sums=('41932ebba913ed1de840ac32653d69fac67e44cf366b0fe7c58a4b50c1d9804d'
|
||||
'3d681f308f0c2eee560aa31e2687b5285ecd78c79eef5b3aa5f0e4bf0009e6db'
|
||||
'cda3faf2dd8f15d42d6006620bfc108fb15323b5b80d45ec6eb6bc1ebc4729ef'
|
||||
'6aa65fae66d46a54e4c21d98b7fa1dd2c5c1375a9b8a685c3eb3045c98e3f64e'
|
||||
'd874c3921adda7ffdc222fe549775ff96c63906cf99d4f5b6483edbc34d56117'
|
||||
'791e8e5a033418e66fbc2e43da648636d4887fca34e580dddc5b59ad470d8605'
|
||||
'1ac2e7785ff0fb97039ef0df0251ae667be87ea591438b80dbfe17b30e67c3d0')
|
||||
|
|
|
|||
|
|
@ -2,8 +2,9 @@
|
|||
set -o pipefail
|
||||
_APPDIR="/opt/@appname@"
|
||||
_RUNNAME="${_APPDIR}/@runname@"
|
||||
export QT_QPA_PLATFORM=xcb
|
||||
export PATH="${_APPDIR}:${_APPDIR}/lib:${PATH}"
|
||||
export LD_LIBRARY_PATH="${_APPDIR}/lib:${_APPDIR}/lib/platforms:${_APPDIR}/lib/platforms/imageformats:${_APPDIR}/lib/platforms/platforminputcontexts:${LD_LIBRARY_PATH}"
|
||||
export QT_PLUGIN_PATH="${_APPDIR}/plugins:$QT_PLUGIN_PATH"
|
||||
# export LD_LIBRARY_PATH="${_APPDIR}/lib:${_APPDIR}/lib/platforms:${_APPDIR}/lib/platforms/imageformats:${_APPDIR}/lib/platforms/platforminputcontexts:${LD_LIBRARY_PATH}"
|
||||
# export QT_PLUGIN_PATH="${_APPDIR}/plugins:$QT_PLUGIN_PATH"
|
||||
cd "${_APPDIR}" || { echo "Failed to change directory to ${_APPDIR}"; exit 1; }
|
||||
exec "${_RUNNAME}" "$@" || exit $?
|
||||
Loading…
Add table
Reference in a new issue