aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-08-01 10:54:21 -0600
committerAriadne Conill <ariadne@dereferenced.org>2020-08-01 11:06:55 -0600
commitcf2cd56d21561cf98e601402a46296b51a1181e2 (patch)
tree52cd38f5c1bc67b6f34806789bfbcff434bf4ef4
parenta96f884c533a65596f75ab9de53b3fd5163b61a8 (diff)
community/akonadi: add debug symbols package
-rw-r--r--community/akonadi/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/akonadi/APKBUILD b/community/akonadi/APKBUILD
index 80679191b6c..33cf083a2fd 100644
--- a/community/akonadi/APKBUILD
+++ b/community/akonadi/APKBUILD
@@ -12,7 +12,7 @@ depends_dev="qt5-qtbase-dev kcompletion-dev kconfig-dev kconfigwidgets-dev kcore
makedepends="$depends_dev extra-cmake-modules qt5-qttools-dev"
checkdepends="xvfb-run cmd:dbus-run-session"
source="https://download.kde.org/stable/release-service/$pkgver/src/akonadi-$pkgver.tar.xz"
-subpackages="$pkgname-dev $pkgname-lang"
+subpackages="$pkgname-dev $pkgname-lang $pkgname-dbg"
build() {
cmake -B build \