mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-04 13:17:11 -06:00
meson: add ui files
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
2abd3e7565
commit
ff1fa4cc38
@ -16,6 +16,7 @@ git = run_command('test', '-e', '.git', check: false).returncode() == 0
|
||||
subdir('scripts')
|
||||
subdir('man')
|
||||
subdir('data')
|
||||
subdir('ui')
|
||||
|
||||
if git
|
||||
spec_conf = configuration_data({
|
||||
|
2
setup.py
2
setup.py
@ -433,8 +433,6 @@ setuptools.setup(
|
||||
"build/virt-xml"]),
|
||||
|
||||
data_files=[
|
||||
("share/virt-manager/ui", glob.glob("ui/*.ui")),
|
||||
|
||||
("share/virt-manager/virtManager", glob.glob("virtManager/*.py")),
|
||||
("share/virt-manager/virtManager/details",
|
||||
glob.glob("virtManager/details/*.py")),
|
||||
|
38
ui/meson.build
Normal file
38
ui/meson.build
Normal file
@ -0,0 +1,38 @@
|
||||
ui_files = files(
|
||||
'about.ui',
|
||||
'addhardware.ui',
|
||||
'addstorage.ui',
|
||||
'asyncjob.ui',
|
||||
'clone.ui',
|
||||
'connectauth.ui',
|
||||
'console.ui',
|
||||
'createconn.ui',
|
||||
'createnet.ui',
|
||||
'createpool.ui',
|
||||
'createvm.ui',
|
||||
'createvol.ui',
|
||||
'delete.ui',
|
||||
'details.ui',
|
||||
'fsdetails.ui',
|
||||
'gfxdetails.ui',
|
||||
'hostnets.ui',
|
||||
'hoststorage.ui',
|
||||
'host.ui',
|
||||
'manager.ui',
|
||||
'migrate.ui',
|
||||
'netlist.ui',
|
||||
'oslist.ui',
|
||||
'preferences.ui',
|
||||
'snapshotsnew.ui',
|
||||
'snapshots.ui',
|
||||
'storagebrowse.ui',
|
||||
'tpmdetails.ui',
|
||||
'vmwindow.ui',
|
||||
'vsockdetails.ui',
|
||||
'xmleditor.ui',
|
||||
)
|
||||
|
||||
install_data(
|
||||
ui_files,
|
||||
install_dir: pkgdir / 'ui'
|
||||
)
|
Loading…
Reference in New Issue
Block a user