Compare commits

...
8 Commits
5 changed files with 18 additions and 5 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">#a1bedd</color>
<color type="primary" scheme_preference="dark">#363e4f</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"]
}
+4 -2
View File
@@ -16,8 +16,10 @@
"buildsystem": "meson", "buildsystem": "meson",
"sources": [ "sources": [
{ {
"type": "dir", "type": "git",
"path": "." "url": "https://gitea.angeltech.jp/Angel-Technologies/MoeMoji",
"tag": "v0.1.0",
"commit": "17678d789a3d1fd3f22449a1a06927ebee5d982e"
} }
] ]
} }
+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,