syncthing-gtk: 0.9.2.3 → 0.9.2.7

This commit is contained in:
Jan Tojnar 2017-11-25 01:35:50 +01:00
parent 3169cfd782
commit a140a0e1de
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4
2 changed files with 6 additions and 6 deletions

View file

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, libnotify, librsvg, psmisc, gtk3, syncthing, wrapGAppsHook, gnome3, python2Packages }:
python2Packages.buildPythonApplication rec {
version = "0.9.2.3";
version = "0.9.2.7";
name = "syncthing-gtk-${version}";
src = fetchFromGitHub {
owner = "syncthing";
repo = "syncthing-gtk";
rev = "v${version}";
sha256 = "0chl0f0kp6z0z00d1f3xjlicjfr9rzabw39wmjr66fwb5w5hcc42";
sha256 = "08k7vkibia85klwjxbnzk67h4pphrizka5v9zxwvvv3cisjiclc2";
};
nativeBuildInputs = [ wrapGAppsHook ];
@ -21,7 +21,7 @@ python2Packages.buildPythonApplication rec {
];
propagatedBuildInputs = with python2Packages; [
dateutil pyinotify pygobject3
dateutil pyinotify pygobject3 bcrypt
];
patches = [

View file

@ -18,7 +18,7 @@
<property name="yalign">0.51999998092651367</property>
--- a/syncthing_gtk/configuration.py
+++ b/syncthing_gtk/configuration.py
@@ -166,6 +166,8 @@
@@ -168,6 +168,8 @@
yield k
def get(self, key):
@ -49,10 +49,10 @@
self["lblDownloadProgress"].set_markup("<b>" + _("Download finished.") + "</b>")
--- a/syncthing_gtk/wizard.py
+++ b/syncthing_gtk/wizard.py
@@ -58,7 +58,6 @@
@@ -60,7 +60,6 @@
self.quit_button.connect("clicked", lambda *a : self.emit("cancel"))
# Pages
self.add_page(IntroPage())
self.add_page(IntroPage(self))
- self.add_page(FindDaemonPage())
self.add_page(GenerateKeysPage())
self.add_page(HttpSettingsPage())