Skip to content

Commit

Permalink
added appdata installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mandarancio committed Jan 23, 2018
1 parent ba187e2 commit 9a1c7ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ STYLES_DIR = join_paths(APP_DIR, 'styles')
SCRIPTS_DIR = join_paths(APP_DIR, 'scripts')
HIGHLIGHT_STYLES_DIR = join_paths(join_paths(SCRIPTS_DIR, 'highlight'),'styles')
WEB_EXTENSIONS_DIRECTORY = join_paths(APP_DIR, 'extensions')
FLAT_DIR = '/usr/share/metainfo/'

EXECUTABLE_NAME = 'com.github.fabiocolacio.marker'

Expand Down Expand Up @@ -129,6 +130,11 @@ install_data(
install_dir : join_paths(DATA_DIR, 'glib-2.0/schemas')
)

install_data(
'data/com.github.fabiocolaccio.marker.appdata.xml',
install_dir : FLAT_DIR
)

install_subdir(
'data/styles',
install_dir : APP_DIR
Expand Down

0 comments on commit 9a1c7ff

Please sign in to comment.