mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
wl-mirror: update to 0.13.1.
Add 'pkg-config' as host dependency. See release notes https://github.com/Ferdi265/wl-mirror/releases/tag/v0.13.1 for more detail.
This commit is contained in:
parent
9bffba87a3
commit
9080f3a369
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'wl-mirror'
|
||||
pkgname=wl-mirror
|
||||
version=0.13.0
|
||||
version=0.13.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DWLR_PROTOCOL_DIR=${wrksrc}/proto/wlr-protocols
|
||||
-DINSTALL_EXAMPLE_SCRIPTS=ON
|
||||
-DINSTALL_DOCUMENTATION=ON"
|
||||
hostmakedepends="wayland-devel scdoc"
|
||||
hostmakedepends="wayland-devel pkg-config scdoc"
|
||||
makedepends="libglvnd-devel wayland-devel wayland-protocols"
|
||||
short_desc="Simple Wayland output mirror client"
|
||||
maintainer="Tung Anh Vu <vu.tunganh96@gmail.com>"
|
||||
|
@ -14,4 +14,4 @@ license="GPL-3.0-or-later"
|
|||
homepage="https://github.com/Ferdi265/wl-mirror"
|
||||
changelog="https://github.com/Ferdi265/wl-mirror/releases"
|
||||
distfiles="https://github.com/Ferdi265/wl-mirror/releases/download/v${version}/wl-mirror-${version}.tar.gz"
|
||||
checksum=2538848cca02c4b8eb4f32d883c9bdb76ab047b8dd6db28c01c84abe4be71532
|
||||
checksum=f61b84472eaafa41490579fae56f7e1ccc5a2ef02e5038b75a26b34534d9bbe5
|
||||
|
|
Loading…
Add table
Reference in a new issue