gvfs: rebuild against libarchive-3.1.2; libbluray support.
This commit is contained in:
parent
913ecde461
commit
feaabb5939
|
@ -1,10 +1,7 @@
|
||||||
# Template file for 'gvfs-devel'.
|
# Template file for 'gvfs-devel'.
|
||||||
#
|
#
|
||||||
noarch=yes
|
noarch=yes
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'gvfs'
|
# Template file for 'gvfs'
|
||||||
pkgname=gvfs
|
pkgname=gvfs
|
||||||
version=1.14.2
|
version=1.14.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-hal --disable-afc
|
configure_args="--disable-hal --disable-afc
|
||||||
--with-bash-completion-dir=/usr/share/bash-completion/completions"
|
--with-bash-completion-dir=/usr/share/bash-completion/completions"
|
||||||
makedepends="pkg-config intltool libbluetooth-devel dbus-glib-devel
|
makedepends="pkg-config intltool libbluetooth-devel dbus-glib-devel
|
||||||
libopenobex-devel libgudev-devel>=183 libexif-devel libusb-compat-devel
|
libopenobex-devel libgudev-devel>=183 libexif-devel libbluray-devel
|
||||||
fuse-devel libarchive-devel libcdio-devel libsoup-gnome-devel>=2.40
|
fuse-devel libarchive-devel>=3.1.2 libcdio-devel libsoup-gnome-devel>=2.40
|
||||||
libgphoto2-devel libsecret-devel gtk+3-devel samba-devel systemd-devel
|
libgphoto2-devel libsecret-devel gtk+3-devel samba-devel systemd-devel
|
||||||
avahi-glib-libs-devel udisks2-devel libgcrypt-devel libxslt docbook-xsl"
|
avahi-glib-libs-devel udisks2-devel libgcrypt-devel libxslt docbook-xsl"
|
||||||
fulldepends="obex-data-server"
|
fulldepends="obex-data-server"
|
||||||
|
@ -18,9 +18,3 @@ homepage="http://www.gnome.org"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/1.14/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/1.14/$pkgname-$version.tar.xz"
|
||||||
checksum=c3bbdac4bc89de82a2ba373799da80d24fb6a038a9893d9b54e2c9429c878fbc
|
checksum=c3bbdac4bc89de82a2ba373799da80d24fb6a038a9893d9b54e2c9429c878fbc
|
||||||
long_desc="
|
|
||||||
gvfs is a userspace virtual filesystem designed to work with the i/o
|
|
||||||
abstractions of gio (a library available in glib greater than 2.15). It
|
|
||||||
installs several modules that are automatically used by applications
|
|
||||||
using the APIs of libgio. There is also fuse support that allows
|
|
||||||
applications not using gio to access the gvfs filesystems."
|
|
||||||
|
|
Loading…
Reference in New Issue