Skip to content

Commit

Permalink
kramo.hu → kramo.page
Browse files Browse the repository at this point in the history
  • Loading branch information
kra-mo committed Jan 28, 2024
1 parent f7d2dac commit ba710ff
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

6 changes: 3 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
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).
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="data/icons/hicolor/scalable/apps/hu.kramo.Hyperplane.svg" width="128" height="128">
<img src="data/icons/hicolor/scalable/apps/page.kramo.Hyperplane.svg" width="128" height="128">

# Hyperplane

Expand Down Expand Up @@ -44,9 +44,9 @@ It is subject to change.

The project is currently in beta. Most features work, but user experience still needs refinement.

If you want to test without risking data loss, please set the `$HYPHOME` environment variable to point to somewhere inside `~/.var/app/hu.kramo.Hyperplane.Devel/` and remove the app's `--filesystem=host` access.
If you want to test without risking data loss, please set the `$HYPHOME` environment variable to point to somewhere inside `~/.var/app/page.kramo.Hyperplane.Devel/` and remove the app's `--filesystem=host` access.

You can download the latest beta from the [Releases page](https://github.com/kra-mo/hyperplane/releases) or the latest in-development version from [here](https://nightly.link/kra-mo/hyperplane/workflows/ci/main/hu.kramo.Hyperplane.Devel-x86_64.zip).
You can download the latest beta from the [Releases page](https://github.com/kra-mo/hyperplane/releases) or the latest in-development version from [here](https://nightly.link/kra-mo/hyperplane/workflows/ci/main/page.kramo.Hyperplane.Devel-x86_64.zip).

You will need the [GNOME Nightly](https://nightly.gnome.org/) runtime installed to be able to test the app.

Expand Down
6 changes: 3 additions & 3 deletions data/meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
desktop_file = i18n.merge_file(
input: configure_file(
input: 'hu.kramo.Hyperplane.desktop.in',
input: 'page.kramo.Hyperplane.desktop.in',
output: app_id + '.desktop.in',
configuration: conf
),
Expand Down Expand Up @@ -29,7 +29,7 @@ configure_file(

appstream_file = i18n.merge_file(
input: configure_file(
input: 'hu.kramo.Hyperplane.metainfo.xml.in',
input: 'page.kramo.Hyperplane.metainfo.xml.in',
output: app_id + '.metainfo.xml.in',
configuration: conf
),
Expand All @@ -48,7 +48,7 @@ test('Validate appstream file',

install_data(
configure_file(
input: 'hu.kramo.Hyperplane.gschema.xml.in',
input: 'page.kramo.Hyperplane.gschema.xml.in',
output: app_id + '.gschema.xml',
configuration: conf
),
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions hyperplane.doap
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Hyperplane is a non-hierarchical file manager. It allows you to organize your fi
<maintainer>
<foaf:Person>
<foaf:name>kramo</foaf:name>
<foaf:mbox rdf:resource="mailto:contact@kramo.hu" />
<foaf:mbox rdf:resource="mailto:contact@kramo.page" />
<foaf:account>
<foaf:OnlineAccount>
<foaf:accountServiceHomepage rdf:resource="https://github.com"/>
Expand All @@ -38,4 +38,4 @@ Hyperplane is a non-hierarchical file manager. It allows you to organize your fi
</foaf:Person>
</maintainer>

</Project>
</Project>
4 changes: 2 additions & 2 deletions hyperplane/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,11 @@ def __about(self, *_args: Any) -> None:
)
about.set_developers(
(
"kramo https://kramo.hu",
"kramo https://kramo.page",
"Benedek Dévényi https://github.com/rdbende",
)
)
about.set_designers(("kramo https://kramo.hu",))
about.set_designers(("kramo https://kramo.page",))
about.set_copyright("© 2023-2024 kramo")
# Translators: Replace this with your name for it to show up in the about window
about.set_translator_credits = (_("translator_credits"),)
Expand Down
8 changes: 4 additions & 4 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ pkgdatadir = get_option('prefix') / get_option('datadir') / meson.project_name()

profile = get_option('profile')
if profile == 'development'
app_id = 'hu.kramo.Hyperplane.Devel'
prefix = '/hu/kramo/Hyperplane/Devel'
app_id = 'page.kramo.Hyperplane.Devel'
prefix = '/page/kramo/Hyperplane/Devel'
elif profile == 'release'
app_id = 'hu.kramo.Hyperplane'
prefix = '/hu/kramo/Hyperplane'
app_id = 'page.kramo.Hyperplane'
prefix = '/page/kramo/Hyperplane'
endif

conf = configuration_data()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id" : "hu.kramo.Hyperplane.Devel",
"id" : "page.kramo.Hyperplane.Devel",
"runtime" : "org.gnome.Platform",
"runtime-version" : "master",
"sdk" : "org.gnome.Sdk",
Expand Down
6 changes: 3 additions & 3 deletions po/POTFILES
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

0 comments on commit ba710ff

Please sign in to comment.