postmarketos-base-ui-plasma: Enable sentry support for drkonqi
Always enable Sentry support for drkonqi, so that crash reports are sent to KDE's bug dashboard. Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7050>
This commit is contained in:
parent
c5501fc501
commit
88c9deda2e
2 changed files with 9 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=postmarketos-base-ui-plasma
|
||||
pkgver=2
|
||||
pkgrel=16
|
||||
pkgrel=17
|
||||
pkgdesc="Meta package for shared configuration for Plasma-based UIs"
|
||||
url="https://postmarketos.org"
|
||||
arch="noarch !armhf" # armhf is not supported
|
||||
|
|
@ -44,6 +44,7 @@ _pmb_recommends="
|
|||
"
|
||||
subpackages="$pkgname-openrc $pkgname-systemd"
|
||||
source="
|
||||
drkonqirc
|
||||
gtk-app-wayland.sh
|
||||
kdewallet.kwl
|
||||
kdewallet.salt
|
||||
|
|
@ -60,6 +61,10 @@ package() {
|
|||
"$srcdir"/gtk-app-wayland.sh \
|
||||
-t "$pkgdir"/etc/profile.d/
|
||||
|
||||
install -Dm644 \
|
||||
"$srcdir"/drkonqirc \
|
||||
-t "$pkgdir"/etc/xdg/
|
||||
|
||||
# TODO: remove once keyboard input bug is fixed
|
||||
# https://bugs.kde.org/show_bug.cgi?id=435183
|
||||
install -Dm600 -t "$pkgdir"/etc/skel/.local/share/kwalletd \
|
||||
|
|
@ -92,6 +97,7 @@ systemd() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
60317edd2a250174e31976766bb8d53b44f1cde065c3ed913ac344d54fecb949dc653064791484c6ee523b43fb11dd3d05cde7504d0078edd5d42f7c1b40049b drkonqirc
|
||||
57793bb079c76ba3bdcfca7880aa887de11fe80e7a05557b78435e57feabab70fbaeedc42da3aec6f914c35bba8e8ee9918367516eb45ee247f63f694624f179 gtk-app-wayland.sh
|
||||
923309f71ee0840ae49d610ab5c11260432f462709eee7148ee5a4703872b9926a3267b16b524162c1560e0798c63fe392a161a57be5c6000bbb1e3f0c947e25 kdewallet.kwl
|
||||
f3fdaaaf13e985166b86158d5a60098aa45195ea078a4cab7fbf12d3aa428000af3e46ec011dbdc38a4c00faeac5f9a3b5bc2765a6afdd0f1ee58616e31e7429 kdewallet.salt
|
||||
|
|
|
|||
2
main/postmarketos-base-ui-plasma/drkonqirc
Normal file
2
main/postmarketos-base-ui-plasma/drkonqirc
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[DrKonqi]
|
||||
Sentry=true
|
||||
Loading…
Add table
Add a link
Reference in a new issue