Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkdeveloper authored Mar 7, 2023
1 parent 36bb059 commit 7a2615f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@
<translation type="gettext">com.github.alexkdeveloper.desktop-files-creator</translation>

<releases>
<release version="1.2.1" date="2023-03-07">
<description>
<ul>
<li>Fixed UI</li>
</ul>
</description>
</release>
<release version="1.2.0" date="2022-11-10">
<description>
<ul>
Expand Down
11 changes: 0 additions & 11 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,4 @@ if appstream_util.found()
)
endif

install_data('com.github.alexkdeveloper.desktop-files-creator.gschema.xml',
install_dir: join_paths(get_option('datadir'), 'glib-2.0/schemas')
)

compile_schemas = find_program('glib-compile-schemas', required: false)
if compile_schemas.found()
test('Validate schema file', compile_schemas,
args: ['--strict', '--dry-run', meson.current_source_dir()]
)
endif

subdir('icons')
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ subdir('src')
subdir('po')

gnome.post_install(
glib_compile_schemas: true,
glib_compile_schemas: false,
gtk_update_icon_cache: true,
update_desktop_database: true
)
1 change: 1 addition & 0 deletions src/window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
</child>
<child>
<object class="AdwToastOverlay" id="overlay">
<property name="vexpand">True</property>
<property name="child">
<object class="GtkScrolledWindow">
<property name="propagate_natural_height">True</property>
Expand Down

0 comments on commit 7a2615f

Please sign in to comment.