-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,8 @@ jobs: | |
- name: Flatpak Builder | ||
uses: flatpak/flatpak-github-actions/[email protected] | ||
with: | ||
bundle: hu.kramo.Hyperplane.Devel.flatpak | ||
manifest-path: hu.kramo.Hyperplane.Devel.json | ||
bundle: page.kramo.Hyperplane.Devel.flatpak | ||
manifest-path: page.kramo.Hyperplane.Devel.json | ||
repository-url: https://nightly.gnome.org/gnome-nightly.flatpakrepo | ||
repository-name: gnome-nightly | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
shell: python | ||
run: | | ||
import re, textwrap | ||
open_file = open("./data/hu.kramo.Hyperplane.metainfo.xml.in", "r", encoding="utf-8") | ||
open_file = open("./data/page.kramo.Hyperplane.metainfo.xml.in", "r", encoding="utf-8") | ||
string = open_file.read() | ||
open_file.close() | ||
string = re.findall("<release.*>\s*<description.*>\n([\s\S]*?)\s*</description>\s*<\/release>", string)[0] | ||
|
@@ -39,7 +39,7 @@ jobs: | |
- name: Publish release | ||
uses: softprops/[email protected] | ||
with: | ||
files: hu.kramo.Hyperplane.Devel-x86_64/hu.kramo.Hyperplane.Devel.flatpak | ||
files: page.kramo.Hyperplane.Devel-x86_64/page.kramo.Hyperplane.Devel.flatpak | ||
fail_on_unmatched_files: true | ||
tag_name: ${{ steps.get_tag_name.outputs.tag_name }} | ||
body_path: release_notes | ||
body_path: release_notes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
The project follows the [GNOME Code of Conduct](https://wiki.gnome.org/Foundation/CodeOfConduct). | ||
|
||
If you believe that someone is violating the Code of Conduct, or have any other concerns, please contact us via [hyperplane-community@kramo.hu](mailto:hyperplane-community@kramo.hu). | ||
If you believe that someone is violating the Code of Conduct, or have any other concerns, please contact us via [hyperplane-community@kramo.page](mailto:hyperplane-community@kramo.page). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,11 +10,11 @@ | |
</description> | ||
<url type="homepage">https://github.com/kra-mo/hyperplane</url> | ||
<url type="bugtracker">https://github.com/kra-mo/hyperplane/issues</url> | ||
<url type="contact">https://www.kramo.hu/about/</url> | ||
<url type="contact">https://www.kramo.page/about/</url> | ||
<url type="vcs-browser">https://github.com/kra-mo/hyperplane</url> | ||
<!-- developer_name tag deprecated with Appstream 1.0 --> | ||
<developer_name translatable="no">kramo</developer_name> | ||
<developer id="kramo.hu"> | ||
<developer id="kramo.page"> | ||
<name translatable="no">kramo</name> | ||
</developer> | ||
<launchable type="desktop-id">@[email protected]</launchable> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
hu.kramo.Hyperplane.Devel.json → page.kramo.Hyperplane.Devel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
data/hu.kramo.Hyperplane.desktop.in | ||
data/hu.kramo.Hyperplane.metainfo.xml.in | ||
data/hu.kramo.Hyperplane.gschema.xml.in | ||
data/page.kramo.Hyperplane.desktop.in | ||
data/page.kramo.Hyperplane.metainfo.xml.in | ||
data/page.kramo.Hyperplane.gschema.xml.in | ||
hyperplane/main.py | ||
hyperplane/window.py | ||
hyperplane/gtk/window.ui |