mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
papirus-folders: fix zsh completions
This commit is contained in:
parent
1d13c02bf7
commit
84e5bcb60c
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'papirus-folders'
|
# Template file for 'papirus-folders'
|
||||||
pkgname=papirus-folders
|
pkgname=papirus-folders
|
||||||
version=1.13.1
|
version=1.13.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
depends="papirus-icon-theme"
|
depends="papirus-icon-theme"
|
||||||
short_desc="Allows to change the color of folders"
|
short_desc="Allows to change the color of folders"
|
||||||
|
@ -11,6 +11,10 @@ homepage="https://github.com/PapirusDevelopmentTeam/papirus-folders"
|
||||||
distfiles="https://github.com/PapirusDevelopmentTeam/papirus-folders/archive/v${version}.tar.gz"
|
distfiles="https://github.com/PapirusDevelopmentTeam/papirus-folders/archive/v${version}.tar.gz"
|
||||||
checksum=df38d1a86d4aaad575d1f93f1fc541d538409d985fa418d5eac46a77c18cb028
|
checksum=df38d1a86d4aaad575d1f93f1fc541d538409d985fa418d5eac46a77c18cb028
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
sed -i -e '/^ZSHCOMPDIR/s/vendor-completions/site-functions/' Makefile
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue