Skip to content

Commit 5ed653b

Browse files
committed
Minor tweaks
1 parent a0f13b6 commit 5ed653b

File tree

5 files changed

+26
-3
lines changed

5 files changed

+26
-3
lines changed

data/io.github.ellie_commons.jorts.metainfo.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<project_license>GPL-3.0+</project_license>
66

77
<name translate="no">Jorts</name>
8-
<summary>Colourful little sticky notes! :)</summary>
8+
<summary>Write on colourful little squares</summary>
99
<description>
1010
<p>Neither jeans nor shorts, just like jorts!</p>
1111
<p>Features include:</p>

data/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ i18n.merge_file(
1717
install_dir: get_option('datadir') / 'applications'
1818
)
1919

20-
#Translate and install our .appdata file
20+
#Translate and install our .metainfo file
2121
i18n.merge_file(
2222
input: 'io.github.ellie_commons.jorts.metainfo.xml.in',
2323
output: meson.project_name() + '.metainfo.xml',

io.github.ellie_commons.jorts.flathub.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ finish-args:
1111
- '--device=dri'
1212
- '--socket=fallback-x11'
1313
- '--socket=wayland'
14+
cleanup:
15+
- '/include'
16+
- '/lib/pkgconfig'
17+
- '/man'
18+
- '/share/doc'
19+
- '/share/gtk-doc'
20+
- '/share/man'
21+
- '/share/pkgconfig'
22+
- '/share/installed-tests'
23+
- '*.la'
24+
- '*.a'
1425
modules:
1526
- name: RedactedScript
1627
buildsystem: simple

io.github.ellie_commons.jorts.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ finish-args:
88
- '--device=dri'
99
- '--socket=fallback-x11'
1010
- '--socket=wayland'
11+
cleanup:
12+
- '/include'
13+
- '/lib/pkgconfig'
14+
- '/man'
15+
- '/share/doc'
16+
- '/share/gtk-doc'
17+
- '/share/man'
18+
- '/share/pkgconfig'
19+
- '/share/installed-tests'
20+
- '*.la'
21+
- '*.a'
1122
modules:
1223
- name: jorts
1324
buildsystem: meson

meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,6 @@ subdir('po')
7474

7575
gnome.post_install(
7676
glib_compile_schemas: true,
77-
gtk_update_icon_cache: true
77+
gtk_update_icon_cache: true,
78+
update_desktop_database: true,
7879
)

0 commit comments

Comments
 (0)