%global forgeurl https://github.com/subpop/yggdrasil-worker-desktop-notification Version: 0.1.0 %forgemeta Name: yggdrasil-worker-desktop-notification Release: %autorelease Summary: yggdrasil worker that presents data as a desktop notification License: GPL-3.0-only URL: %{forgeurl} Source0: %{forgesource} Requires: yggdrasil BuildRequires: meson BuildRequires: vala BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(gee-0.8) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glib-2.0) >= 2.58 BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(json-glib-1.0) %description A worker for yggdrasil that presents data sent to it as a desktop notification. The worker uses GNotification to generate and show the notification, but ultimately, the desktop shell is responsible for presenting the notification itself. %prep %autosetup %autopatch -p1 %build %meson %meson_build %install %meson_install %files %license COPYING %doc README.md %{_bindir}/%{name} %{_datadir}/dbus-1/services/* %{_datadir}/applications/* %changelog %autochangelog