Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/ham/chirp/patches ham/chirp: Fix patches for previous ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2d41033ae90
branches:  trunk
changeset: 437522:f2d41033ae90
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Aug 25 13:50:36 2020 +0000

description:
ham/chirp: Fix patches for previous commit

diffstat:

 ham/chirp/patches/patch-chirp_ui_mainapp.py |  15 +++++++++++++++
 ham/chirp/patches/patch-chirpui_mainapp.py  |  14 --------------
 2 files changed, 15 insertions(+), 14 deletions(-)

diffs (37 lines):

diff -r 8beaa3bf440c -r f2d41033ae90 ham/chirp/patches/patch-chirp_ui_mainapp.py
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/chirp/patches/patch-chirp_ui_mainapp.py       Tue Aug 25 13:50:36 2020 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-chirp_ui_mainapp.py,v 1.1 2020/08/25 13:50:36 gdt Exp $
+
+This software contains darwin specific tweaks which do not apply to pkgsrc
+
+--- chirp/ui/mainapp.py.orig   2020-07-03 15:43:54.520195801 +1000
++++ chirp/ui/mainapp.py        2020-07-03 15:49:25.663278078 +1000
+@@ -2087,8 +2087,6 @@
+ 
+         if os.name != "nt":
+             self._set_icon()  # Windows gets the icon from the exe
+-            if os.uname()[0] == "Darwin":
+-                self._init_macos(mbar)
+ 
+         vbox.pack_start(mbar, 0, 0, 0)
+ 
diff -r 8beaa3bf440c -r f2d41033ae90 ham/chirp/patches/patch-chirpui_mainapp.py
--- a/ham/chirp/patches/patch-chirpui_mainapp.py        Tue Aug 25 13:47:30 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-chirpui_mainapp.py,v 1.1 2014/07/21 07:57:21 dbj Exp $
-This software contains darwin specific tweaks which do not apply to pkgsrc
-
---- chirpui/mainapp.py.orig    2014-02-22 08:01:32.000000000 +0000
-+++ chirpui/mainapp.py
-@@ -1715,8 +1715,6 @@ If you think that it is valid, you can s
- 
-         if os.name != "nt":
-             self._set_icon() # Windows gets the icon from the exe
--            if os.uname()[0] == "Darwin":
--                self._init_macos(mbar)
- 
-         vbox.pack_start(mbar, 0, 0, 0)
- 



Home | Main Index | Thread Index | Old Index