Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion srcpkgs/swayimg/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'swayimg'
pkgname=swayimg
version=4.7
revision=1
revision=2
build_style=meson
configure_args="-D version=${version}"
hostmakedepends="pkg-config wayland-devel"
Expand All @@ -19,6 +19,10 @@ checksum=342952aa30f62f163dfcb36448d7f2a860abf972bb24690d2e49b28b6f2ba7cc
post_install() {
vcompletion extra/bash.completion bash
vcompletion extra/zsh.completion zsh

# upstream installs the config file into 'datadir'
rm ${DESTDIR}/usr/share/swayimg/swayimgrc
vsconf extra/swayimgrc

vlicense LICENSE
}