diff options
author | Craig Andrews <candrews@gentoo.org> | 2019-10-09 16:52:51 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2019-10-11 11:07:09 -0400 |
commit | 0636a6c1baa2467b6642ea60227ba5af62388bb0 (patch) | |
tree | 483f6dd4711100850c9af7d57f153cc6e7a62e59 /net-p2p/deluge/files | |
parent | dev-libs/gecode: Remove last-rited pkg (diff) | |
download | gentoo-0636a6c1baa2467b6642ea60227ba5af62388bb0.tar.gz gentoo-0636a6c1baa2467b6642ea60227ba5af62388bb0.tar.bz2 gentoo-0636a6c1baa2467b6642ea60227ba5af62388bb0.zip |
net-p2p/deluge: 2.0.3 version bump
Closes: https://bugs.gentoo.org/688024
Closes: https://github.com/gentoo/gentoo/pull/12548
Closes: https://github.com/gentoo/gentoo/pull/9327
Closes: https://github.com/gentoo/gentoo/pull/13243
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-p2p/deluge/files')
-rw-r--r-- | net-p2p/deluge/files/deluge-2.0.3-UI-status.patch | 31 | ||||
-rw-r--r-- | net-p2p/deluge/files/deluge-2.0.3-setup.py.patch | 11 |
2 files changed, 42 insertions, 0 deletions
diff --git a/net-p2p/deluge/files/deluge-2.0.3-UI-status.patch b/net-p2p/deluge/files/deluge-2.0.3-UI-status.patch new file mode 100644 index 000000000000..bef102062a04 --- /dev/null +++ b/net-p2p/deluge/files/deluge-2.0.3-UI-status.patch @@ -0,0 +1,31 @@ +From 53391b513f96ce3b8e9cc55f63e5db0c57b6e839 Mon Sep 17 00:00:00 2001 +From: Andrew Stone <a@stoney.io> +Date: Wed, 3 Jul 2019 16:55:40 -0700 +Subject: [PATCH] [GTK] Fix ordering in status tab + +--- + deluge/ui/gtk3/glade/main_window.tabs.ui | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/deluge/ui/gtk3/glade/main_window.tabs.ui b/deluge/ui/gtk3/glade/main_window.tabs.ui +index 30bd395bd..e9a4b60a1 100644 +--- a/deluge/ui/gtk3/glade/main_window.tabs.ui ++++ b/deluge/ui/gtk3/glade/main_window.tabs.ui +@@ -112,7 +112,7 @@ + </object> + <packing> + <property name="left_attach">1</property> +- <property name="top_attach">0</property> ++ <property name="top_attach">3</property> + </packing> + </child> + <child> +@@ -312,7 +312,7 @@ + </object> + <packing> + <property name="left_attach">1</property> +- <property name="top_attach">3</property> ++ <property name="top_attach">0</property> + </packing> + </child> + <child> diff --git a/net-p2p/deluge/files/deluge-2.0.3-setup.py.patch b/net-p2p/deluge/files/deluge-2.0.3-setup.py.patch new file mode 100644 index 000000000000..dba520f61c01 --- /dev/null +++ b/net-p2p/deluge/files/deluge-2.0.3-setup.py.patch @@ -0,0 +1,11 @@ +diff -ur deluge-2.0.3.orig/setup.py deluge-2.0.3/setup.py +--- deluge-2.0.3.orig/setup.py 2019-07-25 18:19:04.624650797 +0200 ++++ deluge-2.0.3/setup.py 2019-07-25 18:19:42.984276752 +0200 +@@ -221,7 +221,6 @@ + ) + + print('Compiling po files from %s...' % po_dir) +- uptoDate = False + for path, names, filenames in os.walk(po_dir): + for f in filenames: + upto_date = False |