Skip to content

Commit

Permalink
Merge pull request #267 from torikulhabib/master
Browse files Browse the repository at this point in the history
R
  • Loading branch information
torikulhabib authored Jun 19, 2024
2 parents ddc44bf + 17516cb commit d3c9db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion data/com.github.gabutakut.gabutdm.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<binary>com.github.gabutakut.gabutdm</binary>
</provides>
​ <releases>
<release version="2.2.6" date="2024-6-19">
<release version="2.2.7" date="2024-6-20">
<description>
<p>Replace Treeview to Listbox</p>
<p>Remove and replace Deprecated library</p>
Expand Down
15 changes: 1 addition & 14 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,8 @@ actions = [
foreach m : actions
install_data(
join_paths('icons', 'actions', meson.project_name() + m),
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '16x16' , 'apps')
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', 'scalable' , 'apps')
)
install_data(
join_paths('icons', 'actions', meson.project_name() + m),
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '24x24' , 'apps')
)
install_data(
join_paths('icons', 'actions', meson.project_name() + m),
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '32x32' , 'apps')
)
install_data(
join_paths('icons', 'actions', meson.project_name() + m),
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '48x48' , 'apps')
)

endforeach

# Translate and install our .desktop file so the Applications Menu will see it
Expand Down

0 comments on commit d3c9db8

Please sign in to comment.