mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-09-13 11:29:57 +00:00
Unified emoji support across builds, fixed picker bugs, and added CI checks.
This commit is contained in:
@@ -52,6 +52,11 @@
|
||||
{
|
||||
"name": "zoitechat",
|
||||
"buildsystem": "meson",
|
||||
"run-tests": true,
|
||||
"test-rule": "",
|
||||
"test-commands": [
|
||||
"meson test --print-errorlogs 'Emoji Data Tests' 'Emoji Font Tests'"
|
||||
],
|
||||
"config-opts": [
|
||||
"-Ddbus-service-use-appid=true",
|
||||
"-Dwith-perl=perl",
|
||||
@@ -65,7 +70,8 @@
|
||||
"/share/man"
|
||||
],
|
||||
"post-install": [
|
||||
"install -d /app/extensions"
|
||||
"install -d /app/extensions",
|
||||
"cmp ../data/fonts/NotoColorEmoji.ttf /app/share/fonts/zoitechat/NotoColorEmoji.ttf"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user