mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Fix snorenotify paths
This commit is contained in:
@@ -201,8 +201,8 @@ QT_PLUGINS = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
SNORE_PLUGINS = [
|
SNORE_PLUGINS = [
|
||||||
# 'libsnore_backend_growl.so',
|
'libsnore_backend_growl.so',
|
||||||
# 'libsnore_backend_osxnotificationcenter.so',
|
'libsnore_backend_osxnotificationcenter.so',
|
||||||
]
|
]
|
||||||
|
|
||||||
TOMAHAWK_PLUGINS = [
|
TOMAHAWK_PLUGINS = [
|
||||||
@@ -219,7 +219,7 @@ TOMAHAWK_PLUGINS = [
|
|||||||
'libtomahawk_infoplugin_musixmatch.so',
|
'libtomahawk_infoplugin_musixmatch.so',
|
||||||
'libtomahawk_infoplugin_newreleases.so',
|
'libtomahawk_infoplugin_newreleases.so',
|
||||||
'libtomahawk_infoplugin_rovi.so',
|
'libtomahawk_infoplugin_rovi.so',
|
||||||
# 'libtomahawk_infoplugin_snorenotify.so',
|
'libtomahawk_infoplugin_snorenotify.so',
|
||||||
'libtomahawk_infoplugin_spotify.so',
|
'libtomahawk_infoplugin_spotify.so',
|
||||||
'libtomahawk_viewpage_dashboard.so',
|
'libtomahawk_viewpage_dashboard.so',
|
||||||
# 'libtomahawk_viewpage_networkactivity.so',
|
# 'libtomahawk_viewpage_networkactivity.so',
|
||||||
@@ -233,7 +233,7 @@ QT_PLUGINS_SEARCH_PATH=[
|
|||||||
]
|
]
|
||||||
|
|
||||||
SNORE_PLUGINS_SEARCH_PATH=[
|
SNORE_PLUGINS_SEARCH_PATH=[
|
||||||
'/usr/local/opt/snorenotify/lib/libsnore',
|
'/usr/local/opt/snorenotify/lib/plugins/libsnore-qt5',
|
||||||
]
|
]
|
||||||
|
|
||||||
class Error(Exception):
|
class Error(Exception):
|
||||||
@@ -576,7 +576,7 @@ for plugin in TOMAHAWK_PLUGINS:
|
|||||||
FixPlugin(plugin, '../MacOS')
|
FixPlugin(plugin, '../MacOS')
|
||||||
|
|
||||||
for plugin in SNORE_PLUGINS:
|
for plugin in SNORE_PLUGINS:
|
||||||
FixPlugin(FindSnorePlugin(plugin), '../MacOS/libsnore')
|
FixPlugin(FindSnorePlugin(plugin), '../lib/plugins/libsnore-qt5')
|
||||||
|
|
||||||
try:
|
try:
|
||||||
FixPlugin('tomahawk_crash_reporter', '../MacOS')
|
FixPlugin('tomahawk_crash_reporter', '../MacOS')
|
||||||
|
Reference in New Issue
Block a user