genius: update to 1.0.25.

This commit is contained in:
Đoàn Trần Công Danh 2020-12-29 08:01:59 +07:00
parent 90ccfa7ebb
commit 380eaf39a3

View file

@ -1,16 +1,23 @@
# Template file for 'genius' # Template file for 'genius'
pkgname=genius pkgname=genius
version=1.0.24 version=1.0.25
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-update-mimedb" configure_args="--disable-update-mimedb ac_cv_file__proc_self_maps=yes
hostmakedepends="intltool pkg-config" GTK_UPDATE_ICON_CACHE=gtk-update-icon-cache"
makedepends="gtksourceview2-devel mpfr-devel readline-devel vte-devel" hostmakedepends="intltool pkg-config glib-devel automake libtool bison flex"
makedepends="gtksourceview4-devel mpfr-devel readline-devel ncurses-devel
gtk+3-devel amtk-devel libglib-devel vte3-devel"
depends="desktop-file-utils hicolor-icon-theme" depends="desktop-file-utils hicolor-icon-theme"
short_desc="Advanced calculator including a mathematical programming language" short_desc="Advanced calculator including a mathematical programming language"
maintainer="Samadi van Koten <samadi@vktec.co.uk>" maintainer="Samadi van Koten <samadi@vktec.co.uk>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="http://www.jirka.org/genius.html" homepage="http://www.jirka.org/genius.html"
distfiles="http://ftp.5z.com/pub/genius/genius-${version}.tar.xz" distfiles="http://ftp.5z.com/pub/genius/genius-${version}.tar.xz"
checksum=8dea7f386821f39a438c66d5201a741904555c878dc670b96b8a22a8a96dca50 checksum=0e92c9a22f903012ef331c20ada5b30b6c666c0f11753958b8e38d720deb6e0c
nocross="https://travis-ci.org/voidlinux/void-packages/jobs/252374514" nocross="run the binaries"
post_patch() {
vsed -i -e '/PKG_CHECK_MODULES/s/ncurses/ncursesw/' configure.ac
autoreconf -fi
}