From ae0a4d3a1fe4d3bd3eacef7f96816f187625c52f Mon Sep 17 00:00:00 2001 From: Tung Anh Vu Date: Tue, 21 Mar 2023 12:51:44 +0100 Subject: [PATCH] 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. --- srcpkgs/wl-mirror/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/wl-mirror/template b/srcpkgs/wl-mirror/template index 96e6790f82021d..092882a87a8b22 100644 --- a/srcpkgs/wl-mirror/template +++ b/srcpkgs/wl-mirror/template @@ -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 " @@ -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