From 693ff45e48df1c63edf138de4c57a5f2dc8bc86d Mon Sep 17 00:00:00 2001 From: cr6git Date: Thu, 19 Apr 2018 02:35:07 +0200 Subject: [PATCH] albert: update to 0.14.18. Closes #13601. Signed-off-by: Enno Boland --- srcpkgs/albert/template | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template index a1a943e04f3..bfbcfcfdba8 100644 --- a/srcpkgs/albert/template +++ b/srcpkgs/albert/template @@ -1,14 +1,13 @@ # Template file for 'albert' pkgname=albert -version=0.14.16 +version=0.14.18 revision=1 -_plugins_hash=c92234731b5dae3baca6eb4e0561cd7ee90e7b56 +_plugins_hash=c59061f179032974c4a1b46dc045bdbb57614255 _pybind_version=2.2.2 build_style=cmake configure_args="-DBUILD_VIRTUALBOX=OFF" -hostmakedepends="git qt5-host-tools qt5-qmake" -makedepends="muparser-devel python-devel qt5-svg-devel qt5-x11extras-devel - qt5-declarative-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql +makedepends="libqalculate-devel muparser-devel python-devel qt5-declarative-devel + qt5-svg-devel qt5-x11extras-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds" depends="qt5-plugin-sqlite" short_desc="Lightweight desktop environment agnostic launcher" @@ -18,10 +17,14 @@ homepage="https://github.com/albertlauncher/albert" distfiles="https://github.com/albertlauncher/albert/archive/v${version}.tar.gz https://github.com/albertlauncher/plugins/archive/${_plugins_hash}.tar.gz https://github.com/pybind/pybind11/archive/v${_pybind_version}.tar.gz" -checksum="971ed5cd366488219d3d82c74852818362d940031a80bd1361646f8a56f9bbd8 - 7755a417ce06f031899e3315c9f631d08b3e4400ec237c93eca92a5446f94f39 +checksum="074b8dc50032edc8fbeb6efc9743b39cb8aa0619f9c8ae9441b9074eac14bd8c + 8cae60c57e694a47ee1060340ab19c2b29cccbaf1ec8309f1053ccf16161ae70 b639a2b2cbf1c467849660801c4665ffc1a4d0a9e153ae1996ed6f21c492064e" +if [ -n "$CROSS_BUILD" ]; then + hostmakedepends+=" qt5-host-tools qt5-qmake" +fi + post_extract() { cp -rup ${wrksrc}/../plugins-*/* ${wrksrc}/plugins cp -rup ${wrksrc}/../pybind11-*/* ${wrksrc}/plugins/python/pybind11