gnubg: update to 1.08.001.
This commit is contained in:
parent
5e860651a3
commit
acc6abf4d0
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'gnubg'
|
||||
pkgname=gnubg
|
||||
version=1.07.001
|
||||
revision=2
|
||||
version=1.08.001
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-cputest ax_cv_gcc_x86_cpuid_0x00000001=6000000"
|
||||
hostmakedepends="gdk-pixbuf-devel pkg-config python3-devel"
|
||||
hostmakedepends="flex gdk-pixbuf-devel pkg-config python3-devel"
|
||||
makedepends="libcurl-devel libglib-devel gtk+-devel gtkglext-devel python3-devel
|
||||
libcanberra-devel readline-devel readline sqlite-devel"
|
||||
depends="python3"
|
||||
|
@ -12,8 +12,8 @@ short_desc="GNU Backgammon game"
|
|||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://www.gnu.org/software/gnubg/"
|
||||
distfiles="$GNU_SITE/gnubg/$pkgname-release-$version-sources.tar.gz"
|
||||
checksum=72399729419cad9f112c3066a12d0000da450a456add7b094d89155069d6821e
|
||||
distfiles="${GNU_SITE}/gnubg/${pkgname}-release-${version}-sources.tar.gz"
|
||||
checksum=1e15f9be4594e0d53261ce03bb339058393b01cd6a1b2c4e7c259bee7eaf662d
|
||||
LDLIBS="-lm -lreadline -lpython${py3_ver}"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
@ -25,7 +25,6 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
esac
|
||||
|
||||
pre_configure() {
|
||||
export PYTHONWARNINGS="ignore" # distutils being removed in py 3.12
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
makeweights < gnubg.weights > gnubg.wd
|
||||
makebearoff -o 6 -s 7999999 -f gnubg_os0.bd
|
||||
|
|
Loading…
Reference in New Issue