From a240fe19d72e8da8447ac55df5386e0e2261f499 Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Thu, 13 Feb 2020 20:32:10 +0100 Subject: [PATCH] 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. --- main/postmarketos-ui-plasma-mobile/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/postmarketos-ui-plasma-mobile/APKBUILD b/main/postmarketos-ui-plasma-mobile/APKBUILD index bdd91624b..cdb99ece4 100644 --- a/main/postmarketos-ui-plasma-mobile/APKBUILD +++ b/main/postmarketos-ui-plasma-mobile/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers 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