Compare commits

...
4 Commits
4 changed files with 14 additions and 3 deletions
+8 -3
View File
@@ -3,14 +3,14 @@
<id>jp.angeltech.MoeMoji</id> <id>jp.angeltech.MoeMoji</id>
<name>MoeMoji</name> <name>MoeMoji</name>
<summary>Moe picker!</summary> <summary>Kaomoji picker! Japanese emoticons library</summary>
<developer id="jp.angeltech"> <developer id="jp.angeltech">
<name>angeltech.jp</name> <name>angeltech.jp</name>
</developer> </developer>
<description> <description>
<p>Kaomoji picker. Browse a library of Japanese emoticons, click to copy, add your own!</p> <p>Kaomoji picker! Browse a library of Japanese emoticons, click to copy, add your own!</p>
</description> </description>
<metadata_license>CC0-1.0</metadata_license> <metadata_license>CC0-1.0</metadata_license>
@@ -22,9 +22,14 @@
<project_license>WTFPL</project_license> <project_license>WTFPL</project_license>
<content_rating type="oars-1.1" /> <content_rating type="oars-1.1" />
<branding>
<color type="primary" scheme_preference="light">#64819c</color>
<color type="primary" scheme_preference="dark">#34526e</color>
</branding>
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">
<image>https://gitea.angeltech.jp/Angel-Technologies/MoeMoji/media/branch/main/preview.png</image> <image>https://gitea.angeltech.jp/Angel-Technologies/MoeMoji/raw/commit/62eacf7e0446c95c9e075145f3a6ce42ca39d55f/flathub-preview.png</image>
<caption>Kaomoji picker</caption> <caption>Kaomoji picker</caption>
</screenshot> </screenshot>
</screenshots> </screenshots>
Binary file not shown.

After

Width:  |  Height:  |  Size: 321 KiB

+3
View File
@@ -0,0 +1,3 @@
{
"only-arches": ["x86_64"]
}
+3
View File
@@ -29,6 +29,9 @@ subdir('data')
subdir('src') subdir('src')
subdir('tests') subdir('tests')
install_data('LICENSE',
install_dir: join_paths(get_option('datadir'), 'licenses', 'jp.angeltech.MoeMoji')
)
gnome.post_install( gnome.post_install(
glib_compile_schemas: true, glib_compile_schemas: true,