mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-09 20:52:45 +01:00
Install icons as io.github.Hexchat
This matches our app-id as the desktop-file spec recommends. This also fixes a bug where our notifications referred to this new name already.
This commit is contained in:
parent
f42f6af1b9
commit
dac8ace90c
@ -1,9 +1,11 @@
|
|||||||
icondir = join_paths(get_option('datadir'), 'icons/hicolor')
|
icondir = join_paths(get_option('datadir'), 'icons/hicolor')
|
||||||
install_data(
|
install_data(
|
||||||
'hexchat.png',
|
'hexchat.png',
|
||||||
|
rename: 'io.github.Hexchat.png',
|
||||||
install_dir: join_paths(icondir, '48x48/apps')
|
install_dir: join_paths(icondir, '48x48/apps')
|
||||||
)
|
)
|
||||||
install_data(
|
install_data(
|
||||||
'hexchat.svg',
|
'hexchat.svg',
|
||||||
|
rename: 'io.github.Hexchat.svg',
|
||||||
install_dir: join_paths(icondir, 'scalable/apps')
|
install_dir: join_paths(icondir, 'scalable/apps')
|
||||||
)
|
)
|
||||||
|
@ -4,7 +4,7 @@ GenericName=IRC Client
|
|||||||
Comment=Chat with other people online
|
Comment=Chat with other people online
|
||||||
Keywords=IM;Chat;
|
Keywords=IM;Chat;
|
||||||
Exec=@exec_command@
|
Exec=@exec_command@
|
||||||
Icon=hexchat
|
Icon=io.github.Hexchat
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=GTK;Network;IRCClient;
|
Categories=GTK;Network;IRCClient;
|
||||||
|
Loading…
Reference in New Issue
Block a user