Skip to content

Commit dfb2680

Browse files
committed
New package: gpu-screen-recorder-gtk-5.7.9
1 parent 6710905 commit dfb2680

3 files changed

Lines changed: 33 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
GPU Screen Recorder GTK - Void Linux Notes
2+
3+
1. Theming (KDE/Plasma users):
4+
To make this application match your KDE theme, install the following packages:
5+
kde-gtk-config breeze-gtk
6+
Then go to System Settings -> Appearance -> Application Style ->
7+
Configure GNOME/GTK Application Style and select 'Breeze'.
8+
9+
2. Wayland Support:
10+
For screen/window selection on Wayland, ensure you have a desktop portal
11+
installed for your environment (e.g., xdg-desktop-portal-kde or
12+
xdg-desktop-portal-wlr).
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Template file for 'gpu-screen-recorder-gtk'
2+
pkgname=gpu-screen-recorder-gtk
3+
version=5.7.9
4+
revision=1
5+
build_style=meson
6+
hostmakedepends="pkg-config desktop-file-utils gtk-update-icon-cache"
7+
makedepends="gtk+3-devel libayatana-appindicator-devel libX11-devel"
8+
depends="gpu-screen-recorder"
9+
short_desc="GTK frontend for gpu-screen-recorder"
10+
maintainer="zenobit <zenobit@disroot.org>"
11+
license="GPL-3.0-only"
12+
homepage="https://git.dec05eba.com/gpu-screen-recorder-gtk/"
13+
changelog="https://git.dec05eba.com/gpu-screen-recorder-gtk/log/"
14+
distfiles="https://dec05eba.com/snapshot/gpu-screen-recorder-gtk.git.${version}.tar.gz"
15+
checksum=c369f128f1f343cef7b76ee3d80c4f132c0684ee0953ef35cc04fe6023ebf8ff
16+
17+
post_install() {
18+
vdoc ${FILESDIR}/README.voidlinux
19+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
site="https://git.dec05eba.com/gpu-screen-recorder-gtk/refs/"
2+
pattern="tag/\?h=\K[\d.]+"

0 commit comments

Comments
 (0)