mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 02:27:13 +08:00
fix QT_PLUGIN path
This commit is contained in:
parent
7594565c50
commit
4fc485bd25
@ -3,7 +3,7 @@
|
||||
if [[ "$DESKTOP_SESSION" == "plasma" ]]; then
|
||||
export QTDIR="/usr/lib/qt5"
|
||||
export PATH="usr/bin:$QTDIR/bin:$PATH"
|
||||
export QT_PLUGIN_PATH="/usr/lib/plugins:/usr/lib/qt5/plugins"
|
||||
export QT_PLUGIN_PATH="/usr/lib/kf5/plugins:/usr/lib/qt5/plugins"
|
||||
export QT_INCLUDE_PATH="/usr/include/qt5"
|
||||
export QML2_IMPORT_PATH="/usr/lib/qml:/usr/lib/qt5/qml"
|
||||
export QML_IMPORT_PATH="$QML2_IMPORT_PATH"
|
||||
|
@ -2,9 +2,9 @@ source ../plasma.conf
|
||||
|
||||
pkgname=plasma-workspace
|
||||
pkgver=${PVersion}
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Plasma Workspace"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url='http://projects.kde.org'
|
||||
license=('LGPL')
|
||||
depends=('qt5-base' 'qt5-declarative' 'qt5-script' 'plasma-framework' 'kdelibs4support' 'kemoticons' 'kdesu' 'knewstuff' 'krunner' 'kcmutils' 'kjs' 'kjsembed' 'knotifyconfig' 'ksysguard' 'libkscreen2' 'kwin' 'ktexteditor' 'akonadi-qt5' 'baloo5')
|
||||
@ -16,7 +16,7 @@ source=("${PServer}/${pkgver}/${pkgname}-${pkgver}.tar.xz"
|
||||
'10-kf5'
|
||||
'rpcclient.diff')
|
||||
sha256sums=( $(getSum ${pkgname} | head -n1)
|
||||
'12c7e7c51e2a55b280504ce8f436d52dcd7a8811722912349ea8e62ab2b1011f'
|
||||
'024c222ad603b0bd69886d83ad970b834de0a7dc93afda24880c4fb9002e2a03'
|
||||
'e11f484e69bc6a2ee97cd3d2c15bae7314f927ce66887af7d95eb86c14af82eb')
|
||||
|
||||
prepare() {
|
||||
|
Loading…
Reference in New Issue
Block a user