mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gnubg: build with gtk+3
This commit is contained in:
parent
6b152992e3
commit
9dc2641be6
1 changed files with 5 additions and 4 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'gnubg'
|
# Template file for 'gnubg'
|
||||||
pkgname=gnubg
|
pkgname=gnubg
|
||||||
version=1.08.003
|
version=1.08.003
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-cputest ax_cv_gcc_x86_cpuid_0x00000001=6000000"
|
configure_args="--disable-cputest ax_cv_gcc_x86_cpuid_0x00000001=6000000
|
||||||
|
--with-gtk3"
|
||||||
hostmakedepends="flex 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
|
makedepends="libcurl-devel libglib-devel gtk+3-devel libepoxy-devel python3-devel
|
||||||
libcanberra-devel readline-devel readline sqlite-devel"
|
glu-devel libcanberra-devel readline-devel readline sqlite-devel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="GNU Backgammon game"
|
short_desc="GNU Backgammon game"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue