From 0826b75ee99b69e4ed2998a1db2a2950eed1957f Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Sat, 12 Jul 2025 23:33:50 +0900 Subject: [PATCH 1/6] Re-RDNN to io.elementary.atlas --- .github/workflows/ci.yml | 2 +- .github/workflows/flatpak-x-checker.yml | 2 +- README.md | 4 ++-- data/atlas.desktop.in | 4 ++-- data/atlas.gresource.xml | 4 ++-- data/atlas.gschema.xml | 2 +- data/atlas.metainfo.xml.in | 6 +++--- ....ryonakano.atlas.png => io.elementary.atlas.png} | Bin ....ryonakano.atlas.svg => io.elementary.atlas.svg} | 0 ....ryonakano.atlas.png => io.elementary.atlas.png} | Bin ....ryonakano.atlas.svg => io.elementary.atlas.svg} | 0 ....ryonakano.atlas.png => io.elementary.atlas.png} | Bin ....ryonakano.atlas.svg => io.elementary.atlas.svg} | 0 ....ryonakano.atlas.png => io.elementary.atlas.png} | Bin ....ryonakano.atlas.svg => io.elementary.atlas.svg} | 2 +- ....ryonakano.atlas.png => io.elementary.atlas.png} | Bin ....ryonakano.atlas.svg => io.elementary.atlas.svg} | 0 ....ryonakano.atlas.png => io.elementary.atlas.png} | Bin ....ryonakano.atlas.svg => io.elementary.atlas.svg} | 0 ...b.ryonakano.atlas.yml => io.elementary.atlas.yml | 4 ++-- meson.build | 2 +- po/de.po | 6 +++--- po/es.po | 6 +++--- po/et.po | 6 +++--- po/fi.po | 6 +++--- po/fr.po | 6 +++--- po/hi.po | 6 +++--- ....ryonakano.atlas.pot => io.elementary.atlas.pot} | 4 ++-- po/it.po | 6 +++--- po/ja.po | 6 +++--- po/lt.po | 6 +++--- po/nb_NO.po | 6 +++--- po/nl.po | 6 +++--- po/pl.po | 6 +++--- po/pt.po | 6 +++--- po/pt_BR.po | 6 +++--- po/ru.po | 6 +++--- po/sk.po | 6 +++--- po/ta.po | 6 +++--- po/tr.po | 6 +++--- po/uk.po | 6 +++--- src/Application.vala | 4 ++-- src/MapWidget.vala | 2 +- 43 files changed, 78 insertions(+), 78 deletions(-) rename data/icons/128/{com.github.ryonakano.atlas.png => io.elementary.atlas.png} (100%) rename data/icons/128/{com.github.ryonakano.atlas.svg => io.elementary.atlas.svg} (100%) rename data/icons/16/{com.github.ryonakano.atlas.png => io.elementary.atlas.png} (100%) rename data/icons/16/{com.github.ryonakano.atlas.svg => io.elementary.atlas.svg} (100%) rename data/icons/24/{com.github.ryonakano.atlas.png => io.elementary.atlas.png} (100%) rename data/icons/24/{com.github.ryonakano.atlas.svg => io.elementary.atlas.svg} (100%) rename data/icons/32/{com.github.ryonakano.atlas.png => io.elementary.atlas.png} (100%) rename data/icons/32/{com.github.ryonakano.atlas.svg => io.elementary.atlas.svg} (99%) rename data/icons/48/{com.github.ryonakano.atlas.png => io.elementary.atlas.png} (100%) rename data/icons/48/{com.github.ryonakano.atlas.svg => io.elementary.atlas.svg} (100%) rename data/icons/64/{com.github.ryonakano.atlas.png => io.elementary.atlas.png} (100%) rename data/icons/64/{com.github.ryonakano.atlas.svg => io.elementary.atlas.svg} (100%) rename com.github.ryonakano.atlas.yml => io.elementary.atlas.yml (95%) rename po/{com.github.ryonakano.atlas.pot => io.elementary.atlas.pot} (90%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b5dd6a..657ae03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: uses: flatpak/flatpak-github-actions/flatpak-builder@v6 with: bundle: atlas.flatpak - manifest-path: com.github.ryonakano.atlas.yml + manifest-path: io.elementary.atlas.yml run-tests: true repository-name: appcenter repository-url: https://flatpak.elementary.io/repo.flatpakrepo diff --git a/.github/workflows/flatpak-x-checker.yml b/.github/workflows/flatpak-x-checker.yml index 4db5632..c718e74 100644 --- a/.github/workflows/flatpak-x-checker.yml +++ b/.github/workflows/flatpak-x-checker.yml @@ -23,4 +23,4 @@ jobs: GIT_COMMITTER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - args: --update --never-fork com.github.ryonakano.atlas.yml + args: --update --never-fork io.elementary.atlas.yml diff --git a/README.md b/README.md index d1fd92d..67b5f9a 100644 --- a/README.md +++ b/README.md @@ -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.atlas.yml --user --install --force-clean --install-deps-from=appcenter ``` Then execute with ```bash - flatpak run com.github.ryonakano.atlas + flatpak run io.elementary.atlas ``` ## History diff --git a/data/atlas.desktop.in b/data/atlas.desktop.in index 25dadbc..b85a78f 100644 --- a/data/atlas.desktop.in +++ b/data/atlas.desktop.in @@ -3,8 +3,8 @@ Name=Atlas 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.atlas +Icon=io.elementary.atlas Type=Application Terminal=false Keywords=Trip;Explore; diff --git a/data/atlas.gresource.xml b/data/atlas.gresource.xml index 81c7aba..26f9a2a 100644 --- a/data/atlas.gresource.xml +++ b/data/atlas.gresource.xml @@ -1,10 +1,10 @@ - + Application.css - + icons/pointer.svg diff --git a/data/atlas.gschema.xml b/data/atlas.gschema.xml index 6b6f884..a02d79c 100644 --- a/data/atlas.gschema.xml +++ b/data/atlas.gschema.xml @@ -5,7 +5,7 @@ - + 51.2840 Latitude diff --git a/data/atlas.metainfo.xml.in b/data/atlas.metainfo.xml.in index 0d6a78e..92dd940 100644 --- a/data/atlas.metainfo.xml.in +++ b/data/atlas.metainfo.xml.in @@ -1,9 +1,9 @@ - com.github.ryonakano.atlas - com.github.ryonakano.atlas.desktop - com.github.ryonakano.atlas + io.elementary.atlas + io.elementary.atlas.desktop + io.elementary.atlas CC0-1.0 GPL-3.0-or-later diff --git a/data/icons/128/com.github.ryonakano.atlas.png b/data/icons/128/io.elementary.atlas.png similarity index 100% rename from data/icons/128/com.github.ryonakano.atlas.png rename to data/icons/128/io.elementary.atlas.png diff --git a/data/icons/128/com.github.ryonakano.atlas.svg b/data/icons/128/io.elementary.atlas.svg similarity index 100% rename from data/icons/128/com.github.ryonakano.atlas.svg rename to data/icons/128/io.elementary.atlas.svg diff --git a/data/icons/16/com.github.ryonakano.atlas.png b/data/icons/16/io.elementary.atlas.png similarity index 100% rename from data/icons/16/com.github.ryonakano.atlas.png rename to data/icons/16/io.elementary.atlas.png diff --git a/data/icons/16/com.github.ryonakano.atlas.svg b/data/icons/16/io.elementary.atlas.svg similarity index 100% rename from data/icons/16/com.github.ryonakano.atlas.svg rename to data/icons/16/io.elementary.atlas.svg diff --git a/data/icons/24/com.github.ryonakano.atlas.png b/data/icons/24/io.elementary.atlas.png similarity index 100% rename from data/icons/24/com.github.ryonakano.atlas.png rename to data/icons/24/io.elementary.atlas.png diff --git a/data/icons/24/com.github.ryonakano.atlas.svg b/data/icons/24/io.elementary.atlas.svg similarity index 100% rename from data/icons/24/com.github.ryonakano.atlas.svg rename to data/icons/24/io.elementary.atlas.svg diff --git a/data/icons/32/com.github.ryonakano.atlas.png b/data/icons/32/io.elementary.atlas.png similarity index 100% rename from data/icons/32/com.github.ryonakano.atlas.png rename to data/icons/32/io.elementary.atlas.png diff --git a/data/icons/32/com.github.ryonakano.atlas.svg b/data/icons/32/io.elementary.atlas.svg similarity index 99% rename from data/icons/32/com.github.ryonakano.atlas.svg rename to data/icons/32/io.elementary.atlas.svg index b9ef5ca..c1bbd72 100644 --- a/data/icons/32/com.github.ryonakano.atlas.svg +++ b/data/icons/32/io.elementary.atlas.svg @@ -4,7 +4,7 @@ id="svg4332" height="32" width="32" - sodipodi:docname="com.github.ryonakano.atlas.svg" + sodipodi:docname="io.elementary.atlas.svg" inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)" xml:space="preserve" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" diff --git a/data/icons/48/com.github.ryonakano.atlas.png b/data/icons/48/io.elementary.atlas.png similarity index 100% rename from data/icons/48/com.github.ryonakano.atlas.png rename to data/icons/48/io.elementary.atlas.png diff --git a/data/icons/48/com.github.ryonakano.atlas.svg b/data/icons/48/io.elementary.atlas.svg similarity index 100% rename from data/icons/48/com.github.ryonakano.atlas.svg rename to data/icons/48/io.elementary.atlas.svg diff --git a/data/icons/64/com.github.ryonakano.atlas.png b/data/icons/64/io.elementary.atlas.png similarity index 100% rename from data/icons/64/com.github.ryonakano.atlas.png rename to data/icons/64/io.elementary.atlas.png diff --git a/data/icons/64/com.github.ryonakano.atlas.svg b/data/icons/64/io.elementary.atlas.svg similarity index 100% rename from data/icons/64/com.github.ryonakano.atlas.svg rename to data/icons/64/io.elementary.atlas.svg diff --git a/com.github.ryonakano.atlas.yml b/io.elementary.atlas.yml similarity index 95% rename from com.github.ryonakano.atlas.yml rename to io.elementary.atlas.yml index f354cbd..ff0dd73 100644 --- a/com.github.ryonakano.atlas.yml +++ b/io.elementary.atlas.yml @@ -1,8 +1,8 @@ -id: com.github.ryonakano.atlas +id: io.elementary.atlas runtime: io.elementary.Platform runtime-version: '8.2' sdk: io.elementary.Sdk -command: com.github.ryonakano.atlas +command: io.elementary.atlas finish-args: - --share=ipc - --share=network diff --git a/meson.build b/meson.build index ed47a52..aee41b2 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project( - 'com.github.ryonakano.atlas', + 'io.elementary.atlas', 'vala', 'c', version: '3.1.1', # Version limitation for gnome.post_install() diff --git a/po/de.po b/po/de.po index 2e435bc..c50593b 100644 --- a/po/de.po +++ b/po/de.po @@ -1,12 +1,12 @@ -# German translations for com.github.ryonakano.atlas package. +# German translations for io.elementary.atlas 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.atlas package. # J. Lavoie , 2022. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.atlas\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" diff --git a/po/es.po b/po/es.po index c8a7db5..b50d78b 100644 --- a/po/es.po +++ b/po/es.po @@ -1,12 +1,12 @@ -# Spanish translations for com.github.ryonakano.atlas package. +# Spanish translations for io.elementary.atlas 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.atlas package. # gallegonovato , 2023, 2024. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.atlas\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" diff --git a/po/et.po b/po/et.po index 3eac7e1..fc01cb4 100644 --- a/po/et.po +++ b/po/et.po @@ -1,13 +1,13 @@ -# Estonian translations for com.github.ryonakano.atlas package. +# Estonian translations for io.elementary.atlas 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.atlas package. # Priit Jõerüüt , 2024, 2025. # Fill read-only add-on , 2024. # Priit Jõerüüt , 2025. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.atlas\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" diff --git a/po/fi.po b/po/fi.po index ba14f33..52cb523 100644 --- a/po/fi.po +++ b/po/fi.po @@ -1,12 +1,12 @@ -# Finnish translations for com.github.ryonakano.atlas package. +# Finnish translations for io.elementary.atlas 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.atlas package. # Jiri Grönroos , 2023. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.atlas\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" diff --git a/po/fr.po b/po/fr.po index 0e004ea..f8e21f3 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,7 +1,7 @@ -# French translations for com.github.ryonakano.atlas package. +# French translations for io.elementary.atlas 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.atlas package. # Nathan Bonnemains (@NathanBnm), 2021. # J. Lavoie , 2022. # rene-coty , 2022, 2023. @@ -10,7 +10,7 @@ # Stella and Charlie , 2025. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.atlas\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" diff --git a/po/hi.po b/po/hi.po index ae108c0..35998d2 100644 --- a/po/hi.po +++ b/po/hi.po @@ -1,12 +1,12 @@ -# Hindi translations for com.github.ryonakano.atlas package. +# Hindi translations for io.elementary.atlas 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.atlas package. # Scrambled777 , 2024. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.atlas\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" diff --git a/po/com.github.ryonakano.atlas.pot b/po/io.elementary.atlas.pot similarity index 90% rename from po/com.github.ryonakano.atlas.pot rename to po/io.elementary.atlas.pot index f4ff30e..8ed5e87 100644 --- a/po/com.github.ryonakano.atlas.pot +++ b/po/io.elementary.atlas.pot @@ -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.atlas package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.atlas\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" diff --git a/po/it.po b/po/it.po index e090b03..172db6b 100644 --- a/po/it.po +++ b/po/it.po @@ -1,13 +1,13 @@ -# Italian translations for com.github.ryonakano.atlas package. +# Italian translations for io.elementary.atlas 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.atlas package. # albanobattistella , 2021, 2022, 2023, 2024, 2025. # J. Lavoie , 2022. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.atlas\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" diff --git a/po/ja.po b/po/ja.po index b36425c..9357c2e 100644 --- a/po/ja.po +++ b/po/ja.po @@ -1,12 +1,12 @@ -# Japanese translations for com.github.ryonakano.atlas package. +# Japanese translations for io.elementary.atlas 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.atlas package. # Ryo Nakano , 2021, 2022, 2023, 2024, 2025. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.atlas\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" diff --git a/po/lt.po b/po/lt.po index ada4230..f27094d 100644 --- a/po/lt.po +++ b/po/lt.po @@ -1,12 +1,12 @@ -# Lithuanian translation for com.github.ryonakano.atlas package. +# Lithuanian translation for io.elementary.atlas 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.atlas package. # PolPolyLingo , 2023 # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.atlas\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" diff --git a/po/nb_NO.po b/po/nb_NO.po index 94de606..fcd91f6 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -1,12 +1,12 @@ -# Norwegian Bokmål translations for com.github.ryonakano.atlas package. +# Norwegian Bokmål translations for io.elementary.atlas 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.atlas package. # Allan Nordhøy , 2024. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.atlas\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" diff --git a/po/nl.po b/po/nl.po index 9056627..d538c5f 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1,13 +1,13 @@ -# Dutch translations for com.github.ryonakano.atlas package. +# Dutch translations for io.elementary.atlas 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.atlas package. # Heimen Stoffels , 2022, 2023. # Philip Goto , 2023. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.atlas\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" diff --git a/po/pl.po b/po/pl.po index 36f5cd1..e85eee7 100644 --- a/po/pl.po +++ b/po/pl.po @@ -1,13 +1,13 @@ -# Polish translation for com.github.ryonakano.atlas package. +# Polish translation for io.elementary.atlas 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.atlas package. # PolPolyLingo , 2023 # Eryk Michalak , 2023. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.atlas\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" diff --git a/po/pt.po b/po/pt.po index 76c5869..33b3250 100644 --- a/po/pt.po +++ b/po/pt.po @@ -1,13 +1,13 @@ -# Portuguese translations for com.github.ryonakano.atlas package. +# Portuguese translations for io.elementary.atlas 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.atlas package. # Hugo Carvalho , 2022. # Felipe Nogueira , 2023. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.atlas\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" diff --git a/po/pt_BR.po b/po/pt_BR.po index 05baac5..a4c705d 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1,12 +1,12 @@ -# Portuguese (Brazil) translations for com.github.ryonakano.atlas package. +# Portuguese (Brazil) translations for io.elementary.atlas 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.atlas package. # John Peter Sa , 2025. # Fill read-only add-on , 2025. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.atlas\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-12 16:41+0900\n" "PO-Revision-Date: 2025-02-17 04:37+0000\n" diff --git a/po/ru.po b/po/ru.po index a9dd97e..2b95bba 100644 --- a/po/ru.po +++ b/po/ru.po @@ -1,12 +1,12 @@ -# Russian translations for com.github.ryonakano.atlas package. +# Russian translations for io.elementary.atlas 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.atlas package. # lenemter , 2022, 2023, 2024. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.atlas\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-12 16:41+0900\n" "PO-Revision-Date: 2024-05-08 14:05+0000\n" diff --git a/po/sk.po b/po/sk.po index d72b351..04403ca 100644 --- a/po/sk.po +++ b/po/sk.po @@ -1,14 +1,14 @@ -# Slovak translations for com.github.ryonakano.atlas package. +# Slovak translations for io.elementary.atlas 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.atlas package. # Ryo Nakano , 2022. # JohnDumpling , 2022, 2023. # Milan Šalka , 2023. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.atlas\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" diff --git a/po/ta.po b/po/ta.po index 3890464..6c9788b 100644 --- a/po/ta.po +++ b/po/ta.po @@ -1,12 +1,12 @@ -# Tamil translations for com.github.ryonakano.atlas package. +# Tamil translations for io.elementary.atlas 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.atlas package. # தமிழ்நேரம் , 2025. # Fill read-only add-on , 2025. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.atlas\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-12 16:41+0900\n" "PO-Revision-Date: 2025-07-04 15:03+0000\n" diff --git a/po/tr.po b/po/tr.po index da1ac09..14a7868 100644 --- a/po/tr.po +++ b/po/tr.po @@ -1,14 +1,14 @@ -# Turkish translations for com.github.ryonakano.atlas package. +# Turkish translations for io.elementary.atlas 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.atlas package. # Oğuz Ersen , 2022, 2023. # Sabri Ünal , 2023. # Sabri Ünal , 2024. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.atlas\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-12 16:41+0900\n" "PO-Revision-Date: 2024-06-17 12:09+0000\n" diff --git a/po/uk.po b/po/uk.po index 9e73f9d..27b440e 100644 --- a/po/uk.po +++ b/po/uk.po @@ -1,13 +1,13 @@ -# Ukrainian translations for com.github.ryonakano.atlas package. +# Ukrainian translations for io.elementary.atlas 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.atlas package. # Ihor Hordiichuk , 2022, 2023, 2024, 2025. # Artem , 2022. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.atlas\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-12 16:41+0900\n" "PO-Revision-Date: 2025-03-25 00:04+0000\n" diff --git a/src/Application.vala b/src/Application.vala index a18b572..dd4e3e3 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -14,13 +14,13 @@ public class Atlas.Application : Adw.Application { public Application () { Object ( - application_id: "com.github.ryonakano.atlas", + application_id: "io.elementary.atlas", flags: ApplicationFlags.DEFAULT_FLAGS ); } static construct { - settings = new Settings ("com.github.ryonakano.atlas"); + settings = new Settings ("io.elementary.atlas"); } private void setup_style () { diff --git a/src/MapWidget.vala b/src/MapWidget.vala index 32d9986..fb1666a 100644 --- a/src/MapWidget.vala +++ b/src/MapWidget.vala @@ -118,7 +118,7 @@ public class Atlas.MapWidget : Gtk.Box { GClue.Simple? simple = null; try { - simple = yield new GClue.Simple ("com.github.ryonakano.atlas", GClue.AccuracyLevel.EXACT, null); + simple = yield new GClue.Simple ("io.elementary.atlas", GClue.AccuracyLevel.EXACT, null); } catch (Error e) { warning ("Failed to connect to GeoClue2 service: %s", e.message); } From 7504697dad24094eddb80a5ddfd1dc31c7266de2 Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Sat, 12 Jul 2025 23:36:16 +0900 Subject: [PATCH 2/6] Transfer developer to elementary, Inc. --- data/atlas.metainfo.xml.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/data/atlas.metainfo.xml.in b/data/atlas.metainfo.xml.in index 92dd940..39d0867 100644 --- a/data/atlas.metainfo.xml.in +++ b/data/atlas.metainfo.xml.in @@ -52,11 +52,10 @@ https://github.com/ryonakano/atlas https://hosted.weblate.org/projects/rosp - - Ryo Nakano - - Ryo Nakano + + elementary, Inc. + elementary From b9bc875188b03308a50795bee426eefd4eac6620 Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Sat, 12 Jul 2025 23:38:38 +0900 Subject: [PATCH 3/6] Update project URL --- data/atlas.metainfo.xml.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/data/atlas.metainfo.xml.in b/data/atlas.metainfo.xml.in index 39d0867..353304e 100644 --- a/data/atlas.metainfo.xml.in +++ b/data/atlas.metainfo.xml.in @@ -26,11 +26,11 @@ See locations on a map - https://raw.githubusercontent.com/ryonakano/atlas/3.1.1/data/screenshots/screenshot-light.png + https://raw.githubusercontent.com/elementary/atlas/3.1.1/data/screenshots/screenshot-light.png See locations on a map - https://raw.githubusercontent.com/ryonakano/atlas/3.1.1/data/screenshots/screenshot-dark.png + https://raw.githubusercontent.com/elementary/atlas/3.1.1/data/screenshots/screenshot-dark.png @@ -46,11 +46,11 @@ keyboard - https://github.com/ryonakano/atlas - https://github.com/ryonakano/atlas/issues - https://github.com/ryonakano/atlas/issues - https://github.com/ryonakano/atlas - https://hosted.weblate.org/projects/rosp + https://github.com/elementary/atlas + https://github.com/elementary/atlas/issues + https://github.com/elementary/atlas/issues + https://github.com/elementary/atlas + https://l10n.elementary.io/projects/atlas elementary, Inc. From f2603543b01f9ddf6619e3b8b255fc3401e2f2f1 Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Sat, 12 Jul 2025 23:44:59 +0900 Subject: [PATCH 4/6] Fix wrong replace --- data/atlas.gresource.xml | 4 ++-- data/atlas.gschema.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/atlas.gresource.xml b/data/atlas.gresource.xml index 26f9a2a..c975548 100644 --- a/data/atlas.gresource.xml +++ b/data/atlas.gresource.xml @@ -1,10 +1,10 @@ - + Application.css - + icons/pointer.svg diff --git a/data/atlas.gschema.xml b/data/atlas.gschema.xml index a02d79c..755b486 100644 --- a/data/atlas.gschema.xml +++ b/data/atlas.gschema.xml @@ -5,7 +5,7 @@ - + 51.2840 Latitude From 9a9a9360c5819e29e542043df593606bb1d15f92 Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Sun, 13 Jul 2025 08:20:28 +0900 Subject: [PATCH 5/6] =?UTF-8?q?Atlas=20=E2=86=92=20Maps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- .github/workflows/flatpak-x-checker.yml | 2 +- .github/workflows/release.yml | 4 ++-- README.md | 6 ++--- ...ntary.atlas.png => io.elementary.maps.png} | Bin ...ntary.atlas.svg => io.elementary.maps.svg} | 0 ...ntary.atlas.png => io.elementary.maps.png} | Bin ...ntary.atlas.svg => io.elementary.maps.svg} | 0 ...ntary.atlas.png => io.elementary.maps.png} | Bin ...ntary.atlas.svg => io.elementary.maps.svg} | 0 ...ntary.atlas.png => io.elementary.maps.png} | Bin ...ntary.atlas.svg => io.elementary.maps.svg} | 2 +- ...ntary.atlas.png => io.elementary.maps.png} | Bin ...ntary.atlas.svg => io.elementary.maps.svg} | 0 ...ntary.atlas.png => io.elementary.maps.png} | Bin ...ntary.atlas.svg => io.elementary.maps.svg} | 0 data/{atlas.desktop.in => maps.desktop.in} | 6 ++--- ...atlas.gresource.xml => maps.gresource.xml} | 4 ++-- data/{atlas.gschema.xml => maps.gschema.xml} | 2 +- ...s.metainfo.xml.in => maps.metainfo.xml.in} | 22 +++++++++--------- data/meson.build | 8 +++---- ...entary.atlas.yml => io.elementary.maps.yml | 6 ++--- meson.build | 2 +- po/de.po | 6 ++--- po/es.po | 6 ++--- po/et.po | 6 ++--- po/extra/POTFILES | 4 ++-- po/fi.po | 6 ++--- po/fr.po | 6 ++--- po/hi.po | 6 ++--- ...ntary.atlas.pot => io.elementary.maps.pot} | 4 ++-- po/it.po | 6 ++--- po/ja.po | 6 ++--- po/lt.po | 6 ++--- po/nb_NO.po | 6 ++--- po/nl.po | 6 ++--- po/pl.po | 6 ++--- po/pt.po | 6 ++--- po/pt_BR.po | 6 ++--- po/ru.po | 6 ++--- po/sk.po | 6 ++--- po/ta.po | 6 ++--- po/tr.po | 6 ++--- po/uk.po | 6 ++--- src/Application.vala | 6 ++--- src/MainWindow.vala | 4 ++-- src/MapWidget.vala | 22 +++++++++--------- 47 files changed, 111 insertions(+), 111 deletions(-) rename data/icons/128/{io.elementary.atlas.png => io.elementary.maps.png} (100%) rename data/icons/128/{io.elementary.atlas.svg => io.elementary.maps.svg} (100%) rename data/icons/16/{io.elementary.atlas.png => io.elementary.maps.png} (100%) rename data/icons/16/{io.elementary.atlas.svg => io.elementary.maps.svg} (100%) rename data/icons/24/{io.elementary.atlas.png => io.elementary.maps.png} (100%) rename data/icons/24/{io.elementary.atlas.svg => io.elementary.maps.svg} (100%) rename data/icons/32/{io.elementary.atlas.png => io.elementary.maps.png} (100%) rename data/icons/32/{io.elementary.atlas.svg => io.elementary.maps.svg} (99%) rename data/icons/48/{io.elementary.atlas.png => io.elementary.maps.png} (100%) rename data/icons/48/{io.elementary.atlas.svg => io.elementary.maps.svg} (100%) rename data/icons/64/{io.elementary.atlas.png => io.elementary.maps.png} (100%) rename data/icons/64/{io.elementary.atlas.svg => io.elementary.maps.svg} (100%) rename data/{atlas.desktop.in => maps.desktop.in} (70%) rename data/{atlas.gresource.xml => maps.gresource.xml} (73%) rename data/{atlas.gschema.xml => maps.gschema.xml} (97%) rename data/{atlas.metainfo.xml.in => maps.metainfo.xml.in} (87%) rename io.elementary.atlas.yml => io.elementary.maps.yml (95%) rename po/{io.elementary.atlas.pot => io.elementary.maps.pot} (95%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 657ae03..b6b68fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,8 +28,8 @@ jobs: - name: Build uses: flatpak/flatpak-github-actions/flatpak-builder@v6 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 diff --git a/.github/workflows/flatpak-x-checker.yml b/.github/workflows/flatpak-x-checker.yml index 9aa5bef..7f0ec88 100644 --- a/.github/workflows/flatpak-x-checker.yml +++ b/.github/workflows/flatpak-x-checker.yml @@ -19,4 +19,4 @@ jobs: EMAIL: builds@elementary.io GITHUB_TOKEN: ${{ secrets.GIT_USER_TOKEN }} with: - args: --update --never-fork io.elementary.atlas.yml + args: --update --never-fork io.elementary.maps.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d129dba..5f1b7f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/README.md b/README.md index 67b5f9a..f0fffd5 100644 --- a/README.md +++ b/README.md @@ -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) @@ -7,13 +7,13 @@ Run `flatpak-builder` to configure the build environment, download dependencies, build, and install ```bash - flatpak-builder build io.elementary.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 io.elementary.atlas + flatpak run io.elementary.maps ``` ## History diff --git a/data/icons/128/io.elementary.atlas.png b/data/icons/128/io.elementary.maps.png similarity index 100% rename from data/icons/128/io.elementary.atlas.png rename to data/icons/128/io.elementary.maps.png diff --git a/data/icons/128/io.elementary.atlas.svg b/data/icons/128/io.elementary.maps.svg similarity index 100% rename from data/icons/128/io.elementary.atlas.svg rename to data/icons/128/io.elementary.maps.svg diff --git a/data/icons/16/io.elementary.atlas.png b/data/icons/16/io.elementary.maps.png similarity index 100% rename from data/icons/16/io.elementary.atlas.png rename to data/icons/16/io.elementary.maps.png diff --git a/data/icons/16/io.elementary.atlas.svg b/data/icons/16/io.elementary.maps.svg similarity index 100% rename from data/icons/16/io.elementary.atlas.svg rename to data/icons/16/io.elementary.maps.svg diff --git a/data/icons/24/io.elementary.atlas.png b/data/icons/24/io.elementary.maps.png similarity index 100% rename from data/icons/24/io.elementary.atlas.png rename to data/icons/24/io.elementary.maps.png diff --git a/data/icons/24/io.elementary.atlas.svg b/data/icons/24/io.elementary.maps.svg similarity index 100% rename from data/icons/24/io.elementary.atlas.svg rename to data/icons/24/io.elementary.maps.svg diff --git a/data/icons/32/io.elementary.atlas.png b/data/icons/32/io.elementary.maps.png similarity index 100% rename from data/icons/32/io.elementary.atlas.png rename to data/icons/32/io.elementary.maps.png diff --git a/data/icons/32/io.elementary.atlas.svg b/data/icons/32/io.elementary.maps.svg similarity index 99% rename from data/icons/32/io.elementary.atlas.svg rename to data/icons/32/io.elementary.maps.svg index c1bbd72..c649071 100644 --- a/data/icons/32/io.elementary.atlas.svg +++ b/data/icons/32/io.elementary.maps.svg @@ -4,7 +4,7 @@ id="svg4332" height="32" width="32" - sodipodi:docname="io.elementary.atlas.svg" + sodipodi:docname="io.elementary.maps.svg" inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)" xml:space="preserve" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" diff --git a/data/icons/48/io.elementary.atlas.png b/data/icons/48/io.elementary.maps.png similarity index 100% rename from data/icons/48/io.elementary.atlas.png rename to data/icons/48/io.elementary.maps.png diff --git a/data/icons/48/io.elementary.atlas.svg b/data/icons/48/io.elementary.maps.svg similarity index 100% rename from data/icons/48/io.elementary.atlas.svg rename to data/icons/48/io.elementary.maps.svg diff --git a/data/icons/64/io.elementary.atlas.png b/data/icons/64/io.elementary.maps.png similarity index 100% rename from data/icons/64/io.elementary.atlas.png rename to data/icons/64/io.elementary.maps.png diff --git a/data/icons/64/io.elementary.atlas.svg b/data/icons/64/io.elementary.maps.svg similarity index 100% rename from data/icons/64/io.elementary.atlas.svg rename to data/icons/64/io.elementary.maps.svg diff --git a/data/atlas.desktop.in b/data/maps.desktop.in similarity index 70% rename from data/atlas.desktop.in rename to data/maps.desktop.in index b85a78f..45759be 100644 --- a/data/atlas.desktop.in +++ b/data/maps.desktop.in @@ -1,10 +1,10 @@ [Desktop Entry] -Name=Atlas +Name=Maps GenericName=Map Comment=View where to go Categories=GTK;Utility;Science;Maps; -Exec=io.elementary.atlas -Icon=io.elementary.atlas +Exec=io.elementary.maps +Icon=io.elementary.maps Type=Application Terminal=false Keywords=Trip;Explore; diff --git a/data/atlas.gresource.xml b/data/maps.gresource.xml similarity index 73% rename from data/atlas.gresource.xml rename to data/maps.gresource.xml index c975548..59816f6 100644 --- a/data/atlas.gresource.xml +++ b/data/maps.gresource.xml @@ -1,10 +1,10 @@ - + Application.css - + icons/pointer.svg diff --git a/data/atlas.gschema.xml b/data/maps.gschema.xml similarity index 97% rename from data/atlas.gschema.xml rename to data/maps.gschema.xml index 755b486..7eefd5e 100644 --- a/data/atlas.gschema.xml +++ b/data/maps.gschema.xml @@ -5,7 +5,7 @@ - + 51.2840 Latitude diff --git a/data/atlas.metainfo.xml.in b/data/maps.metainfo.xml.in similarity index 87% rename from data/atlas.metainfo.xml.in rename to data/maps.metainfo.xml.in index 353304e..388abb4 100644 --- a/data/atlas.metainfo.xml.in +++ b/data/maps.metainfo.xml.in @@ -1,13 +1,13 @@ - io.elementary.atlas - io.elementary.atlas.desktop - io.elementary.atlas + io.elementary.maps + io.elementary.maps.desktop + io.elementary.maps CC0-1.0 GPL-3.0-or-later - Atlas + Maps View where to go

@@ -26,11 +26,11 @@ See locations on a map - https://raw.githubusercontent.com/elementary/atlas/3.1.1/data/screenshots/screenshot-light.png + https://raw.githubusercontent.com/elementary/maps/3.1.1/data/screenshots/screenshot-light.png See locations on a map - https://raw.githubusercontent.com/elementary/atlas/3.1.1/data/screenshots/screenshot-dark.png + https://raw.githubusercontent.com/elementary/maps/3.1.1/data/screenshots/screenshot-dark.png @@ -46,11 +46,11 @@ keyboard - https://github.com/elementary/atlas - https://github.com/elementary/atlas/issues - https://github.com/elementary/atlas/issues - https://github.com/elementary/atlas - https://l10n.elementary.io/projects/atlas + https://github.com/elementary/maps + https://github.com/elementary/maps/issues + https://github.com/elementary/maps/issues + https://github.com/elementary/maps + https://l10n.elementary.io/projects/maps elementary, Inc. diff --git a/data/meson.build b/data/meson.build index 8df0c5b..99c8def 100644 --- a/data/meson.build +++ b/data/meson.build @@ -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', @@ -18,7 +18,7 @@ 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, @@ -26,13 +26,13 @@ i18n.merge_file( ) 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' ) diff --git a/io.elementary.atlas.yml b/io.elementary.maps.yml similarity index 95% rename from io.elementary.atlas.yml rename to io.elementary.maps.yml index ff0dd73..914e5af 100644 --- a/io.elementary.atlas.yml +++ b/io.elementary.maps.yml @@ -1,8 +1,8 @@ -id: io.elementary.atlas +id: io.elementary.maps runtime: io.elementary.Platform runtime-version: '8.2' sdk: io.elementary.Sdk -command: io.elementary.atlas +command: io.elementary.maps finish-args: - --share=ipc - --share=network @@ -50,7 +50,7 @@ modules: type: git tag-pattern: ^v([\d.]+)$ - - name: atlas + - name: maps buildsystem: meson sources: - type: dir diff --git a/meson.build b/meson.build index aee41b2..8c89666 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project( - 'io.elementary.atlas', + 'io.elementary.maps', 'vala', 'c', version: '3.1.1', # Version limitation for gnome.post_install() diff --git a/po/de.po b/po/de.po index c50593b..242b2a4 100644 --- a/po/de.po +++ b/po/de.po @@ -1,12 +1,12 @@ -# German translations for io.elementary.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 io.elementary.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # J. Lavoie , 2022. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: io.elementary.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" diff --git a/po/es.po b/po/es.po index b50d78b..bf85a0a 100644 --- a/po/es.po +++ b/po/es.po @@ -1,12 +1,12 @@ -# Spanish translations for io.elementary.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 io.elementary.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # gallegonovato , 2023, 2024. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: io.elementary.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" diff --git a/po/et.po b/po/et.po index fc01cb4..c5424e0 100644 --- a/po/et.po +++ b/po/et.po @@ -1,13 +1,13 @@ -# Estonian translations for io.elementary.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 io.elementary.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # Priit Jõerüüt , 2024, 2025. # Fill read-only add-on , 2024. # Priit Jõerüüt , 2025. msgid "" msgstr "" -"Project-Id-Version: io.elementary.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" diff --git a/po/extra/POTFILES b/po/extra/POTFILES index aadfde0..def972e 100644 --- a/po/extra/POTFILES +++ b/po/extra/POTFILES @@ -1,2 +1,2 @@ -data/atlas.desktop.in -data/atlas.metainfo.xml.in +data/maps.desktop.in +data/maps.metainfo.xml.in diff --git a/po/fi.po b/po/fi.po index 52cb523..f37fd72 100644 --- a/po/fi.po +++ b/po/fi.po @@ -1,12 +1,12 @@ -# Finnish translations for io.elementary.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 io.elementary.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # Jiri Grönroos , 2023. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: io.elementary.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" diff --git a/po/fr.po b/po/fr.po index f8e21f3..7a0fb13 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,7 +1,7 @@ -# French translations for io.elementary.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 io.elementary.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # Nathan Bonnemains (@NathanBnm), 2021. # J. Lavoie , 2022. # rene-coty , 2022, 2023. @@ -10,7 +10,7 @@ # Stella and Charlie , 2025. msgid "" msgstr "" -"Project-Id-Version: io.elementary.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" diff --git a/po/hi.po b/po/hi.po index 35998d2..963ca4e 100644 --- a/po/hi.po +++ b/po/hi.po @@ -1,12 +1,12 @@ -# Hindi translations for io.elementary.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 io.elementary.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # Scrambled777 , 2024. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: io.elementary.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" diff --git a/po/io.elementary.atlas.pot b/po/io.elementary.maps.pot similarity index 95% rename from po/io.elementary.atlas.pot rename to po/io.elementary.maps.pot index 8ed5e87..cbc92c7 100644 --- a/po/io.elementary.atlas.pot +++ b/po/io.elementary.maps.pot @@ -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 io.elementary.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: io.elementary.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" diff --git a/po/it.po b/po/it.po index 172db6b..878e496 100644 --- a/po/it.po +++ b/po/it.po @@ -1,13 +1,13 @@ -# Italian translations for io.elementary.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 io.elementary.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # albanobattistella , 2021, 2022, 2023, 2024, 2025. # J. Lavoie , 2022. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: io.elementary.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" diff --git a/po/ja.po b/po/ja.po index 9357c2e..bd233ce 100644 --- a/po/ja.po +++ b/po/ja.po @@ -1,12 +1,12 @@ -# Japanese translations for io.elementary.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 io.elementary.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # Ryo Nakano , 2021, 2022, 2023, 2024, 2025. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: io.elementary.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" diff --git a/po/lt.po b/po/lt.po index f27094d..cb04591 100644 --- a/po/lt.po +++ b/po/lt.po @@ -1,12 +1,12 @@ -# Lithuanian translation for io.elementary.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 io.elementary.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # PolPolyLingo , 2023 # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: io.elementary.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" diff --git a/po/nb_NO.po b/po/nb_NO.po index fcd91f6..819273d 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -1,12 +1,12 @@ -# Norwegian Bokmål translations for io.elementary.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 io.elementary.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # Allan Nordhøy , 2024. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: io.elementary.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" diff --git a/po/nl.po b/po/nl.po index d538c5f..8fdd7d4 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1,13 +1,13 @@ -# Dutch translations for io.elementary.atlas package. +# Dutch 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 io.elementary.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # Heimen Stoffels , 2022, 2023. # Philip Goto , 2023. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: io.elementary.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" diff --git a/po/pl.po b/po/pl.po index e85eee7..a81cf25 100644 --- a/po/pl.po +++ b/po/pl.po @@ -1,13 +1,13 @@ -# Polish translation for io.elementary.atlas package. +# Polish 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 io.elementary.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # PolPolyLingo , 2023 # Eryk Michalak , 2023. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: io.elementary.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" diff --git a/po/pt.po b/po/pt.po index 33b3250..9810c92 100644 --- a/po/pt.po +++ b/po/pt.po @@ -1,13 +1,13 @@ -# Portuguese translations for io.elementary.atlas package. +# Portuguese 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 io.elementary.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # Hugo Carvalho , 2022. # Felipe Nogueira , 2023. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: io.elementary.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" diff --git a/po/pt_BR.po b/po/pt_BR.po index a4c705d..2aae4fb 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1,12 +1,12 @@ -# Portuguese (Brazil) translations for io.elementary.atlas package. +# Portuguese (Brazil) 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 io.elementary.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # John Peter Sa , 2025. # Fill read-only add-on , 2025. msgid "" msgstr "" -"Project-Id-Version: io.elementary.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-02-17 04:37+0000\n" diff --git a/po/ru.po b/po/ru.po index 2b95bba..c8c9c37 100644 --- a/po/ru.po +++ b/po/ru.po @@ -1,12 +1,12 @@ -# Russian translations for io.elementary.atlas package. +# Russian 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 io.elementary.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # lenemter , 2022, 2023, 2024. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: io.elementary.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-08 14:05+0000\n" diff --git a/po/sk.po b/po/sk.po index 04403ca..33f2e4d 100644 --- a/po/sk.po +++ b/po/sk.po @@ -1,14 +1,14 @@ -# Slovak translations for io.elementary.atlas package. +# Slovak 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 io.elementary.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # Ryo Nakano , 2022. # JohnDumpling , 2022, 2023. # Milan Šalka , 2023. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: io.elementary.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" diff --git a/po/ta.po b/po/ta.po index 6c9788b..1adc364 100644 --- a/po/ta.po +++ b/po/ta.po @@ -1,12 +1,12 @@ -# Tamil translations for io.elementary.atlas package. +# Tamil 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 io.elementary.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # தமிழ்நேரம் , 2025. # Fill read-only add-on , 2025. msgid "" msgstr "" -"Project-Id-Version: io.elementary.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-04 15:03+0000\n" diff --git a/po/tr.po b/po/tr.po index 14a7868..63564c6 100644 --- a/po/tr.po +++ b/po/tr.po @@ -1,14 +1,14 @@ -# Turkish translations for io.elementary.atlas package. +# Turkish 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 io.elementary.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # Oğuz Ersen , 2022, 2023. # Sabri Ünal , 2023. # Sabri Ünal , 2024. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: io.elementary.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-06-17 12:09+0000\n" diff --git a/po/uk.po b/po/uk.po index 27b440e..6f33c9b 100644 --- a/po/uk.po +++ b/po/uk.po @@ -1,13 +1,13 @@ -# Ukrainian translations for io.elementary.atlas package. +# Ukrainian 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 io.elementary.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # Ihor Hordiichuk , 2022, 2023, 2024, 2025. # Artem , 2022. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: io.elementary.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-25 00:04+0000\n" diff --git a/src/Application.vala b/src/Application.vala index dd4e3e3..973789b 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -4,7 +4,7 @@ * 2018-2025 Ryo Nakano */ -public class Atlas.Application : Adw.Application { +public class Maps.Application : Adw.Application { public static Settings settings { get; private set; } private const ActionEntry[] ACTION_ENTRIES = { @@ -14,13 +14,13 @@ public class Atlas.Application : Adw.Application { public Application () { Object ( - application_id: "io.elementary.atlas", + application_id: "io.elementary.maps", flags: ApplicationFlags.DEFAULT_FLAGS ); } static construct { - settings = new Settings ("io.elementary.atlas"); + settings = new Settings ("io.elementary.maps"); } private void setup_style () { diff --git a/src/MainWindow.vala b/src/MainWindow.vala index 2c7f7c0..611f398 100644 --- a/src/MainWindow.vala +++ b/src/MainWindow.vala @@ -4,7 +4,7 @@ * 2018-2025 Ryo Nakano */ -public class Atlas.MainWindow : Adw.ApplicationWindow { +public class Maps.MainWindow : Adw.ApplicationWindow { private class PlaceListBoxRow : Gtk.ListBoxRow { public Geocode.Place place { get; construct; } @@ -42,7 +42,7 @@ public class Atlas.MainWindow : Adw.ApplicationWindow { private MapWidget map_widget; construct { - title = _("Atlas"); + title = _("Maps"); add_action_entries (ACTION_ENTRIES, this); location_store = new ListStore (typeof (Geocode.Place)); diff --git a/src/MapWidget.vala b/src/MapWidget.vala index fb1666a..b77ebcc 100644 --- a/src/MapWidget.vala +++ b/src/MapWidget.vala @@ -4,7 +4,7 @@ * 2018-2025 Ryo Nakano */ -public class Atlas.MapWidget : Gtk.Box { +public class Maps.MapWidget : Gtk.Box { public Shumate.MapSource map_source { get { return map_widget.map_source; @@ -55,9 +55,9 @@ public class Atlas.MapWidget : Gtk.Box { private void set_init_place () { Shumate.MapSource map_source = map_widget.map_source; - double latitude = Atlas.Application.settings.get_double ("latitude"); - double longitude = Atlas.Application.settings.get_double ("longitude"); - double zoom_level = Atlas.Application.settings.get_double ("zoom-level"); + double latitude = Maps.Application.settings.get_double ("latitude"); + double longitude = Maps.Application.settings.get_double ("longitude"); + double zoom_level = Maps.Application.settings.get_double ("zoom-level"); if (zoom_level < map_source.min_zoom_level || map_source.max_zoom_level < zoom_level) { zoom_level = DEFAULT_ZOOM_LEVEL; } @@ -102,9 +102,9 @@ public class Atlas.MapWidget : Gtk.Box { this.location = location; // Use fixed latitude and longitude as current location (for debug) - if (Atlas.Application.settings.get_boolean ("fixed-location")) { - lat = Atlas.Application.settings.get_double ("latitude-fixed"); - lng = Atlas.Application.settings.get_double ("longitude-fixed"); + if (Maps.Application.settings.get_boolean ("fixed-location")) { + lat = Maps.Application.settings.get_double ("latitude-fixed"); + lng = Maps.Application.settings.get_double ("longitude-fixed"); this.location.latitude = lat; this.location.longitude = lng; } @@ -118,7 +118,7 @@ public class Atlas.MapWidget : Gtk.Box { GClue.Simple? simple = null; try { - simple = yield new GClue.Simple ("io.elementary.atlas", GClue.AccuracyLevel.EXACT, null); + simple = yield new GClue.Simple ("io.elementary.maps", GClue.AccuracyLevel.EXACT, null); } catch (Error e) { warning ("Failed to connect to GeoClue2 service: %s", e.message); } @@ -145,9 +145,9 @@ public class Atlas.MapWidget : Gtk.Box { // Saves the latest state of the map. public void save_map_state () { - Atlas.Application.settings.set_double ("latitude", base_map.viewport.latitude); - Atlas.Application.settings.set_double ("longitude", base_map.viewport.longitude); - Atlas.Application.settings.set_double ("zoom-level", base_map.viewport.zoom_level); + Maps.Application.settings.set_double ("latitude", base_map.viewport.latitude); + Maps.Application.settings.set_double ("longitude", base_map.viewport.longitude); + Maps.Application.settings.set_double ("zoom-level", base_map.viewport.zoom_level); } private void clear_location () { From 6aa7e1ce142c8cd68675364e52c19d5c1a39bba7 Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Sun, 13 Jul 2025 08:20:52 +0900 Subject: [PATCH 6/6] README: Remove unnecessary indentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0fffd5..6358c86 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ Run `flatpak-builder` to configure the build environment, download dependencies, build, and install ```bash - flatpak-builder build io.elementary.maps.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 io.elementary.maps +flatpak run io.elementary.maps ``` ## History