# Template file for 'amberol'
pkgname=amberol
version=2026.1
revision=1
build_style=meson
build_helper=rust
hostmakedepends="blueprint-compiler cargo desktop-file-utils gettext m4
 pkg-config glib-devel gtk4-update-icon-cache"
makedepends="libadwaita-devel rust-std"
depends="gst-plugins-good1 xdg-desktop-portal"
short_desc="Small and simple sound and music player"
maintainer="chrysos349 <chrysostom349@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://gitlab.gnome.org/World/amberol"
changelog="https://gitlab.gnome.org/World/amberol/-/raw/main/CHANGES.md"
distfiles="https://gitlab.gnome.org/World/amberol/-/archive/${version}/${pkgname}-${version}.tar.gz"
checksum=2112eebac5c7b0aab7243c428c794aecb136168c326648cfbbd8654ea2cc7631

post_patch() {
	if [ "$CROSS_BUILD" ]; then
		vsed -i src/meson.build \
			-e "s%rust_target /%'${RUST_TARGET}' / &%"

		vsed -i meson.build \
			-e "/'libdir': get_option('libdir'),/d" \
			-e "/'datadir': get_option('datadir'),/d" \
			-e "/'bindir': get_option('bindir'),/d"
	fi
}

pre_build() {
	if [ "$CROSS_BUILD" ]; then
		export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
	fi
}
