[arch-commits] Commit in akonadi/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Aug 18 06:09:39 UTC 2015


    Date: Tuesday, August 18, 2015 @ 08:09:39
  Author: arojas
Revision: 243852

Switch back to mysql by default, using sqlite is discouraged by upstream and is completely broken in Qt5

Modified:
  akonadi/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   18 ++++--------------
 1 file changed, 4 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-18 06:03:34 UTC (rev 243851)
+++ PKGBUILD	2015-08-18 06:09:39 UTC (rev 243852)
@@ -5,16 +5,14 @@
 
 pkgname=akonadi
 pkgver=15.08.0
-pkgrel=1
+pkgrel=2
 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
 arch=('i686' 'x86_64')
 url='http://community.kde.org/KDE_PIM/Akonadi'
 license=('LGPL')
-depends=('shared-mime-info' 'qt5-base' 'libxslt')
-makedepends=('extra-cmake-modules' 'postgresql' 'mariadb')
-checkdepends=('xorg-server-xvfb')
-optdepends=('postgresql: PostgreSQL backend'
-            'mariadb: MariaDB backend')
+depends=('shared-mime-info' 'qt5-base' 'libxslt' 'mariadb')
+makedepends=('extra-cmake-modules' 'postgresql')
+optdepends=('postgresql: PostgreSQL backend')
 install="${pkgname}.install"
 source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
 md5sums=('e6d025189fc54594c84ca52f2a478b62')
@@ -29,19 +27,11 @@
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBDIR=lib \
-    -DDATABASE_BACKEND=SQLITE \
     -DBUILD_TESTING=OFF \
     -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
   make
 }
 
-check() {
-  # 17 akonadi-dbconfigtest failed as we changed the default backend
-  # 24~30 failed due to qt cannot find the sqldriver which is not installed yet
-  cd build
-  xvfb-run -a dbus-launch --exit-with-session make test || warning "Tests failed"
-}
-
 package() {
   cd build
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list