Skip to content

Commit a15b563

Browse files
ci: remove unwanted conf
1 parent 8b0619e commit a15b563

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

meson.build

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,8 @@ endif
4040

4141
# Rest of your existing meson.build content would continue here...
4242

43-
4443
subdir('po')
4544

46-
# Executable
47-
install_data(['run'], install_dir: get_option('bindir'))
48-
4945
# Appstream
5046
install_data(
5147
['data/soundconverter.appdata.xml'],
@@ -112,16 +108,16 @@ install_data(
112108
)
113109

114110
install_data(
115-
files('soundconverter/interface/__init__.py', 'soundconverter/interface/batch.py', 'soundconverter/interface/filelist.py',
116-
'soundconverter/interface/gladewindow.py', 'soundconverter/interface/mainloop.py', 'soundconverter/interface/notify.py',
111+
files('soundconverter/interface/__init__.py', 'soundconverter/interface/batch.py', 'soundconverter/interface/filelist.py',
112+
'soundconverter/interface/gladewindow.py', 'soundconverter/interface/mainloop.py', 'soundconverter/interface/notify.py',
117113
'soundconverter/interface/preferences.py', 'soundconverter/interface/theme.py', 'soundconverter/interface/ui.py'),
118114
install_dir: join_paths(py_inst.get_install_dir(), 'soundconverter', 'interface')
119115
)
120116

121117
install_data(
122-
files('soundconverter/util/__init__.py', 'soundconverter/util/error.py', 'soundconverter/util/fileoperations.py',
123-
'soundconverter/util/formats.py', 'soundconverter/util/formatting.py', 'soundconverter/util/logger.py',
124-
'soundconverter/util/namegenerator.py', 'soundconverter/util/settings.py', 'soundconverter/util/soundfile.py',
118+
files('soundconverter/util/__init__.py', 'soundconverter/util/error.py', 'soundconverter/util/fileoperations.py',
119+
'soundconverter/util/formats.py', 'soundconverter/util/formatting.py', 'soundconverter/util/logger.py',
120+
'soundconverter/util/namegenerator.py', 'soundconverter/util/settings.py', 'soundconverter/util/soundfile.py',
125121
'soundconverter/util/task.py', 'soundconverter/util/taskqueue.py'),
126122
install_dir: join_paths(py_inst.get_install_dir(), 'soundconverter', 'util')
127123
)

0 commit comments

Comments
 (0)