~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] testing/akonadi: add mariadb to depends

Bart Ribbers <bribbers@disroot.org>
Details
Message ID
<20190712185245.14446-1-bribbers@disroot.org>
Sender timestamp
1562957565
DKIM signature
missing
Download raw message
Patch: +2 -1
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
Reply to thread Export thread (mbox)