2023-11-13 17:49:56 +01:00
|
|
|
# Template file for 'avizo'
|
|
|
|
pkgname=avizo
|
2024-02-11 13:29:08 +01:00
|
|
|
version=1.3
|
2023-11-13 17:49:56 +01:00
|
|
|
revision=1
|
|
|
|
build_style=meson
|
|
|
|
hostmakedepends="vala pkg-config cmake gobject-introspection glib-devel gdk-pixbuf"
|
|
|
|
makedepends="gtk+3-devel gtk-layer-shell-devel glib-devel"
|
|
|
|
depends="light pamixer"
|
|
|
|
short_desc="Neat notification daemon"
|
|
|
|
maintainer="Bnyro <bnyro@tutanota.com>"
|
|
|
|
license="GPL-3.0-only"
|
|
|
|
homepage="https://github.com/misterdanb/avizo"
|
|
|
|
distfiles="https://github.com/misterdanb/avizo/archive/refs/tags/${version}.tar.gz"
|
2024-02-11 13:29:08 +01:00
|
|
|
checksum=2b1f5817a916e518b0c10c4c94a3678a5054b879eb32c10b5d1425faa6387127
|
2023-11-13 17:49:56 +01:00
|
|
|
|
|
|
|
pre_build() {
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
|
|
export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
|
|
|
|
fi
|
|
|
|
}
|