# Copyright 2026 Nadeŭka <me+oss@nadevko.cc>
# Distributed under the terms of the GNU General Public License v2
EAPI=8

inherit meson xdg

DESCRIPTION='Gtk frontend to gpu-screen-recorder'
HOMEPAGE=https://git.dec05eba.com/gpu-screen-recorder-gtk/about
SRC_URI="https://dec05eba.com/snapshot/${PN}.git.${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"

LICENSE=GPL-3
SLOT=0
KEYWORDS=amd64

DEPEND='
	dev-libs/libayatana-appindicator
	x11-libs/gtk+:3
	x11-libs/libX11
'
RDEPEND="
	${DEPEND}
	gui-capture/gpu-screen-recorder
"
BDEPEND='
	dev-util/desktop-file-utils
	virtual/pkgconfig
'