diff --git a/com.gitlab.matrique.json b/com.gitlab.matrique.json new file mode 100644 index 0000000..20749ca --- /dev/null +++ b/com.gitlab.matrique.json @@ -0,0 +1,38 @@ + +{ + "id": "com.gitlab.matrique", + "rename-icon": "matrique", + "rename-desktop-file": "matrique.desktop", + "runtime": "org.kde.Platform", + "runtime-version": "5.11", + "sdk": "org.kde.Sdk", + "command": "matrique", + "finish-args": [ + "--share=ipc", + "--share=network", + "--socket=x11", + "--socket=wayland", + "--device=dri" + ], + "modules": [ + { + "name": "matrique", + "buildsystem": "simple", + "build-commands": [ + "qmake .", + "make -j4", + "ls -l", + "install -D matrique /app/bin/matrique", + "install -D matrique.desktop /app/share/applications/matrique.desktop", + "for i in 16x16 32x32 128x128 256x256 512x512; do install -Dm644 icons/${i}.png /app/share/icons/hicolor/${i}/apps/matrique.png; done" + ], + "sources": [ + { + "type": "dir", + "path": "./" + } + ] + } + ] +} + diff --git a/icons/128x128.png b/icons/128x128.png new file mode 100644 index 0000000..10b18c6 Binary files /dev/null and b/icons/128x128.png differ diff --git a/icons/16x16.png b/icons/16x16.png new file mode 100644 index 0000000..8d8d9df Binary files /dev/null and b/icons/16x16.png differ diff --git a/icons/256x256.png b/icons/256x256.png new file mode 100644 index 0000000..1883372 Binary files /dev/null and b/icons/256x256.png differ diff --git a/icons/32x32.png b/icons/32x32.png new file mode 100644 index 0000000..7223917 Binary files /dev/null and b/icons/32x32.png differ diff --git a/icons/512x512.png b/icons/512x512.png new file mode 100644 index 0000000..3be39b2 Binary files /dev/null and b/icons/512x512.png differ diff --git a/matrique.desktop b/matrique.desktop new file mode 100644 index 0000000..281a0ae --- /dev/null +++ b/matrique.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=Matrique +GenericName=Matrix Client +Comment=IM client for the Matrix protocol +Exec=matrique +Terminal=false +Icon=matrique +Type=Application +Categories=Network;InstantMessaging; +Name[en_US]=Matrique