summaryrefslogtreecommitdiffstats
path: root/gnome2-libs
diff options
context:
space:
mode:
authorstratact2019-06-09 20:34:58 -0700
committerPavel Vinogradov2019-06-11 00:26:41 -0400
commita7b0cc3263e1a919ab5beae281919159f76ddd1b (patch)
tree8e7be734de4191b373d27dfe03c7f880aa27f060 /gnome2-libs
parent890d705c374f4428b40281a13fb80c3155aee2d1 (diff)
gnome2-libs/gvfs: => 1.34.1
Signed-off-by: Pavel Vinogradov <public@sourcemage.org>
Diffstat (limited to 'gnome2-libs')
-rwxr-xr-xgnome2-libs/gvfs/DEPENDS64
-rwxr-xr-xgnome2-libs/gvfs/DETAILS4
-rw-r--r--gnome2-libs/gvfs/HISTORY7
3 files changed, 34 insertions, 41 deletions
diff --git a/gnome2-libs/gvfs/DEPENDS b/gnome2-libs/gvfs/DEPENDS
index 6fdb13ee15..f5c681b1b0 100755
--- a/gnome2-libs/gvfs/DEPENDS
+++ b/gnome2-libs/gvfs/DEPENDS
@@ -36,57 +36,43 @@ optional_depends libarchive \
"--disable-archive" \
"for archive support" &&
-optional_depends gnome-disk-utility \
- "--enable-gdu" \
- "--disable-gdu" \
- "build GDU volume monitor" &&
-
optional_depends fuse \
"--enable-fuse" \
"--disable-fuse" \
"build with FUSE support" &&
-optional_depends hal \
- "--enable-hal" \
- "--disable-hal" \
- "build with HAL support" &&
-
-optional_depends obex-data-server \
- "--enable-obexftp" \
- "--disable-obexftp" \
- "build with ObexFTP backend" &&
-
optional_depends libgphoto2 \
"--enable-gphoto2" \
"--disable-gphoto2" \
"build with gphoto2 support" &&
-optional_depends libgnome-keyring \
- "--enable-keyring" \
- "--disable-keyring" \
- "build with GNOME keyring support (requires ${SPELL_COLOR}libsecret${DEFAULT_COLOR})" &&
+optional_depends libsecret \
+ "--enable-keyring" \
+ "--disable-keyring" \
+ "build with keyring support" &&
-if is_depends_enabled $SPELL libgnome-keyring; then
- depends libsecret
-fi &&
+optional_depends samba \
+ "--enable-samba" \
+ "--disable-samba" \
+ "build with samba support" &&
-optional_depends samba \
- "--enable-samba" \
- "--disable-samba" \
- "build with samba support" &&
+optional_depends libmtp \
+ "--enable-mtp" \
+ "--disable-mtp" \
+ "build with Media Transfer Protocol support" &&
-# required by xsltproc
-optional_depends libxslt \
- "--enable-documentation" \
- "--disable-documentation" \
- "to build documentation" &&
+optional_depends libusb \
+ "--enable-libusb" \
+ "--disable-libusb" \
+ "build with USB support" &&
+
+optional_depends udisks2 \
+ "--enable-udisks2" \
+ "--disable-udisks2" \
+ "build with udisks support" &&
-optional_depends bash-completion \
- "--enable-bash-completion" \
- "--disable-bash-completion" \
- "Enable bash-completion support?" &&
-optional_depends gtk-doc \
- "--enable-gtk-doc" \
- "--disable-gtk-doc" \
- "Enable devhelp docs"
+optional_depends libxslt \
+ "--enable-documentation" \
+ "--disable-documentation" \
+ "to build documentation"
diff --git a/gnome2-libs/gvfs/DETAILS b/gnome2-libs/gvfs/DETAILS
index d35e45a736..875eb0a239 100755
--- a/gnome2-libs/gvfs/DETAILS
+++ b/gnome2-libs/gvfs/DETAILS
@@ -1,9 +1,9 @@
SPELL=gvfs
- VERSION=1.30.3
+ VERSION=1.34.1
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
- SOURCE_HASH=sha512:50af5b6c6e435f861371a77be988c28313a730f2310f963f2d1cd5282fa250e36997af1ed0df7196739933b4f5ed08d3b1bd6141927dcbcc7ba061d90756b408
+ SOURCE_HASH=sha512:383f20c3dad1ff833f1d14466f215c7183459c0ed18d842fd09a68061e09814f2a4e33d574a0bf62bc9b6f5023721d03461eaaed86e840513f7e115662af91b6
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
LICENSE[0]=GPL
LICENSE[1]=LGPL
diff --git a/gnome2-libs/gvfs/HISTORY b/gnome2-libs/gvfs/HISTORY
index 35accc3ea1..108a46ba42 100644
--- a/gnome2-libs/gvfs/HISTORY
+++ b/gnome2-libs/gvfs/HISTORY
@@ -1,3 +1,10 @@
+2019-06-09 Kenneth Raplee <kenneth@raplee.email>
+ * DETAILS: updated spell to 1.34.1
+ * DEPENDS: remove no longer optional dependencies:
+ gnome-disk-utility, hal, obex-data-server, bash-completion, gtk-doc
+ added new optional dependencies: libmtp, libusb, udisks2
+ replaced libgnome-keyring with libsecret since the former is not needed
+
2017-02-24 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated spell to 1.30.3