From ab548008ed30175edfe4ad37505d776990df24ab Mon Sep 17 00:00:00 2001
From: Black Hat
Date: Thu, 9 Jan 2020 04:36:52 +0000
Subject: [PATCH 1/4] Change website URL.
---
README.md | 12 ++++++------
linux/org.eu.encom.spectral.appdata.xml | 14 +++++++-------
2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/README.md b/README.md
index fcac500c9..a68ea9a3c 100644
--- a/README.md
+++ b/README.md
@@ -6,18 +6,18 @@
Spectral is a glossy cross-platform client for Matrix, the decentralized communication protocol for instant messaging.
-
-
-
-
+
+
+
+
## 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
diff --git a/linux/org.eu.encom.spectral.appdata.xml b/linux/org.eu.encom.spectral.appdata.xml
index e39470a1c..5ffbf0710 100644
--- a/linux/org.eu.encom.spectral.appdata.xml
+++ b/linux/org.eu.encom.spectral.appdata.xml
@@ -14,9 +14,9 @@
- https://gitlab.com/b0/spectral/
- https://gitlab.com/b0/spectral/issues/
- https://spectral.encom.eu.org/docs/
+ https://gitlab.com/spectral-im/spectral/
+ https://gitlab.com/spectral-im/spectral/issues/
+ https://spectral.im/docs/
Matrix
@@ -30,19 +30,19 @@
Overview
- https://gitlab.com/b0/spectral/raw/master/screenshots/1.png
+ https://gitlab.com/spectral-im/spectral/raw/master/screenshots/1.png
Room Timeline
- https://gitlab.com/b0/spectral/raw/master/screenshots/2.png
+ https://gitlab.com/spectral-im/spectral/raw/master/screenshots/2.png
Room Config
- https://gitlab.com/b0/spectral/raw/master/screenshots/3.png
+ https://gitlab.com/spectral-im/spectral/raw/master/screenshots/3.png
Settings
- https://gitlab.com/b0/spectral/raw/master/screenshots/4.png
+ https://gitlab.com/spectral-im/spectral/raw/master/screenshots/4.png
From 131f87ac1dc5aca8deca71cd01f62421818f2f7b Mon Sep 17 00:00:00 2001
From: Black Hat
Date: Sat, 11 Jan 2020 09:22:07 -0800
Subject: [PATCH 2/4] Fix cmake icon.
---
CMakeLists.txt | 6 +++---
...ctral.png => 128-apps-org.eu.encom.spectral.png} | Bin
...ctral.png => 256-apps-org.eu.encom.spectral.png} | Bin
...ectral.png => 32-apps-org.eu.encom.spectral.png} | Bin
...ctral.png => 512-apps-org.eu.encom.spectral.png} | Bin
5 files changed, 3 insertions(+), 3 deletions(-)
rename icons/hicolor/{128-apps-spectral.png => 128-apps-org.eu.encom.spectral.png} (100%)
rename icons/hicolor/{256-apps-spectral.png => 256-apps-org.eu.encom.spectral.png} (100%)
rename icons/hicolor/{32-apps-spectral.png => 32-apps-org.eu.encom.spectral.png} (100%)
rename icons/hicolor/{512-apps-spectral.png => 512-apps-org.eu.encom.spectral.png} (100%)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index df4dc0e84..06bf3a90c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)
diff --git a/icons/hicolor/128-apps-spectral.png b/icons/hicolor/128-apps-org.eu.encom.spectral.png
similarity index 100%
rename from icons/hicolor/128-apps-spectral.png
rename to icons/hicolor/128-apps-org.eu.encom.spectral.png
diff --git a/icons/hicolor/256-apps-spectral.png b/icons/hicolor/256-apps-org.eu.encom.spectral.png
similarity index 100%
rename from icons/hicolor/256-apps-spectral.png
rename to icons/hicolor/256-apps-org.eu.encom.spectral.png
diff --git a/icons/hicolor/32-apps-spectral.png b/icons/hicolor/32-apps-org.eu.encom.spectral.png
similarity index 100%
rename from icons/hicolor/32-apps-spectral.png
rename to icons/hicolor/32-apps-org.eu.encom.spectral.png
diff --git a/icons/hicolor/512-apps-spectral.png b/icons/hicolor/512-apps-org.eu.encom.spectral.png
similarity index 100%
rename from icons/hicolor/512-apps-spectral.png
rename to icons/hicolor/512-apps-org.eu.encom.spectral.png
From 27a607d3bbad33397647e6174816c085b9a636d2 Mon Sep 17 00:00:00 2001
From: Black Hat
Date: Sat, 11 Jan 2020 17:52:51 +0000
Subject: [PATCH 3/4] Fix AppImage build.
---
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 22f4dc2e9..e5cb60609 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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:
From 5c19179350aea42ed94688341453e141196468ec Mon Sep 17 00:00:00 2001
From: Black Hat
Date: Sat, 11 Jan 2020 18:11:21 +0000
Subject: [PATCH 4/4] Fix flatpak build.
---
flatpak/org.eu.encom.spectral.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/flatpak/org.eu.encom.spectral.yaml b/flatpak/org.eu.encom.spectral.yaml
index 781ce4e8e..84e1db772 100644
--- a/flatpak/org.eu.encom.spectral.yaml
+++ b/flatpak/org.eu.encom.spectral.yaml
@@ -1,5 +1,4 @@
id: org.eu.encom.spectral
-rename-icon: spectral
runtime: org.kde.Platform
runtime-version: "5.12"
sdk: org.kde.Sdk