xwallpaper: install zsh completion on site-functions.
This commit is contained in:
parent
454f86b0b8
commit
33512a5475
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xwallpaper'
|
# Template file for 'xwallpaper'
|
||||||
pkgname=xwallpaper
|
pkgname=xwallpaper
|
||||||
version=0.4.1
|
version=0.4.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake pkg-config"
|
hostmakedepends="automake pkg-config"
|
||||||
makedepends="libjpeg-turbo-devel libpng-devel libseccomp-devel
|
makedepends="libjpeg-turbo-devel libpng-devel libseccomp-devel
|
||||||
|
@ -23,5 +23,8 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
vmkdir usr/share/zsh/site-functions
|
||||||
|
mv ${DESTDIR}/usr/share/zsh/{vendor-completions,site-functions}/_xwallpaper
|
||||||
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue