qalculate: update to 3.19.0
This commit is contained in:
parent
aef2140a13
commit
c4703c4b8a
@ -1,25 +0,0 @@
|
||||
commit 4e227a03aaf5dfe3f9007c9d5f3516534d6b9006
|
||||
Author: Érico Rolim <erico.erc@gmail.com>
|
||||
Date: Fri Feb 26 15:08:28 2021 -0300
|
||||
|
||||
Fix cross by building fixpo for the build system.
|
||||
|
||||
Necessary after:
|
||||
https://github.com/Qalculate/libqalculate/commit/8c4526941aed1e39187dba25eb1a74e8f91b56e0
|
||||
|
||||
diff --git po-defs/Makefile.in po-defs/Makefile.in
|
||||
index af5218a..2c0f09e 100644
|
||||
--- po-defs/Makefile.in
|
||||
+++ po-defs/Makefile.in
|
||||
@@ -399,9 +399,8 @@ clean-noinstPROGRAMS:
|
||||
echo " rm -f" $$list; \
|
||||
rm -f $$list
|
||||
|
||||
-fixpo$(EXEEXT): $(fixpo_OBJECTS) $(fixpo_DEPENDENCIES) $(EXTRA_fixpo_DEPENDENCIES)
|
||||
- @rm -f fixpo$(EXEEXT)
|
||||
- $(AM_V_CXXLD)$(CXXLINK) $(fixpo_OBJECTS) $(fixpo_LDADD) $(LIBS)
|
||||
+fixpo$(EXEEXT): $(fixpo_SOURCES)
|
||||
+ g++ $< -o $@
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT)
|
@ -1,7 +1,7 @@
|
||||
# Template file for 'qalculate'
|
||||
# NOTE: keep this package synchronized with "srcpkgs/qalculate-gtk"
|
||||
pkgname=qalculate
|
||||
version=3.18.0
|
||||
version=3.19.0
|
||||
revision=1
|
||||
wrksrc="lib${pkgname}-${version}"
|
||||
build_style=gnu-configure
|
||||
@ -13,7 +13,7 @@ maintainer="Artem Zhurikhin <ashpool@xecut.net>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://qalculate.github.io"
|
||||
distfiles="https://github.com/Qalculate/libqalculate/releases/download/v${version}/libqalculate-${version}.tar.gz"
|
||||
checksum=ed7263f48d12a1dd94fe105156a6563125e9b3fe6361e9a9deb5b0ea5cbf03cf
|
||||
checksum=43657a96e18b91739a0ef1d0f42701d7c5a0c8a3a6c7eee8ebfe9aeda75f7ddc
|
||||
|
||||
libqalculate_package() {
|
||||
short_desc+=" - library files"
|
||||
|
Loading…
x
Reference in New Issue
Block a user