gvfs: -smb subpkg needs to run the gsettings-schemas trigger to work.
This commit is contained in:
parent
5bb3a0cf7b
commit
b7c41ba4a4
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gvfs'
|
||||
pkgname=gvfs
|
||||
version=1.20.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-hal --disable-afc --disable-obexftp
|
||||
--with-bash-completion-dir=/usr/share/bash-completion/completions"
|
||||
|
@ -90,6 +90,7 @@ gvfs-smb_package() {
|
|||
short_desc+=" - SMB/CIFS (Windows client) backend"
|
||||
depends="gvfs>=${version}_${revision}"
|
||||
replaces="gvfs<1.18.3_2"
|
||||
triggers="gsettings-schemas"
|
||||
pkg_install() {
|
||||
vmove usr/libexec/gvfsd-smb
|
||||
vmove usr/libexec/gvfsd-smb-browse
|
||||
|
|
Loading…
Reference in a new issue