gvfs: added -obex subpkg with OBEX support.
This commit is contained in:
parent
e8a30f542c
commit
d2fec5cf97
2 changed files with 13 additions and 3 deletions
1
srcpkgs/gvfs-obex
Symbolic link
1
srcpkgs/gvfs-obex
Symbolic link
|
@ -0,0 +1 @@
|
|||
gvfs
|
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'gvfs'
|
||||
pkgname=gvfs
|
||||
version=1.20.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-hal --disable-afc --disable-obexftp
|
||||
configure_args="--disable-hal --disable-afc
|
||||
--with-bash-completion-dir=/usr/share/bash-completion/completions"
|
||||
hostmakedepends="pkg-config intltool libxslt docbook-xsl"
|
||||
makedepends="
|
||||
|
@ -11,7 +11,7 @@ makedepends="
|
|||
fuse-devel libarchive-devel>=3.1.2 libcdio-devel libsoup-gnome-devel>=2.44
|
||||
libgphoto2-devel libsecret-devel gtk+3-devel samba-devel systemd-devel
|
||||
avahi-glib-libs-devel udisks2-devel libgcrypt-devel libmtp-devel
|
||||
gnome-online-accounts-devel>=3.12"
|
||||
libobexftp-devel gnome-online-accounts-devel>=3.12"
|
||||
short_desc="Userspace virtual filesystem"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
|
@ -86,6 +86,15 @@ gvfs-mtp_package() {
|
|||
}
|
||||
}
|
||||
|
||||
gvfs-obex_package() {
|
||||
short_desc+=" - OBEX backend"
|
||||
depends="obexftp gvfs>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove "usr/libexec/gvfsd-obex*"
|
||||
vmove "usr/share/gvfs/mounts/obex*"
|
||||
}
|
||||
}
|
||||
|
||||
gvfs-smb_package() {
|
||||
short_desc+=" - SMB/CIFS (Windows client) backend"
|
||||
depends="gvfs>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue