mirror of
https://gitlab.cvh-server.de/skrause/flashcards.git
synced 2025-12-12 07:51:38 +01:00
push local changes
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="16px" viewBox="0 0 16 16" width="16px"><path d="m 7 3 v 4 h -4 v 2 h 4 v 4 h 2 v -4 h 4 v -2 h -4 v -4 z m 0 0" fill="#222222"/></svg>
|
||||
|
After Width: | Height: | Size: 222 B |
@@ -3,11 +3,20 @@ application_id = 'li.sopht.Flashcards'
|
||||
scalable_dir = 'hicolor' / 'scalable' / 'apps'
|
||||
install_data(
|
||||
scalable_dir / ('@0@.svg').format(application_id),
|
||||
install_dir: get_option('datadir') / 'icons' / scalable_dir
|
||||
install_dir : get_option('datadir') / 'icons' / scalable_dir
|
||||
)
|
||||
|
||||
symbolic_dir = 'hicolor' / 'symbolic' / 'apps'
|
||||
install_data(
|
||||
symbolic_dir / ('@0@-symbolic.svg').format(application_id),
|
||||
install_dir: get_option('datadir') / 'icons' / symbolic_dir
|
||||
install_dir : get_option('datadir') / 'icons' / symbolic_dir
|
||||
)
|
||||
|
||||
action_dir = 'hicolor' / 'scalable' / 'actions'
|
||||
action_icons = [
|
||||
action_dir / 'add-card-symbolic.svg',
|
||||
]
|
||||
install_data(
|
||||
action_icons,
|
||||
install_dir : get_option('datadir') / 'icons' / action_dir
|
||||
)
|
||||
Reference in New Issue
Block a user