mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
libgee08: enable gir/vala for all architectures
This commit is contained in:
parent
561072ad69
commit
9e585a7a49
1 changed files with 5 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libgee08'
|
# Template file for 'libgee08'
|
||||||
pkgname=libgee08
|
pkgname=libgee08
|
||||||
version=0.20.1
|
version=0.20.1
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="libgee-${version}"
|
wrksrc="libgee-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
|
@ -15,6 +15,10 @@ homepage="http://live.gnome.org/Libgee"
|
||||||
distfiles="${GNOME_SITE}/libgee/${version%.*}/libgee-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/libgee/${version%.*}/libgee-${version}.tar.xz"
|
||||||
checksum=bb2802d29a518e8c6d2992884691f06ccfcc25792a5686178575c7111fea4630
|
checksum=bb2802d29a518e8c6d2992884691f06ccfcc25792a5686178575c7111fea4630
|
||||||
|
|
||||||
|
# Package build options
|
||||||
|
build_options="gir vala"
|
||||||
|
build_options_default="gir vala"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
if [ "$build_option_gir" -a "$CROSS_BUILD" ]; then
|
if [ "$build_option_gir" -a "$CROSS_BUILD" ]; then
|
||||||
mv ${DESTDIR}/usr/${XBPS_CROSS_TRIPLET}/usr/share/gir-1.0 \
|
mv ${DESTDIR}/usr/${XBPS_CROSS_TRIPLET}/usr/share/gir-1.0 \
|
||||||
|
@ -25,15 +29,6 @@ post_install() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# Package build options
|
|
||||||
build_options="gir vala"
|
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
i686-musl|x86_64-musl) build_options_default+=" gir vala" ;;
|
|
||||||
*-musl) ;;
|
|
||||||
*) build_options_default+=" gir vala" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
libgee08-devel_package() {
|
libgee08-devel_package() {
|
||||||
depends="libglib-devel ${sourcepkg}>=${version}_${revision}"
|
depends="libglib-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue