Skip to content

Commit

Permalink
xvfb-run: update to 21.1.7pl3.
Browse files Browse the repository at this point in the history
  • Loading branch information
sgn committed Feb 13, 2024
1 parent 09c286f commit 1b07242
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions srcpkgs/xvfb-run/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# Template file for 'xvfb-run'
pkgname=xvfb-run
version=21.1.7pl1
version=21.1.7pl3
revision=1
depends="xorg-server-xvfb xauth"
short_desc="Xvfb wrapper"
maintainer="Érico Nogueira <[email protected]>"
license="GPL-2.0-or-later"
homepage="https://salsa.debian.org/xorg-team/xserver/xorg-server"
distfiles="${DEBIAN_SITE}/main/x/xorg-server/xorg-server_${version/pl/-}.diff.gz"
checksum=ed25018f392feb25e2e1224b4939f86fb22e14c27e3970ec4cdb23fb1fa9e380
checksum=c494b03743636de08f1994f9f7c323d8b817701e4fbfef4b02f705e8a110bb70

post_extract() {
patch -Np1 -i "xorg-server_${version/pl/-}.diff"
PATH="/usr/libexec/chroot-git:$PATH"
git apply --include="debian/*" --whitespace=nowarn \
"xorg-server_${version/pl/-}.diff"
}

do_install() {
Expand Down

0 comments on commit 1b07242

Please sign in to comment.