diff --git a/.ci/bintray-release.json b/.ci/bintray-release.json index 1882d3c..2d773bf 100644 --- a/.ci/bintray-release.json +++ b/.ci/bintray-release.json @@ -1,23 +1,23 @@ { "files": [ { - "includePattern": "matrique.dmg", - "uploadPattern": "matrique-TRAVIS_BUILD_NUMBER.dmg" + "includePattern": "spectral.dmg", + "uploadPattern": "spectral-TRAVIS_BUILD_NUMBER.dmg" } ], "package": { "desc": "A client for Matrix protocol.", - "issue_tracker_url": "https://gitlab.com/b0/matrique/issues", + "issue_tracker_url": "https://gitlab.com/b0/spectral/issues", "licenses": [ "GPL-3.0" ], - "name": "Matrique", + "name": "Spectral", "subject": "encombhat", - "repo": "Matrique", + "repo": "Spectral", "public_download_numbers": true, "public_stats": true, - "vcs_url": "https://gitlab.com/b0/matrique", - "website_url": "https://doc.matrique.encom.eu.org" + "vcs_url": "https://gitlab.com/b0/spectral", + "website_url": "https://doc.spectral.encom.eu.org" }, "version": { "name": "TRAVIS_BUILD_NUMBER" diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 47871b7..1026186 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,15 +3,15 @@ stages: - deploy build-flatpak: - image: registry.gitlab.com/b0/matrique/flatpak + image: registry.gitlab.com/b0/spectral/flatpak stage: build before_script: - git submodule update --init --recursive script: - cd flatpak - - flatpak-builder --force-clean --repo=repo build-dir org.eu.encom.matrique.yaml - - flatpak build-bundle repo matrique.flatpak org.eu.encom.matrique + - flatpak-builder --force-clean --repo=repo build-dir org.eu.encom.spectral.yaml + - flatpak build-bundle repo spectral.flatpak org.eu.encom.spectral - cd ../ artifacts: paths: - - flatpak/matrique.flatpak + - flatpak/spectral.flatpak diff --git a/.travis.yml b/.travis.yml index c0c0244..9f8d3c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,13 +10,13 @@ install: - git submodule update --init --recursive script: -- qmake matrique.pro PREFIX="${DEPLOY_DIR}" +- qmake spectral.pro PREFIX="${DEPLOY_DIR}" - make - make install -- macdeployqt ${DEPLOY_DIR}/bin/matrique.app -dmg -qmldir=qml +- macdeployqt ${DEPLOY_DIR}/bin/spectral.app -dmg -qmldir=qml before_deploy: -- mv ${DEPLOY_DIR}/bin/matrique.dmg ./ +- mv ${DEPLOY_DIR}/bin/spectral.dmg ./ - sed -i -e "s/TRAVIS_BUILD_NUMBER/${TRAVIS_BUILD_NUMBER}/g" .ci/bintray-release.json deploy: diff --git a/flatpak/org.eu.encom.matrique.yaml b/flatpak/org.eu.encom.matrique.yaml deleted file mode 100644 index 7ef083f..0000000 --- a/flatpak/org.eu.encom.matrique.yaml +++ /dev/null @@ -1,20 +0,0 @@ -id: org.eu.encom.matrique -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 -- --filesystem=home -- --talk-name=org.freedesktop.Notifications -- --talk-name=org.kde.StatusNotifierWatcher -modules: -- name: matrique - buildsystem: qmake - sources: - - type: dir - path: ../ diff --git a/flatpak/org.eu.encom.spectral.yaml b/flatpak/org.eu.encom.spectral.yaml new file mode 100644 index 0000000..e69de29