Update icons in build system and UI file

This commit is contained in:
Arun Raghavan 2024-09-24 12:03:57 -04:00
parent 7763249b6d
commit 34e364b880
2 changed files with 14 additions and 1 deletions

View file

@ -5,7 +5,7 @@
<property name="title" translatable="yes">Volume Control</property>
<property name="default_width">500</property>
<property name="default_height">400</property>
<property name="icon_name">multimedia-volume-control</property>
<property name="icon_name">org.pulseaudio.pavucontrol</property>
<child>
<placeholder/>
</child>

View file

@ -55,3 +55,16 @@ appdata_file = i18n.merge_file(
install : true,
install_dir : datadir / 'metainfo',
)
# TODO: use the Devel version on beta builds?
icon_filename = 'org.pulseaudio.pavucontrol.svg'
install_data(
icon_filename,
install_dir: datadir / 'icons' / 'hicolor' / 'scalable' / 'apps'
)
icon_filename = 'org.pulseaudio.pavucontrol-symbolic.svg'
install_data(
icon_filename,
install_dir: datadir / 'icons' / 'hicolor' / 'symbolic' / 'apps'
)