~alpine/aports

testing/akonadi: add mariadb to depends v1 PROPOSED

Bart Ribbers: 1
 testing/akonadi: add mariadb to depends

 1 files changed, 2 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2810/mbox | git am -3
Learn more about email & git

[PATCH] testing/akonadi: add mariadb to depends Export this patch

Akonadi needs at least one data storage method to be available. By default it uses MySQL and this works out of the box, so let's provide it MariaDB
---
 testing/akonadi/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testing/akonadi/APKBUILD b/testing/akonadi/APKBUILD
index 93e3e14348..b119518d53 100644
--- a/testing/akonadi/APKBUILD
+++ b/testing/akonadi/APKBUILD
@@ -2,11 +2,12 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=akonadi
pkgver=19.04.3
pkgrel=0
pkgrel=1
pkgdesc="A cross-desktop storage service for PIM data and meta data providing concurrent read, write, and query access"
arch="all"
url="https://community.kde.org/KDE_PIM"
license="LGPL-2.0-or-later"
depends="mariadb"
depends_dev="qt5-qtbase-dev kcompletion-dev kconfig-dev kconfigwidgets-dev kcoreaddons-dev kdbusaddons-dev ki18n-dev kiconthemes-dev kitemmodels-dev kitemviews-dev kio-dev kwidgetsaddons-dev kwindowsystem-dev kxmlgui-dev kcrash-dev boost-dev shared-mime-info libxml2-dev sqlite-dev"
makedepends="$depends_dev extra-cmake-modules kdesignerplugin-dev kdesignerplugin qt5-qttools-dev"
checkdepends="xvfb-run"
-- 
2.22.0