Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f921042824 | ||
|
|
2a0d0c75bf | ||
|
|
60fc6ca5fc | ||
|
|
2915d7d5b4 | ||
|
|
4531d7bf43 | ||
|
|
f3467a3053 | ||
|
|
f3386947fa | ||
|
|
8b81d50c96 | ||
|
|
5032527966 | ||
|
|
95608a3fd6 | ||
|
|
b977901bc4 | ||
|
|
c00b561d03 | ||
|
|
4f95b6b274 | ||
|
|
44ef968105 |
@@ -60,3 +60,7 @@ Run dev build: `GSETTINGS_SCHEMA_DIR=./builddir/data ./builddir/src/moemoji`
|
||||
`flatpak build-export export build`
|
||||
`flatpak build-bundle export moemoji.flatpak jp.angeltech.MoeMoji.json`
|
||||
|
||||
## Local manifest
|
||||
|
||||
If you want to test local changes to the source code, you should build with `dev.jp.angeltech.MoeMoji.json` manifest instead, as main manifest pulls a tarball from the remote source.
|
||||
|
||||
|
||||
Binary file not shown.
@@ -1,5 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schemalist gettext-domain="moemoji">
|
||||
<schema id='jp.angeltech.MoeMoji' path='/jp/angeltech/MoeMoji/'>
|
||||
<key name="category-sort" type="s">
|
||||
<default>'alpha-asc'</default>
|
||||
<summary>Category sort order</summary>
|
||||
<description>How categories are sorted: alpha-asc, alpha-desc, modified-asc, modified-desc</description>
|
||||
</key>
|
||||
<key name="category-order" type="as">
|
||||
<default>['happy', 'love', 'greeting', 'hugging', 'friends', 'winking', 'sympathy', 'music', 'magic', 'surprise', 'food', 'games', 'faces', 'running', 'sleeping', 'writing', 'special', 'nosebleeding', 'apologizing', 'hiding', 'embarassment', 'confusion', 'doubt', 'indifference', 'dissatisfaction', 'fear', 'sadness', 'pain', 'anger', 'enemies', 'weapons', 'cat', 'dog', 'bear', 'rabbit', 'bird', 'fish', 'pig', 'spider']</default>
|
||||
<summary>Category order</summary>
|
||||
<description>Ordered list of category directory basenames for custom sidebar/content ordering</description>
|
||||
</key>
|
||||
<key name="pinned-kaomojis" type="as">
|
||||
<default>[]</default>
|
||||
<summary>Pinned kaomojis</summary>
|
||||
<description>List of pinned kaomoji strings shown in the sidebar</description>
|
||||
</key>
|
||||
</schema>
|
||||
</schemalist>
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
˗ˏˋ ★ ˎˊ˗ anger
|
||||
@@ -0,0 +1 @@
|
||||
˗ˏˋ ★ ˎˊ˗ apologizing
|
||||
@@ -0,0 +1 @@
|
||||
˗ˏˋ ★ ˎˊ˗ bear
|
||||
@@ -0,0 +1 @@
|
||||
˗ˏˋ ★ ˎˊ˗ bird
|
||||
@@ -0,0 +1 @@
|
||||
˗ˏˋ ★ ˎˊ˗ cat
|
||||
@@ -0,0 +1 @@
|
||||
˗ˏˋ ★ ˎˊ˗ confusion
|
||||
@@ -0,0 +1 @@
|
||||
˗ˏˋ ★ ˎˊ˗ dissatisfaction
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user