Skip to content

Commit

Permalink
slightly smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Feb 17, 2024
1 parent d718ae4 commit 479ff7d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 15 deletions.
6 changes: 0 additions & 6 deletions data/io.elementary.appcenter.gresource.xml

This file was deleted.

6 changes: 0 additions & 6 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@ install_data(
install_dir: join_paths(get_option('datadir'), 'glib-2.0', 'schemas')
)

# Use GResource
css_gresource = gnome.compile_resources(
'gresource_css',
meson.project_name() + '.gresource.xml'
)

icons_gresource = gnome.compile_resources(
'gresource_icons',
'icons/categories.gresource.xml',
Expand Down
4 changes: 2 additions & 2 deletions data/styles/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ stylesheet_deps = custom_target(
]
)

stylesheet_resource = gnome.compile_resources(
'styles-resource',
css_gresource = gnome.compile_resources(
'css-gresource',
'styles.gresource.xml',
source_dir: [
meson.current_build_dir(),
Expand Down
1 change: 1 addition & 0 deletions data/styles/styles.gresource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
<gresources>
<gresource prefix="/io/elementary/appcenter">
<file compressed="true">Application.css</file>
<file compressed="true">categories.css</file>
</gresource>
</gresources>
1 change: 0 additions & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ executable(
appcenter_files,
config_file,
css_gresource,
stylesheet_resource,
icons_gresource,
dependencies: dependencies,
vala_args: args,
Expand Down

0 comments on commit 479ff7d

Please sign in to comment.