mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
qalculate: update to 2.6.0. (soname bump)
This commit is contained in:
parent
865a46a874
commit
a68e6f6d2c
2 changed files with 6 additions and 7 deletions
|
@ -2892,7 +2892,7 @@ libdouble-conversion.so.1 double-conversion-2.0.1_1
|
||||||
libspectrum.so.8 libspectrum-1.2.2_1
|
libspectrum.so.8 libspectrum-1.2.2_1
|
||||||
libbearssl.so.0 bearssl-0.3_1
|
libbearssl.so.0 bearssl-0.3_1
|
||||||
libXfont2.so.2 libXfont2-2.0.1_1
|
libXfont2.so.2 libXfont2-2.0.1_1
|
||||||
libqalculate.so.15 libqalculate-2.3.0_1
|
libqalculate.so.18 libqalculate-2.6.0_1
|
||||||
libweston-4.so.0 weston-4.0.0_1
|
libweston-4.so.0 weston-4.0.0_1
|
||||||
libweston-desktop-4.so.0 weston-4.0.0_1
|
libweston-desktop-4.so.0 weston-4.0.0_1
|
||||||
libostree-1.so.1 libostree-2017.3_1
|
libostree-1.so.1 libostree-2017.3_1
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
# Template file for 'qalculate'
|
# Template file for 'qalculate'
|
||||||
pkgname=qalculate
|
pkgname=qalculate
|
||||||
version=2.3.0
|
version=2.6.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="lib${pkgname}-${version}"
|
wrksrc="lib${pkgname}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
hostmakedepends="intltool pkg-config"
|
hostmakedepends="intltool pkg-config"
|
||||||
makedepends="libxml2-devel cln-devel readline-devel libcurl-devel icu-devel
|
makedepends="libxml2-devel cln-devel readline-devel libcurl-devel icu-devel
|
||||||
gmp-devel mpfr-devel"
|
mpfr-devel"
|
||||||
depends="gnuplot"
|
license="GPL-2.0-or-later"
|
||||||
license="GPL-2"
|
|
||||||
homepage="https://qalculate.github.io/"
|
homepage="https://qalculate.github.io/"
|
||||||
short_desc="A multi-purpose desktop calculator"
|
short_desc="A multi-purpose desktop calculator"
|
||||||
distfiles="https://github.com/Qalculate/libqalculate/releases/download/v${version}/libqalculate-${version}.tar.gz"
|
distfiles="https://github.com/Qalculate/libqalculate/releases/download/v${version}a/libqalculate-${version}.tar.gz"
|
||||||
checksum=29335b91b5215dcc384396343b03b2bb99cf4e827b7084f84ac32e6a09661796
|
checksum=0f575baac08669177c0003d1445f7b71eb37f46eccbbb35cc4595373c1f3391d
|
||||||
|
|
||||||
libqalculate-data_package() {
|
libqalculate-data_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue