albert: update to 0.14.19.
Closes #14461. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
e4197a5d55
commit
216e17450b
1 changed files with 13 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'albert'
|
||||
pkgname=albert
|
||||
version=0.14.18
|
||||
version=0.14.19
|
||||
revision=1
|
||||
_plugins_hash=c59061f179032974c4a1b46dc045bdbb57614255
|
||||
_pybind_version=2.2.2
|
||||
_plugins_hash=d71c4676c4c94e1760112a8a3850594b6ba3a1db
|
||||
_pybind_version=2.2.3
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_VIRTUALBOX=OFF"
|
||||
makedepends="libqalculate-devel muparser-devel python-devel qt5-declarative-devel
|
||||
|
@ -12,20 +12,24 @@ makedepends="libqalculate-devel muparser-devel python-devel qt5-declarative-deve
|
|||
depends="qt5-plugin-sqlite"
|
||||
short_desc="Lightweight desktop environment agnostic launcher"
|
||||
maintainer="Nemh <nemh@protonmail.com>"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-or-later, BSD-3-Clause"
|
||||
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="074b8dc50032edc8fbeb6efc9743b39cb8aa0619f9c8ae9441b9074eac14bd8c
|
||||
8cae60c57e694a47ee1060340ab19c2b29cccbaf1ec8309f1053ccf16161ae70
|
||||
b639a2b2cbf1c467849660801c4665ffc1a4d0a9e153ae1996ed6f21c492064e"
|
||||
checksum="ec0f4f344c25a87b7ccaaa2feefac9b7e67185fb978b6369cb4f34b16975d1b9
|
||||
ec0519de807a9f4f18e4ad5736ffc1d40fff668499b19c5463d58b6f4f727a08
|
||||
3a3b7b651afab1c5ba557f4c37d785a522b8030dfc765da26adc2ecd1de940ea"
|
||||
|
||||
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
|
||||
cp -rup ../plugins-${_plugins_hash}/* plugins
|
||||
cp -rup ../pybind11-${_pybind_version}/* plugins/python/pybind11
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense ../pybind11-${_pybind_version}/LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue