mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
libmypaint: enable gir for all architecturs
This commit is contained in:
parent
e60937edf4
commit
d6f335d19c
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'libmypaint'
|
# Template build file for 'libmypaint'
|
||||||
pkgname=libmypaint
|
pkgname=libmypaint
|
||||||
version=1.3.0
|
version=1.3.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-gegl"
|
configure_args="--disable-gegl"
|
||||||
hostmakedepends="intltool pkg-config $(vopt_if gir gobject-introspection)"
|
hostmakedepends="intltool pkg-config $(vopt_if gir gobject-introspection)"
|
||||||
|
@ -14,9 +14,7 @@ distfiles="https://github.com/mypaint/libmypaint/releases/download/v${version}/l
|
||||||
checksum=6a07d9d57fea60f68d218a953ce91b168975a003db24de6ac01ad69dcc94a671
|
checksum=6a07d9d57fea60f68d218a953ce91b168975a003db24de6ac01ad69dcc94a671
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
build_options_default="gir"
|
||||||
build_options_default+=" gir"
|
|
||||||
fi
|
|
||||||
|
|
||||||
libmypaint-devel_package() {
|
libmypaint-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue