pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/chirp/patches



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Aug 25 13:50:36 UTC 2020

Added Files:
        pkgsrc/ham/chirp/patches: patch-chirp_ui_mainapp.py
Removed Files:
        pkgsrc/ham/chirp/patches: patch-chirpui_mainapp.py

Log Message:
ham/chirp: Fix patches for previous commit


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/ham/chirp/patches/patch-chirp_ui_mainapp.py
cvs rdiff -u -r1.1 -r0 pkgsrc/ham/chirp/patches/patch-chirpui_mainapp.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/ham/chirp/patches/patch-chirp_ui_mainapp.py
diff -u /dev/null pkgsrc/ham/chirp/patches/patch-chirp_ui_mainapp.py:1.1
--- /dev/null   Tue Aug 25 13:50:36 2020
+++ pkgsrc/ham/chirp/patches/patch-chirp_ui_mainapp.py  Tue Aug 25 13:50:36 2020
@@ -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)
+ 



Home | Main Index | Thread Index | Old Index