main/postmarketos-ui-plasma-mobile: install qtlogging.ini into /etc/xdg (!955)

That path works just as well as documented at
https://doc.qt.io/qt-5/qstandardpaths.html (GenericConfigLocation) and
it doesn't depend on the user being created after the package has been
installed.
This commit is contained in:
Luca Weiss 2020-02-13 20:32:10 +01:00 committed by Bart Ribbers
parent 9e1d95cb88
commit a240fe19d7
No known key found for this signature in database
GPG key ID: 699D16185DAFAE61

View file

@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=postmarketos-ui-plasma-mobile
pkgver=2
pkgrel=14
pkgrel=15
pkgdesc="(Wayland) Mobile variant of KDE Plasma, optimized for touchscreen (slow without hardware acceleration!)"
url="https://wiki.postmarketos.org/wiki/Plasma_Mobile"
arch="noarch !armhf" # Crashes on armhf due to https://gitlab.com/postmarketOS/pmaports/issues/75
@ -64,7 +64,7 @@ package() {
"$pkgdir"/etc/xdg/kdeglobals
install -Dm644 "$srcdir"/qtlogging.ini \
"$pkgdir"/etc/skel/.config/QtProject/qtlogging.ini
"$pkgdir"/etc/xdg/QtProject/qtlogging.ini
install -Dm755 "$srcdir"/unlock-plasma \
"$pkgdir"/usr/bin/unlock-plasma