mirror of
https://gitlab.freedesktop.org/pulseaudio/pavucontrol.git
synced 2026-05-06 09:08:23 +02:00
Update icons in build system and UI file
This commit is contained in:
parent
7763249b6d
commit
34e364b880
2 changed files with 14 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue