New package: avizo-1.2.1

Closes: #47209 [via git-merge-pr]
This commit is contained in:
Bnyro 2023-11-13 17:49:56 +01:00 committed by Piraty
parent b228eaa2d2
commit bf60f78b4d
No known key found for this signature in database
GPG key ID: 82F2CC796BD07077

20
srcpkgs/avizo/template Normal file
View file

@ -0,0 +1,20 @@
# Template file for 'avizo'
pkgname=avizo
version=1.2.1
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"
checksum=efd4763db7c802d22e8939dac909d4886f5967aefbfc3fd526735da2a814b91b
pre_build() {
if [ "$CROSS_BUILD" ]; then
export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
fi
}