mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
xvfb-run: update to 21.1.7pl3.
This commit is contained in:
parent
09c286f058
commit
1b07242e09
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# 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"
|
||||
|
@ -8,10 +8,12 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
|
|||
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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue