gwenhywfar: update to 5.3.0 (soname bump)
This commit is contained in:
parent
55795f6250
commit
1511206eb1
|
@ -1490,10 +1490,10 @@ libslang.so.2 slang-2.2.4_1
|
|||
libtre.so.5 tre-0.8.0_1
|
||||
libktoblzcheck.so.1 ktoblzcheck-1.43_2
|
||||
libgwenhywfar.so.79 gwenhywfar-5.1.0_1
|
||||
libgwengui-gtk2.so.0 gwenhywfar-gtk-4.10.0beta_1
|
||||
libgwengui-gtk3.so.0 gwenhywfar-gtk3-4.20.0_1
|
||||
libgwengui-cpp.so.0 gwenhywfar-4.10.0beta_1
|
||||
libgwengui-qt5.so.0 gwenhywfar-qt5-4.15.3_3
|
||||
libgwengui-gtk2.so.79 gwenhywfar-gtk-5.3.0_1
|
||||
libgwengui-gtk3.so.79 gwenhywfar-gtk3-5.3.0_1
|
||||
libgwengui-cpp.so.79 gwenhywfar-5.3.0_1
|
||||
libgwengui-qt5.so.79 gwenhywfar-qt5-5.3.0_1
|
||||
libaqbanking.so.44 aqbanking-6.0.0_1
|
||||
libaqnone.so.35 aqbanking-5.6.10_1
|
||||
libaqhbci.so.24 aqbanking-5.7.8_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gwenhywfar'
|
||||
pkgname=gwenhywfar
|
||||
version=5.1.2
|
||||
version=5.3.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-visibility --disable-binreloc
|
||||
|
@ -12,13 +12,14 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/aqbanking/gwenhywfar"
|
||||
distfiles="https://github.com/aqbanking/gwenhywfar/archive/${version}.tar.gz"
|
||||
checksum=b23b4902600a39df5b5e2e544b5491c7a682a8eb3507cb8c9366f7be6570c383
|
||||
checksum=f598225bb3a84b2199a066e118c9defd249c8ec6e45bef3b1efac516edaff068
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools qt5-devel"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
export QT_SELECT=5
|
||||
# Build all GUIs
|
||||
vsed -i configure.ac -e's;"qt4 gtk2";"qt5 gtk2 gtk3";'
|
||||
autoreconf -fi
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
site="http://www.aquamaniac.de/sites/download/packages.php"
|
||||
site="https://www.aquamaniac.de/rdm/projects/gwenhywfar/files"
|
||||
ignore="*beta"
|
||||
|
|
Loading…
Reference in New Issue