We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3994c commit 724d823Copy full SHA for 724d823
1 file changed
srcpkgs/swayimg/template
@@ -1,7 +1,7 @@
1
# Template file for 'swayimg'
2
pkgname=swayimg
3
version=4.7
4
-revision=1
+revision=2
5
build_style=meson
6
configure_args="-D version=${version}"
7
hostmakedepends="pkg-config wayland-devel"
@@ -19,6 +19,10 @@ checksum=342952aa30f62f163dfcb36448d7f2a860abf972bb24690d2e49b28b6f2ba7cc
19
post_install() {
20
vcompletion extra/bash.completion bash
21
vcompletion extra/zsh.completion zsh
22
+
23
+ # upstream installs the config file into 'datadir'
24
+ rm -f ${DESTDIR}/usr/share/swayimg/swayimgrc
25
vsconf extra/swayimgrc
26
27
vlicense LICENSE
28
}
0 commit comments