parent
306996926f
commit
0e22db972d
@ -0,0 +1,12 @@
|
||||
diff -up libffado-2.4.4/support/mixer-qt4/ffado/ffadowindow.py.icon-name libffado-2.4.4/support/mixer-qt4/ffado/ffadowindow.py
|
||||
--- libffado-2.4.4/support/mixer-qt4/ffado/ffadowindow.py.icon-name 2020-05-29 08:59:52.000000000 +0200
|
||||
+++ libffado-2.4.4/support/mixer-qt4/ffado/ffadowindow.py 2021-01-05 16:30:40.293184745 +0100
|
||||
@@ -267,7 +267,7 @@ def ffadomain(args):
|
||||
log.debug("Using %s with Qt: %s PyQt: %s" % (get_ffado_version(), QtCore.QT_VERSION_STR, QtCore.PYQT_VERSION_STR))
|
||||
|
||||
app = QApplication(args)
|
||||
- app.setWindowIcon( QIcon( SHAREDIR + "/icons/hi64-apps-ffado.png" ) )
|
||||
+ app.setWindowIcon( QIcon( SHAREDIR + "/icons/ffado.png" ) )
|
||||
|
||||
app.setOrganizationName("FFADO")
|
||||
app.setOrganizationDomain("ffado.org")
|
@ -0,0 +1,30 @@
|
||||
diff -up libffado-2.4.4/tests/SConscript.no-test-apps libffado-2.4.4/tests/SConscript
|
||||
--- libffado-2.4.4/tests/SConscript.no-test-apps 2018-03-04 07:12:18.000000000 +0100
|
||||
+++ libffado-2.4.4/tests/SConscript 2021-01-05 16:26:04.561795120 +0100
|
||||
@@ -83,7 +83,7 @@ if env['ENABLE_DICE']:
|
||||
|
||||
for app in apps.keys():
|
||||
env.Program( target=app, source = env.Split( apps[app] ) )
|
||||
- env.Install( "$bindir", app )
|
||||
+ # env.Install( "$bindir", app )
|
||||
|
||||
env.SConscript( dirs=["streaming", "systemtests"], exports="env" )
|
||||
|
||||
diff -up libffado-2.4.4/tests/streaming/SConscript.no-test-apps libffado-2.4.4/tests/streaming/SConscript
|
||||
--- libffado-2.4.4/tests/streaming/SConscript.no-test-apps 2018-03-04 07:12:18.000000000 +0100
|
||||
+++ libffado-2.4.4/tests/streaming/SConscript 2021-01-05 16:25:56.357813274 +0100
|
||||
@@ -38,4 +38,4 @@ apps = {
|
||||
|
||||
for app in apps.keys():
|
||||
env.Program( target=app, source = env.Split( apps[app] ) )
|
||||
- env.Install( "$bindir", app )
|
||||
+ # env.Install( "$bindir", app )
|
||||
diff -up libffado-2.4.4/tests/systemtests/SConscript.no-test-apps libffado-2.4.4/tests/systemtests/SConscript
|
||||
--- libffado-2.4.4/tests/systemtests/SConscript.no-test-apps 2018-03-04 07:12:18.000000000 +0100
|
||||
+++ libffado-2.4.4/tests/systemtests/SConscript 2021-01-05 16:26:07.104789496 +0100
|
||||
@@ -49,4 +49,4 @@ apps = {
|
||||
|
||||
for app in apps.keys():
|
||||
env.Program( target=app, source = env.Split( apps[app] ) )
|
||||
- env.Install( "$bindir", app )
|
||||
+ # env.Install( "$bindir", app )
|
Loading…
Reference in new issue