From 6aac3b7870e384c06e6bcbfbfd574d8a3e15281e Mon Sep 17 00:00:00 2001 From: Mohammad Amin Sameti Date: Tue, 7 Apr 2020 20:55:46 +0430 Subject: [PATCH] wf-shell: install wf-shell.ini.example --- srcpkgs/wf-shell/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/wf-shell/template b/srcpkgs/wf-shell/template index bc1e57881b8..af62c3c5207 100644 --- a/srcpkgs/wf-shell/template +++ b/srcpkgs/wf-shell/template @@ -1,7 +1,7 @@ # Template file for 'wf-shell' pkgname=wf-shell version=0.4.0 -revision=2 +revision=3 build_style=meson build_helper="gir" hostmakedepends="gobject-introspection pkg-config wayland-devel" @@ -18,4 +18,5 @@ checksum="bc03e5232d72f69bf6ba634f688f5e896715d846b7b6344136e9eb88dd6a9aa0" post_install() { vlicense LICENSE + vsconf wf-shell.ini.example }