Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Build
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: atlas.flatpak
manifest-path: com.github.ryonakano.atlas.yml
bundle: maps.flatpak
manifest-path: io.elementary.maps.yml
run-tests: true
repository-name: appcenter
repository-url: https://flatpak.elementary.io/repo.flatpakrepo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flatpak-x-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
EMAIL: builds@elementary.io
GITHUB_TOKEN: ${{ secrets.GIT_USER_TOKEN }}
with:
args: --update --never-fork com.github.ryonakano.atlas.yml
args: --update --never-fork io.elementary.maps.yml
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- name: Build
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.5
with:
bundle: atlas.flatpak
manifest-path: io.elementary.atlas.yml
bundle: maps.flatpak
manifest-path: io.elementary.maps.yml
run-tests: true
repository-name: appcenter
repository-url: https://flatpak.elementary.io/repo.flatpakrepo
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Atlas
# Maps
![Screenshot in the light mode](data/screenshots/screenshot-light.png#gh-light-mode-only)

![Screenshot in the dark mode](data/screenshots/screenshot-dark.png#gh-dark-mode-only)
Expand All @@ -7,13 +7,13 @@
Run `flatpak-builder` to configure the build environment, download dependencies, build, and install

```bash
flatpak-builder build com.github.ryonakano.atlas.yml --user --install --force-clean --install-deps-from=appcenter
flatpak-builder build io.elementary.maps.yml --user --install --force-clean --install-deps-from=appcenter
```

Then execute with

```bash
flatpak run com.github.ryonakano.atlas
flatpak run io.elementary.maps
```

## History
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions data/atlas.desktop.in → data/maps.desktop.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[Desktop Entry]
Name=Atlas
Name=Maps
GenericName=Map
Comment=View where to go
Categories=GTK;Utility;Science;Maps;
Exec=com.github.ryonakano.atlas
Icon=com.github.ryonakano.atlas
Exec=io.elementary.maps
Icon=io.elementary.maps
Type=Application
Terminal=false
Keywords=Trip;Explore;
4 changes: 2 additions & 2 deletions data/atlas.gresource.xml → data/maps.gresource.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/com/github/ryonakano/atlas">
<gresource prefix="/io/elementary/maps">
<file alias="Application.css">Application.css</file>
</gresource>

<gresource prefix="/com/github/ryonakano/atlas/icons">
<gresource prefix="/io/elementary/maps/icons">
<file compressed="true" preprocess="xml-stripblanks" alias="pointer.svg">icons/pointer.svg</file>
</gresource>
</gresources>
2 changes: 1 addition & 1 deletion data/atlas.gschema.xml → data/maps.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<value value="1" nick="transport"/>
</enum>

<schema path="/com/github/ryonakano/atlas/" id="com.github.ryonakano.atlas">
<schema path="/io/elementary/maps/" id="io.elementary.maps">
<key type="d" name="latitude">
<default>51.2840</default>
<summary>Latitude</summary>
Expand Down
29 changes: 14 additions & 15 deletions data/atlas.metainfo.xml.in → data/maps.metainfo.xml.in
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014-2015 Atlas Developers, 2018-2025 Ryo Nakano -->
<component type="desktop-application">
<id>com.github.ryonakano.atlas</id>
<launchable type="desktop-id">com.github.ryonakano.atlas.desktop</launchable>
<translation type="gettext">com.github.ryonakano.atlas</translation>
<id>io.elementary.maps</id>
<launchable type="desktop-id">io.elementary.maps.desktop</launchable>
<translation type="gettext">io.elementary.maps</translation>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>

<name>Atlas</name>
<name>Maps</name>
<summary>View where to go</summary>
<description>
<p>
Expand All @@ -26,11 +26,11 @@
<screenshots>
<screenshot type="default" environment="pantheon">
<caption>See locations on a map</caption>
<image>https://raw.githubusercontent.com/ryonakano/atlas/3.1.1/data/screenshots/screenshot-light.png</image>
<image>https://raw.githubusercontent.com/elementary/maps/3.1.1/data/screenshots/screenshot-light.png</image>
</screenshot>
<screenshot environment="pantheon:dark">
<caption>See locations on a map</caption>
<image>https://raw.githubusercontent.com/ryonakano/atlas/3.1.1/data/screenshots/screenshot-dark.png</image>
<image>https://raw.githubusercontent.com/elementary/maps/3.1.1/data/screenshots/screenshot-dark.png</image>
</screenshot>
</screenshots>

Expand All @@ -46,17 +46,16 @@
<control>keyboard</control>
</supports>

<url type="homepage">https://github.com/ryonakano/atlas</url>
<url type="bugtracker">https://github.com/ryonakano/atlas/issues</url>
<url type="help">https://github.com/ryonakano/atlas/issues</url>
<url type="vcs-browser">https://github.com/ryonakano/atlas</url>
<url type="translate">https://hosted.weblate.org/projects/rosp</url>
<url type="homepage">https://github.com/elementary/maps</url>
<url type="bugtracker">https://github.com/elementary/maps/issues</url>
<url type="help">https://github.com/elementary/maps/issues</url>
<url type="vcs-browser">https://github.com/elementary/maps</url>
<url type="translate">https://l10n.elementary.io/projects/maps</url>

<!-- developer_name has deprecated since AppStream 1.0 -->
<developer_name translate="no">Ryo Nakano</developer_name>
<developer id="com.github.ryonakano">
<name translate="no">Ryo Nakano</name>
<developer id="org.elementaryos">
<name>elementary, Inc.</name>
</developer>
<project_group>elementary</project_group>

<releases>
<release version="3.1.1" date="2025-07-12" urgency="medium">
Expand Down
8 changes: 4 additions & 4 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ foreach i : icon_sizes
endforeach

i18n.merge_file(
input: 'atlas.desktop.in',
input: 'maps.desktop.in',
output: meson.project_name() + '.desktop',
po_dir: meson.project_source_root() / 'po' / 'extra',
type: 'desktop',
Expand All @@ -18,21 +18,21 @@ i18n.merge_file(
)

i18n.merge_file(
input: 'atlas.metainfo.xml.in',
input: 'maps.metainfo.xml.in',
output: meson.project_name() + '.metainfo.xml',
po_dir: meson.project_source_root() / 'po' / 'extra',
install: true,
install_dir: get_option('datadir') / 'metainfo'
)

install_data(
'atlas.gschema.xml',
'maps.gschema.xml',
install_dir: get_option('datadir') / 'glib-2.0' / 'schemas'
)

asresources = gnome.compile_resources(
'as-resources',
'atlas.gresource.xml',
'maps.gresource.xml',
source_dir: 'data',
c_name: 'as'
)
6 changes: 3 additions & 3 deletions com.github.ryonakano.atlas.yml → io.elementary.maps.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
id: com.github.ryonakano.atlas
id: io.elementary.maps
runtime: io.elementary.Platform
runtime-version: '8.2'
sdk: io.elementary.Sdk
command: com.github.ryonakano.atlas
command: io.elementary.maps
finish-args:
- --share=ipc
- --share=network
Expand Down Expand Up @@ -50,7 +50,7 @@ modules:
type: git
tag-pattern: ^v([\d.]+)$

- name: atlas
- name: maps
buildsystem: meson
sources:
- type: dir
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project(
'com.github.ryonakano.atlas',
'io.elementary.maps',
'vala', 'c',
version: '3.1.1',
# Version limitation for gnome.post_install()
Expand Down
6 changes: 3 additions & 3 deletions po/de.po
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# German translations for com.github.ryonakano.atlas package.
# German translations for io.elementary.maps package.
# Copyright (C) 2014-2015 Atlas Developers
# Copyright (C) 2018-2025 Ryo Nakano
# This file is distributed under the same license as the com.github.ryonakano.atlas package.
# This file is distributed under the same license as the io.elementary.maps package.
# J. Lavoie <j.lavoie@net-c.ca>, 2022.
# Fill read-only add-on <noreply-addon-fill@weblate.org>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: com.github.ryonakano.atlas\n"
"Project-Id-Version: io.elementary.maps\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-12 16:41+0900\n"
"PO-Revision-Date: 2024-05-03 10:45+0000\n"
Expand Down
6 changes: 3 additions & 3 deletions po/es.po
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Spanish translations for com.github.ryonakano.atlas package.
# Spanish translations for io.elementary.maps package.
# Copyright (C) 2014-2015 Atlas Developers
# Copyright (C) 2018-2025 Ryo Nakano
# This file is distributed under the same license as the com.github.ryonakano.atlas package.
# This file is distributed under the same license as the io.elementary.maps package.
# gallegonovato <fran-carro@hotmail.es>, 2023, 2024.
# Fill read-only add-on <noreply-addon-fill@weblate.org>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: com.github.ryonakano.atlas\n"
"Project-Id-Version: io.elementary.maps\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-12 16:41+0900\n"
"PO-Revision-Date: 2024-05-20 12:01+0000\n"
Expand Down
6 changes: 3 additions & 3 deletions po/et.po
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Estonian translations for com.github.ryonakano.atlas package.
# Estonian translations for io.elementary.maps package.
# Copyright (C) 2014-2015 Atlas Developers
# Copyright (C) 2018-2025 Ryo Nakano
# This file is distributed under the same license as the com.github.ryonakano.atlas package.
# This file is distributed under the same license as the io.elementary.maps package.
# Priit Jõerüüt <hwlate@joeruut.com>, 2024, 2025.
# Fill read-only add-on <noreply-addon-fill@weblate.org>, 2024.
# Priit Jõerüüt <jrthwlate@users.noreply.hosted.weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: com.github.ryonakano.atlas\n"
"Project-Id-Version: io.elementary.maps\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-12 16:41+0900\n"
"PO-Revision-Date: 2025-07-10 13:01+0000\n"
Expand Down
4 changes: 2 additions & 2 deletions po/extra/POTFILES
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
data/atlas.desktop.in
data/atlas.metainfo.xml.in
data/maps.desktop.in
data/maps.metainfo.xml.in
6 changes: 3 additions & 3 deletions po/fi.po
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Finnish translations for com.github.ryonakano.atlas package.
# Finnish translations for io.elementary.maps package.
# Copyright (C) 2014-2015 Atlas Developers
# Copyright (C) 2018-2025 Ryo Nakano
# This file is distributed under the same license as the com.github.ryonakano.atlas package.
# This file is distributed under the same license as the io.elementary.maps package.
# Jiri Grönroos <jiri.gronroos@iki.fi>, 2023.
# Fill read-only add-on <noreply-addon-fill@weblate.org>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: com.github.ryonakano.atlas\n"
"Project-Id-Version: io.elementary.maps\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-12 16:41+0900\n"
"PO-Revision-Date: 2024-05-03 10:45+0000\n"
Expand Down
6 changes: 3 additions & 3 deletions po/fr.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# French translations for com.github.ryonakano.atlas package.
# French translations for io.elementary.maps package.
# Copyright (C) 2014-2015 Atlas Developers
# Copyright (C) 2018-2025 Ryo Nakano
# This file is distributed under the same license as the com.github.ryonakano.atlas package.
# This file is distributed under the same license as the io.elementary.maps package.
# Nathan Bonnemains (@NathanBnm), 2021.
# J. Lavoie <j.lavoie@net-c.ca>, 2022.
# rene-coty <irenee.thirion@e.email>, 2022, 2023.
Expand All @@ -10,7 +10,7 @@
# Stella and Charlie <littlepastelworld@gmail.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: com.github.ryonakano.atlas\n"
"Project-Id-Version: io.elementary.maps\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-12 16:41+0900\n"
"PO-Revision-Date: 2025-06-11 12:02+0000\n"
Expand Down
6 changes: 3 additions & 3 deletions po/hi.po
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Hindi translations for com.github.ryonakano.atlas package.
# Hindi translations for io.elementary.maps package.
# Copyright (C) 2014-2015 Atlas Developers
# Copyright (C) 2018-2025 Ryo Nakano
# This file is distributed under the same license as the com.github.ryonakano.atlas package.
# This file is distributed under the same license as the io.elementary.maps package.
# Scrambled777 <weblate.scrambled777@simplelogin.com>, 2024.
# Fill read-only add-on <noreply-addon-fill@weblate.org>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: com.github.ryonakano.atlas\n"
"Project-Id-Version: io.elementary.maps\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-12 16:41+0900\n"
"PO-Revision-Date: 2024-05-16 13:01+0000\n"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.ryonakano.atlas package.
# This file is distributed under the same license as the io.elementary.maps package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: com.github.ryonakano.atlas\n"
"Project-Id-Version: io.elementary.maps\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-12 16:41+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
6 changes: 3 additions & 3 deletions po/it.po
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Italian translations for com.github.ryonakano.atlas package.
# Italian translations for io.elementary.maps package.
# Copyright (C) 2014-2015 Atlas Developers
# Copyright (C) 2018-2025 Ryo Nakano
# This file is distributed under the same license as the com.github.ryonakano.atlas package.
# This file is distributed under the same license as the io.elementary.maps package.
# albanobattistella <albano_battistella@hotmail.com>, 2021, 2022, 2023, 2024, 2025.
# J. Lavoie <j.lavoie@net-c.ca>, 2022.
# Fill read-only add-on <noreply-addon-fill@weblate.org>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: com.github.ryonakano.atlas\n"
"Project-Id-Version: io.elementary.maps\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-12 16:41+0900\n"
"PO-Revision-Date: 2025-03-31 04:19+0000\n"
Expand Down
6 changes: 3 additions & 3 deletions po/ja.po
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Japanese translations for com.github.ryonakano.atlas package.
# Japanese translations for io.elementary.maps package.
# Copyright (C) 2014-2015 Atlas Developers
# Copyright (C) 2018-2025 Ryo Nakano
# This file is distributed under the same license as the com.github.ryonakano.atlas package.
# This file is distributed under the same license as the io.elementary.maps package.
# Ryo Nakano <ryonakaknock3@gmail.com>, 2021, 2022, 2023, 2024, 2025.
# Fill read-only add-on <noreply-addon-fill@weblate.org>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: com.github.ryonakano.atlas\n"
"Project-Id-Version: io.elementary.maps\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-12 16:41+0900\n"
"PO-Revision-Date: 2025-07-10 13:01+0000\n"
Expand Down
6 changes: 3 additions & 3 deletions po/lt.po
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Lithuanian translation for com.github.ryonakano.atlas package.
# Lithuanian translation for io.elementary.maps package.
# Copyright (C) 2014-2015 Atlas Developers
# Copyright (C) 2018-2025 Ryo Nakano
# This file is distributed under the same license as the com.github.ryonakano.atlas package.
# This file is distributed under the same license as the io.elementary.maps package.
# PolPolyLingo <paulius.narkevicius@vilniustech.lt>, 2023
# Fill read-only add-on <noreply-addon-fill@weblate.org>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: com.github.ryonakano.atlas\n"
"Project-Id-Version: io.elementary.maps\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-12 16:41+0900\n"
"PO-Revision-Date: 2024-05-03 10:45+0000\n"
Expand Down
6 changes: 3 additions & 3 deletions po/nb_NO.po
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Norwegian Bokmål translations for com.github.ryonakano.atlas package.
# Norwegian Bokmål translations for io.elementary.maps package.
# Copyright (C) 2014-2015 Atlas Developers
# Copyright (C) 2018-2025 Ryo Nakano
# This file is distributed under the same license as the com.github.ryonakano.atlas package.
# This file is distributed under the same license as the io.elementary.maps package.
# Allan Nordhøy <epost@anotheragency.no>, 2024.
# Fill read-only add-on <noreply-addon-fill@weblate.org>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: com.github.ryonakano.atlas\n"
"Project-Id-Version: io.elementary.maps\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-12 16:41+0900\n"
"PO-Revision-Date: 2024-05-03 10:45+0000\n"
Expand Down
Loading