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

inherit git-r3 meson xdg

DESCRIPTION='Gtk frontend to gpu-screen-recorder'
HOMEPAGE=https://git.dec05eba.com/gpu-screen-recorder-gtk/about
EGIT_REPO_URI=https://repo.dec05eba.com/${PN}

LICENSE=GPL-3
SLOT=0

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
'