Skip to content

Commit d3c9db8

Browse files
authored
Merge pull request #267 from torikulhabib/master
R
2 parents ddc44bf + 17516cb commit d3c9db8

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

data/com.github.gabutakut.gabutdm.appdata.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<binary>com.github.gabutakut.gabutdm</binary>
3232
</provides>
3333
​ <releases>
34-
<release version="2.2.6" date="2024-6-19">
34+
<release version="2.2.7" date="2024-6-20">
3535
<description>
3636
<p>Replace Treeview to Listbox</p>
3737
<p>Remove and replace Deprecated library</p>

data/meson.build

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,8 @@ actions = [
4848
foreach m : actions
4949
install_data(
5050
join_paths('icons', 'actions', meson.project_name() + m),
51-
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '16x16' , 'apps')
51+
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', 'scalable' , 'apps')
5252
)
53-
install_data(
54-
join_paths('icons', 'actions', meson.project_name() + m),
55-
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '24x24' , 'apps')
56-
)
57-
install_data(
58-
join_paths('icons', 'actions', meson.project_name() + m),
59-
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '32x32' , 'apps')
60-
)
61-
install_data(
62-
join_paths('icons', 'actions', meson.project_name() + m),
63-
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '48x48' , 'apps')
64-
)
65-
6653
endforeach
6754

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

0 commit comments

Comments
 (0)