# Copyright 2026 Nadeŭka # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit meson DESCRIPTION='Notification in the style of ShadowPlay' HOMEPAGE=https://git.dec05eba.com/gpu-screen-recorder-notification/about SRC_URI="https://dec05eba.com/snapshot/${PN}.git.${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}" LICENSE=GPL-3 SLOT=0 KEYWORDS=amd64 COMMON_DEPEND=' dev-libs/wayland media-libs/libglvnd x11-libs/libX11 x11-libs/libXext x11-libs/libXrandr x11-libs/libXrender x11-libs/libxkbcommon x11-libs/pango ' BDEPEND=' dev-util/wayland-scanner virtual/pkgconfig ' DEPEND="${COMMON_DEPEND}" RDEPEND=" ${COMMON_DEPEND} gui-capture/gpu-screen-recorder "