Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nyxt: update to 3.11.8. #95

Merged
merged 2 commits into from
Nov 1, 2024
Merged
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
14 changes: 0 additions & 14 deletions srcpkgs/nyxt/patches/001-libfixposix.patch

This file was deleted.

45 changes: 0 additions & 45 deletions srcpkgs/nyxt/patches/fix-sbcl-2.4.5.patch

This file was deleted.

4 changes: 2 additions & 2 deletions srcpkgs/nyxt/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'nyxt'
pkgname=nyxt
version=3.11.7
version=3.11.8
revision=1
create_wrksrc=yes
build_style=gnu-makefile
Expand All @@ -13,7 +13,7 @@ maintainer="Orphaned <[email protected]>"
license="BSD-3-Clause"
homepage="https://nyxt.atlas.engineer/"
distfiles="https://github.com/atlas-engineer/nyxt/releases/download/${version}/${pkgname}-${version}-source-with-submodules.tar.xz"
checksum=27d11de1e41ca1c319193678f385a5a3e0bfb805da8f687557a77cba24ab01e1
checksum=4604b15a4d89336d110926ac91c53eff020ae9c8cd96214d7ed1114bcf6a9254
# Disable check because ASDF/USER::PROVE is not installed
make_check=no
nostrip=yes
Expand Down
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
}
Loading