syncthing-gtk: 0.9.2.3 → 0.9.2.7
This commit is contained in:
parent
3169cfd782
commit
a140a0e1de
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub, libnotify, librsvg, psmisc, gtk3, syncthing, wrapGAppsHook, gnome3, python2Packages }:
|
{ stdenv, fetchFromGitHub, libnotify, librsvg, psmisc, gtk3, syncthing, wrapGAppsHook, gnome3, python2Packages }:
|
||||||
|
|
||||||
python2Packages.buildPythonApplication rec {
|
python2Packages.buildPythonApplication rec {
|
||||||
version = "0.9.2.3";
|
version = "0.9.2.7";
|
||||||
name = "syncthing-gtk-${version}";
|
name = "syncthing-gtk-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "syncthing";
|
owner = "syncthing";
|
||||||
repo = "syncthing-gtk";
|
repo = "syncthing-gtk";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0chl0f0kp6z0z00d1f3xjlicjfr9rzabw39wmjr66fwb5w5hcc42";
|
sha256 = "08k7vkibia85klwjxbnzk67h4pphrizka5v9zxwvvv3cisjiclc2";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ wrapGAppsHook ];
|
nativeBuildInputs = [ wrapGAppsHook ];
|
||||||
@ -21,7 +21,7 @@ python2Packages.buildPythonApplication rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python2Packages; [
|
propagatedBuildInputs = with python2Packages; [
|
||||||
dateutil pyinotify pygobject3
|
dateutil pyinotify pygobject3 bcrypt
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
<property name="yalign">0.51999998092651367</property>
|
<property name="yalign">0.51999998092651367</property>
|
||||||
--- a/syncthing_gtk/configuration.py
|
--- a/syncthing_gtk/configuration.py
|
||||||
+++ b/syncthing_gtk/configuration.py
|
+++ b/syncthing_gtk/configuration.py
|
||||||
@@ -166,6 +166,8 @@
|
@@ -168,6 +168,8 @@
|
||||||
yield k
|
yield k
|
||||||
|
|
||||||
def get(self, key):
|
def get(self, key):
|
||||||
@ -49,10 +49,10 @@
|
|||||||
self["lblDownloadProgress"].set_markup("<b>" + _("Download finished.") + "</b>")
|
self["lblDownloadProgress"].set_markup("<b>" + _("Download finished.") + "</b>")
|
||||||
--- a/syncthing_gtk/wizard.py
|
--- a/syncthing_gtk/wizard.py
|
||||||
+++ b/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"))
|
self.quit_button.connect("clicked", lambda *a : self.emit("cancel"))
|
||||||
# Pages
|
# Pages
|
||||||
self.add_page(IntroPage())
|
self.add_page(IntroPage(self))
|
||||||
- self.add_page(FindDaemonPage())
|
- self.add_page(FindDaemonPage())
|
||||||
self.add_page(GenerateKeysPage())
|
self.add_page(GenerateKeysPage())
|
||||||
self.add_page(HttpSettingsPage())
|
self.add_page(HttpSettingsPage())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user