22 lines
955 B
Bash
22 lines
955 B
Bash
# Template file for 'SwayNotificationCenter'
|
|
pkgname=SwayNotificationCenter
|
|
version=0.12.3
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Dsystemd-service=false"
|
|
hostmakedepends="blueprint-compiler glib-devel vala pkg-config sassc scdoc wayland-devel"
|
|
makedepends="gobject-introspection gtk4-devel gtk4-layer-shell-devel
|
|
json-glib-devel libadwaita-devel libgee-devel pulseaudio-devel granite7-devel"
|
|
depends="dbus"
|
|
short_desc="Simple notification daemon with a GTK gui"
|
|
maintainer="Akhil Jalagam <akhil.j@gmail.com>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://github.com/ErikReider/SwayNotificationCenter"
|
|
changelog="https://github.com/ErikReider/SwayNotificationCenter/releases"
|
|
distfiles="https://github.com/ErikReider/SwayNotificationCenter/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=788033f2d6c2599ec32809c875ec68f9affce062c8a0448fc50c062cdc08cd7f
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
|
|
fi
|