qt5ct: don't activate when using plasma desktop
Closes: #8636 [via git-merge-pr]
This commit is contained in:
parent
550935efaa
commit
94439cc120
2 changed files with 6 additions and 2 deletions
|
@ -1 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ "$XDG_CURRENT_DESKTOP" != "KDE" ]; then
|
||||
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||
fi
|
||||
|
|
|
@ -7,7 +7,7 @@ hostmakedepends="qt5-tools qt5-qmake"
|
|||
makedepends="qt5-devel"
|
||||
depends="qt5 qt5-svg"
|
||||
short_desc="Qt5 Configuration Tool"
|
||||
maintainer="Yuusha Spacewolf <xYuusha@paranoici.org>"
|
||||
maintainer="Yuusha Spacewolf <xyuusha@paranoici.org>"
|
||||
license="BSD"
|
||||
homepage="https://sourceforge.net/projects/qt5ct/"
|
||||
distfiles="${SOURCEFORGE_SITE}/project/qt5ct/qt5ct-${version}.tar.bz2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue