mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
mendeleydesktop: try to fix qt.conf issue
This commit is contained in:
parent
b12511d655
commit
337491b6c7
@ -1,6 +1,6 @@
|
||||
pkgname=mendeleydesktop
|
||||
pkgver=1.17.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Academic software for managing and sharing research papers (desktop client)"
|
||||
url=http://www.mendeley.com/release-notes/
|
||||
arch=('x86_64')
|
||||
@ -87,6 +87,9 @@ package() {
|
||||
# remove bundled Qt from package
|
||||
rm -rf lib/qt
|
||||
cp -R lib ${pkgdir}/usr
|
||||
|
||||
# remove qt.conf to avoid Qt plugins fail to load
|
||||
rm -f ${pkgdir}/usr/bin/qt.conf
|
||||
|
||||
install -D share/applications/${pkgname}.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop
|
||||
install -D share/doc/${pkgname}/License.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user