[Pkg-xfce-commits] r10058 - in /goodies/trunk/gigolo/debian: changelog control patches/ patches/01_migrate-gvfs-command.patch patches/series

Yves-Alexis Perez corsac at moszumanska.debian.org
Mon Oct 9 09:35:16 UTC 2017


Author: corsac
Date: Mon Oct  9 09:35:15 2017
New Revision: 10058

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=10058
Log:
* debian/patches:
  - 01_migrate-gvfs-command added, replace gvfs-open by gio open as default
  open command.
* debian/control:
  - replace gvfs-bin by libglib2.0-bin in Recommends.

Added:
    goodies/trunk/gigolo/debian/patches/
    goodies/trunk/gigolo/debian/patches/01_migrate-gvfs-command.patch
    goodies/trunk/gigolo/debian/patches/series
Modified:
    goodies/trunk/gigolo/debian/changelog
    goodies/trunk/gigolo/debian/control

Modified: goodies/trunk/gigolo/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/gigolo/debian/changelog?rev=10058&op=diff
==============================================================================
--- goodies/trunk/gigolo/debian/changelog	(original)
+++ goodies/trunk/gigolo/debian/changelog	Mon Oct  9 09:35:15 2017
@@ -1,3 +1,13 @@
+gigolo (0.4.2-2) UNRELEASED; urgency=medium
+
+  * debian/patches:
+    - 01_migrate-gvfs-command added, replace gvfs-open by gio open as default
+    open command.
+  * debian/control:
+    - replace gvfs-bin by libglib2.0-bin in Recommends.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Mon, 09 Oct 2017 11:34:00 +0200
+
 gigolo (0.4.2-1) unstable; urgency=low
 
   [ Evgeni Golov ]

Modified: goodies/trunk/gigolo/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/gigolo/debian/control?rev=10058&op=diff
==============================================================================
--- goodies/trunk/gigolo/debian/control	(original)
+++ goodies/trunk/gigolo/debian/control	Mon Oct  9 09:35:15 2017
@@ -14,7 +14,7 @@
 Section: xfce
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: gvfs-bin
+Recommends: libglib2.0-bin
 Description: frontend to manage connections to remote filesystems using GIO/GVfs
  Gigolo is a frontend to easily manage connections to remote filesystems
  using GIO/GVfs. It allows you to quickly connect/mount a remote filesystem

Added: goodies/trunk/gigolo/debian/patches/01_migrate-gvfs-command.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/gigolo/debian/patches/01_migrate-gvfs-command.patch?rev=10058&op=file
==============================================================================
--- goodies/trunk/gigolo/debian/patches/01_migrate-gvfs-command.patch	(added)
+++ goodies/trunk/gigolo/debian/patches/01_migrate-gvfs-command.patch	Mon Oct  9 09:35:15 2017
@@ -0,0 +1,11 @@
+--- a/src/settings.c
++++ b/src/settings.c
+@@ -572,7 +572,7 @@ static void load_settings_read_config(Gi
+ 		error = NULL;
+ 	}
+ 
+-	priv->file_manager = get_setting_string(k, SECTION_GENERAL, "file_manager", "gvfs-open");
++	priv->file_manager = get_setting_string(k, SECTION_GENERAL, "file_manager", "gio open");
+ 	/* is there a generic way to open a default terminal? */
+ 	priv->terminal = get_setting_string(k, SECTION_GENERAL, "terminal", "xterm");
+ 	priv->autoconnect_interval = get_setting_int(k, SECTION_GENERAL, "autoconnect_interval",

Added: goodies/trunk/gigolo/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/gigolo/debian/patches/series?rev=10058&op=file
==============================================================================
--- goodies/trunk/gigolo/debian/patches/series	(added)
+++ goodies/trunk/gigolo/debian/patches/series	Mon Oct  9 09:35:15 2017
@@ -0,0 +1 @@
+01_migrate-gvfs-command.patch




More information about the Pkg-xfce-commits mailing list