albert: update to 0.14.18.
Closes #13601. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
a301ae2289
commit
693ff45e48
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'albert'
|
# Template file for 'albert'
|
||||||
pkgname=albert
|
pkgname=albert
|
||||||
version=0.14.16
|
version=0.14.18
|
||||||
revision=1
|
revision=1
|
||||||
_plugins_hash=c92234731b5dae3baca6eb4e0561cd7ee90e7b56
|
_plugins_hash=c59061f179032974c4a1b46dc045bdbb57614255
|
||||||
_pybind_version=2.2.2
|
_pybind_version=2.2.2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_VIRTUALBOX=OFF"
|
configure_args="-DBUILD_VIRTUALBOX=OFF"
|
||||||
hostmakedepends="git qt5-host-tools qt5-qmake"
|
makedepends="libqalculate-devel muparser-devel python-devel qt5-declarative-devel
|
||||||
makedepends="muparser-devel python-devel qt5-svg-devel qt5-x11extras-devel
|
qt5-svg-devel qt5-x11extras-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql
|
||||||
qt5-declarative-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql
|
|
||||||
qt5-plugin-sqlite qt5-plugin-tds"
|
qt5-plugin-sqlite qt5-plugin-tds"
|
||||||
depends="qt5-plugin-sqlite"
|
depends="qt5-plugin-sqlite"
|
||||||
short_desc="Lightweight desktop environment agnostic launcher"
|
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
|
distfiles="https://github.com/albertlauncher/albert/archive/v${version}.tar.gz
|
||||||
https://github.com/albertlauncher/plugins/archive/${_plugins_hash}.tar.gz
|
https://github.com/albertlauncher/plugins/archive/${_plugins_hash}.tar.gz
|
||||||
https://github.com/pybind/pybind11/archive/v${_pybind_version}.tar.gz"
|
https://github.com/pybind/pybind11/archive/v${_pybind_version}.tar.gz"
|
||||||
checksum="971ed5cd366488219d3d82c74852818362d940031a80bd1361646f8a56f9bbd8
|
checksum="074b8dc50032edc8fbeb6efc9743b39cb8aa0619f9c8ae9441b9074eac14bd8c
|
||||||
7755a417ce06f031899e3315c9f631d08b3e4400ec237c93eca92a5446f94f39
|
8cae60c57e694a47ee1060340ab19c2b29cccbaf1ec8309f1053ccf16161ae70
|
||||||
b639a2b2cbf1c467849660801c4665ffc1a4d0a9e153ae1996ed6f21c492064e"
|
b639a2b2cbf1c467849660801c4665ffc1a4d0a9e153ae1996ed6f21c492064e"
|
||||||
|
|
||||||
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" qt5-host-tools qt5-qmake"
|
||||||
|
fi
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
cp -rup ${wrksrc}/../plugins-*/* ${wrksrc}/plugins
|
cp -rup ${wrksrc}/../plugins-*/* ${wrksrc}/plugins
|
||||||
cp -rup ${wrksrc}/../pybind11-*/* ${wrksrc}/plugins/python/pybind11
|
cp -rup ${wrksrc}/../pybind11-*/* ${wrksrc}/plugins/python/pybind11
|
||||||
|
|
Loading…
Reference in New Issue