Merge branch 'master' into powerlevel

This commit is contained in:
Black Hat
2020-01-11 10:29:30 -08:00
9 changed files with 17 additions and 18 deletions

View File

@@ -24,7 +24,7 @@ build-appimage:
- cd ..
- cmake . -Bbuild -LA -DUSE_INTREE_LIBQMC=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=install/usr -DOlm_DIR="olm/install/lib/cmake/Olm" -DQt5Keychain_DIR="qtkeychain/install/lib/x86_64-linux-gnu/cmake/Qt5Keychain" -DCMARK_LIBRARY="$PWD/cmark/install/lib/libcmark_static.a" -DCMARK_INCLUDE_DIR="$PWD/cmark/install/include"
- cmake --build build --target install --parallel $(nproc)
- cp install/usr/share/icons/hicolor/256x256/apps/spectral.png install/org.eu.encom.spectral.png
- cp install/usr/share/icons/hicolor/256x256/apps/org.eu.encom.spectral.png install/org.eu.encom.spectral.png
- linuxdeployqt install/usr/share/applications/org.eu.encom.spectral.desktop -appimage -qmldir=qml -qmldir=imports
- mv *.AppImage spectral.AppImage
artifacts:

View File

@@ -242,8 +242,8 @@ if(LINUX)
install(FILES linux/${IDENTIFIER}.appdata.xml
DESTINATION ${CMAKE_INSTALL_DATADIR}/metainfo
)
file(GLOB spectral_icons icons/hicolor/*-apps-spectral.png)
file(GLOB spectral_icons icons/hicolor/*-apps-org.eu.encom.spectral.png)
ecm_install_icons(ICONS ${spectral_icons}
DESTINATION ${CMAKE_INSTALL_DATADIR}/icons
)
DESTINATION ${CMAKE_INSTALL_DATADIR}/icons
)
endif(LINUX)

View File

@@ -6,18 +6,18 @@
Spectral is a glossy cross-platform client for Matrix, the decentralized communication protocol for instant messaging.
![Screenshot](https://gitlab.com/b0/spectral/raw/master/screenshots/1.png)
![Screenshot](https://gitlab.com/b0/spectral/raw/master/screenshots/2.png)
![Screenshot](https://gitlab.com/b0/spectral/raw/master/screenshots/3.png)
![Screenshot](https://gitlab.com/b0/spectral/raw/master/screenshots/4.png)
![Screenshot](https://gitlab.com/spectral-im/spectral/raw/master/screenshots/1.png)
![Screenshot](https://gitlab.com/spectral-im/spectral/raw/master/screenshots/2.png)
![Screenshot](https://gitlab.com/spectral-im/spectral/raw/master/screenshots/3.png)
![Screenshot](https://gitlab.com/spectral-im/spectral/raw/master/screenshots/4.png)
## Documentation
Documentation for Spectral is located
[here](https://spectral.encom.eu.org/docs/).
[here](https://spectral.im/docs/).
Build instructions for Spectral are located on [this
page](https://spectral.encom.eu.org/docs/tutorial/compile.html).
page](https://spectral.im/docs/tutorial/compile.html).
## Contact

View File

@@ -1,5 +1,4 @@
id: org.eu.encom.spectral
rename-icon: spectral
runtime: org.kde.Platform
runtime-version: "5.12"
sdk: org.kde.Sdk

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -14,9 +14,9 @@
</p>
</description>
<url type="homepage">https://gitlab.com/b0/spectral/</url>
<url type="bugtracker">https://gitlab.com/b0/spectral/issues/</url>
<url type="help">https://spectral.encom.eu.org/docs/</url>
<url type="homepage">https://gitlab.com/spectral-im/spectral/</url>
<url type="bugtracker">https://gitlab.com/spectral-im/spectral/issues/</url>
<url type="help">https://spectral.im/docs/</url>
<categories>
<category>Matrix</category>
@@ -30,19 +30,19 @@
<screenshots>
<screenshot type="default">
<caption>Overview</caption>
<image>https://gitlab.com/b0/spectral/raw/master/screenshots/1.png</image>
<image>https://gitlab.com/spectral-im/spectral/raw/master/screenshots/1.png</image>
</screenshot>
<screenshot>
<caption>Room Timeline</caption>
<image>https://gitlab.com/b0/spectral/raw/master/screenshots/2.png</image>
<image>https://gitlab.com/spectral-im/spectral/raw/master/screenshots/2.png</image>
</screenshot>
<screenshot>
<caption>Room Config</caption>
<image>https://gitlab.com/b0/spectral/raw/master/screenshots/3.png</image>
<image>https://gitlab.com/spectral-im/spectral/raw/master/screenshots/3.png</image>
</screenshot>
<screenshot>
<caption>Settings</caption>
<image>https://gitlab.com/b0/spectral/raw/master/screenshots/4.png</image>
<image>https://gitlab.com/spectral-im/spectral/raw/master/screenshots/4.png</image>
</screenshot>
</screenshots>