Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions srcpkgs/gpu-screen-recorder-gtk/files/README.voidlinux
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
GPU Screen Recorder GTK - Void Linux Notes

1. Theming (KDE/Plasma users):
To make this application match your KDE theme, install the following packages:
kde-gtk-config breeze-gtk
Then go to System Settings -> Appearance -> Application Style ->
Configure GNOME/GTK Application Style and select 'Breeze'.

2. Wayland Support:
For screen/window selection on Wayland, ensure you have a desktop portal
installed for your environment (e.g., xdg-desktop-portal-kde or
xdg-desktop-portal-wlr).
18 changes: 18 additions & 0 deletions srcpkgs/gpu-screen-recorder-gtk/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Template file for 'gpu-screen-recorder-gtk'
pkgname=gpu-screen-recorder-gtk
version=5.7.9
revision=1
build_style=meson
hostmakedepends="pkg-config meson desktop-file-utils"
makedepends="gtk+3-devel libayatana-appindicator-devel libX11-devel"
depends="gpu-screen-recorder"
short_desc="GTK3 frontend for gpu-screen-recorder"
maintainer="cherrybtw <nonopenoid123456789@gmail.com>"
license="GPL-3.0-only"
homepage="https://git.dec05eba.com/gpu-screen-recorder-gtk/about"
distfiles="https://dec05eba.com/snapshot/gpu-screen-recorder-gtk.git.${version}.tar.gz"
checksum=c369f128f1f343cef7b76ee3d80c4f132c0684ee0953ef35cc04fe6023ebf8ff

post_install() {
vdoc ${FILESDIR}/README.voidlinux
}
2 changes: 2 additions & 0 deletions srcpkgs/gpu-screen-recorder-gtk/update
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
site="https://git.dec05eba.com/gpu-screen-recorder-gtk/refs/"
pattern="tag/\?h=\K[\d.]+"
Loading