Skip to content

Commit

Permalink
Add a set of simple, neutral icons. Better than no icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils committed Jul 12, 2020
1 parent 7b64274 commit de77658
Show file tree
Hide file tree
Showing 6 changed files with 831 additions and 0 deletions.
247 changes: 247 additions & 0 deletions docs/src/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ if get_option('jackpatch')
install: true,
)

install_data('src/jackpatch.svg', install_dir : get_option('datadir') / 'icons/hicolor/scalable/apps')
install_man(['docs/src/jackpatch.1', ])
endif

Expand Down Expand Up @@ -102,6 +103,7 @@ if get_option('nsm-proxy')
install: true,
)

install_data('src/nsm-proxy.svg', install_dir : get_option('datadir') / 'icons/hicolor/scalable/apps')
install_man(['docs/src/nsm-proxy.1', 'docs/src/nsm-proxy-gui.1'])

endif
Expand All @@ -115,6 +117,7 @@ if get_option('nsm-legacy-gui')
)

install_data('src/org.linuxaudio.nsm-legacy-gui.desktop', install_dir : get_option('datadir') / 'applications')
install_data('src/nsm-legacy-gui.svg', install_dir : get_option('datadir') / 'icons/hicolor/scalable/apps')
install_man(['docs/src/nsm-legacy-gui.1', 'docs/src/non-session-manager.1'])

#Symlinking is a one-way operation and can't be uninstalled, we rely on distribution packages for that
Expand Down
Loading

0 comments on commit de77658

Please sign in to comment.