Skip to content

Commit

Permalink
vokoscreen: update to 4.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
1is7ac3 authored and classabbyamp committed Nov 1, 2024
1 parent c766178 commit 5360cce
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 16 deletions.
1 change: 1 addition & 0 deletions srcpkgs/vokoscreen
16 changes: 0 additions & 16 deletions srcpkgs/vokoscreen/template

This file was deleted.

29 changes: 29 additions & 0 deletions srcpkgs/vokoscreenNG/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Template file for 'vokoscreenNG'
pkgname=vokoscreenNG
version=4.2.0
revision=1
build_style=qmake
build_wrksrc="src"
hostmakedepends="pkg-config qt6-base-devel qt6-tools-devel"
makedepends="alsa-lib-devel libX11-devel libXrandr-devel pipewire-devel
pulseaudio-devel gst-plugins-base1-devel qt6-multimedia-devel
xdg-desktop-portal gstreamer1-devel"
depends="ffmpeg6 gstreamer1-pipewire gst-plugins-ugly1 gst-plugins-good1"
short_desc="Easy to use screencast creator"
maintainer="Duncaen <[email protected]>"
license="GPL-2.0-only"
homepage="http://linuxecke.volkoh.de/vokoscreen/vokoscreen.html"
distfiles="https://github.com/vkohaupt/vokoscreenNG/archive/${version}.tar.gz"
checksum=5f74fc575ae18e8e62f13f891d79c1c720077f6b630085a02f7576c223cb431c

post_install() {
vbin vokoscreenNG
vinstall applications/vokoscreenNG.desktop 644 usr/share/applications
vinstall applications/vokoscreenNG.png 644 usr/share/pixmaps
}

vokoscreen_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" (transitional dummy package)"
build_style=meta
}

0 comments on commit 5360cce

Please sign in to comment.