From c05ca877f6f007ed48e885bddf259eaf4fe74ed1 Mon Sep 17 00:00:00 2001 From: teamcons Date: Sun, 15 Feb 2026 21:37:46 +0100 Subject: [PATCH 1/2] Back to ellie-commons --- .github/workflows/CI.yml | 2 +- README.md | 10 +-- data/icons/scalable.svg | 2 +- data/reminduck.desktop.in | 6 +- data/reminduck.gresource.xml | 2 +- data/reminduck.gschema.xml | 6 +- data/reminduck.metainfo.xml.in | 6 +- ...github.ellie_commons.reminduck.flathub.yml | 6 +- ...l => io.github.ellie_commons.reminduck.yml | 4 +- meson.build | 2 +- po/ca.po | 4 +- po/de.po | 2 +- po/es.po | 2 +- po/extra/ca.po | 62 +++++++++---------- po/extra/de.po | 4 +- po/extra/fr.po | 4 +- po/extra/it.po | 4 +- po/extra/nl.po | 4 +- po/extra/tr.po | 4 +- po/fr.po | 2 +- ... => io.github.ellie_commons.reminduck.pot} | 4 +- po/it.po | 2 +- po/nl.po | 2 +- po/pt.po | 2 +- po/ru.po | 2 +- po/sv.po | 4 +- po/tr.po | 2 +- po/vi.po | 2 +- src/Application.vala | 4 +- src/MainWindow.vala | 4 +- src/Objects/Quack.vala | 6 +- src/Services/Database.vala | 2 +- src/Services/Utils.vala | 4 +- src/Views/WelcomeView.vala | 2 +- windows/deploy.sh | 14 ++--- 35 files changed, 97 insertions(+), 97 deletions(-) rename io.github.elly_code.reminduck.flathub.yml => io.github.ellie_commons.reminduck.flathub.yml (85%) rename io.github.elly_code.reminduck.yml => io.github.ellie_commons.reminduck.yml (86%) rename po/{io.github.elly_code.reminduck.pot => io.github.ellie_commons.reminduck.pot} (98%) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1532a64..902c514 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,7 +25,7 @@ jobs: uses: flatpak/flatpak-github-actions/flatpak-builder@v6 with: bundle: reminduck.flatpak - manifest-path: io.github.elly_code.reminduck.yml + manifest-path: io.github.ellie_commons.reminduck.yml run-tests: true repository-name: appcenter repository-url: https://flatpak.elementary.io/repo.flatpakrepo diff --git a/README.md b/README.md index 15892a6..8c5d522 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,15 @@ It's perfect if all you want are simple or daily/weekly/monthly reminders. Anyth _And it quacks._ - Made for elementary OS + Made for elementary OS ## Installation You can download and install Reminduck from various sources: -[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg?new)](https://appcenter.elementary.io/io.github.elly_code.reminduck) -[Download on Flathub](https://flathub.org/apps/io.github.elly_code.reminduck) +[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg?new)](https://appcenter.elementary.io/io.github.ellie_commons.reminduck) +[Download on Flathub](https://flathub.org/apps/io.github.ellie_commons.reminduck) ## 🛣️ Roadmap @@ -43,13 +43,13 @@ You can donate to various contributors: On elementary OS or with its appcenter remote installed ```bash -flatpak-builder --force-clean --user --install-deps-from=appcenter --install builddir ./io.github.elly_code.reminduck.yml +flatpak-builder --force-clean --user --install-deps-from=appcenter --install builddir ./io.github.ellie_commons.reminduck.yml ``` On other systems ```bash -flatpak run org.flatpak.Builder --force-clean --sandbox --user --install --install-deps-from=flathub --ccache --mirror-screenshots-url=https://dl.flathub.org/media/ --repo=repo builddir io.github.elly_code.reminduck.flathub.yml +flatpak run org.flatpak.Builder --force-clean --sandbox --user --install --install-deps-from=flathub --ccache --mirror-screenshots-url=https://dl.flathub.org/media/ --repo=repo builddir io.github.ellie_commons.reminduck.flathub.yml ``` ## ACKNOWLEDGMENTS diff --git a/data/icons/scalable.svg b/data/icons/scalable.svg index 74ce34a..b3a0aee 100644 --- a/data/icons/scalable.svg +++ b/data/icons/scalable.svg @@ -16,7 +16,7 @@ version="1.1" id="svg860" inkscape:version="0.92.4 5da689c313, 2019-01-14" - sodipodi:docname="io.github.elly_code.reminduck.svg"> + sodipodi:docname="io.github.ellie_commons.reminduck.svg"> - + Application.css sounds/default_quack.ogg sounds/plastic_quack.ogg diff --git a/data/reminduck.gschema.xml b/data/reminduck.gschema.xml index 610642a..2fde0f6 100644 --- a/data/reminduck.gschema.xml +++ b/data/reminduck.gschema.xml @@ -1,9 +1,9 @@ + path="/io.github/ellie_commons/reminduck/state/" + id="io.github.ellie_commons.reminduck.state" + gettext-domain="io.github.ellie_commons.reminduck"> 600 The saved width of the window. diff --git a/data/reminduck.metainfo.xml.in b/data/reminduck.metainfo.xml.in index 5e590b8..e9c5886 100644 --- a/data/reminduck.metainfo.xml.in +++ b/data/reminduck.metainfo.xml.in @@ -1,7 +1,7 @@ - io.github.elly_code.reminduck + io.github.ellie_commons.reminduck CC0 GPL-3.0+ Reminduck @@ -14,7 +14,7 @@

And it quacks.

- io.github.elly_code.reminduck.desktop + io.github.ellie_commons.reminduck.desktop @@ -89,7 +89,7 @@ - io.github.elly_code.reminduck + io.github.ellie_commons.reminduck keyboard pointing diff --git a/io.github.elly_code.reminduck.flathub.yml b/io.github.ellie_commons.reminduck.flathub.yml similarity index 85% rename from io.github.elly_code.reminduck.flathub.yml rename to io.github.ellie_commons.reminduck.flathub.yml index 001aaf1..2405ead 100644 --- a/io.github.elly_code.reminduck.flathub.yml +++ b/io.github.ellie_commons.reminduck.flathub.yml @@ -1,11 +1,11 @@ -id: io.github.elly_code.reminduck +id: io.github.ellie_commons.reminduck # elementary SDK is not available on Flathub, so use the elementary BaseApp instead base: io.elementary.BaseApp base-version: 'circe-25.08' runtime: org.gnome.Platform runtime-version: '49' sdk: org.gnome.Sdk -command: io.github.elly_code.reminduck +command: io.github.ellie_commons.reminduck finish-args: - '--share=ipc' @@ -32,7 +32,7 @@ modules: buildsystem: meson sources: - type: git - url: https://github.com/elly-code/reminduck.git + url: https://github.com/ellie-commons/reminduck.git tag: 2.3.1 commit: 5a7ed806b77ca86a4f71ae1a431d72df37abf7b3 x-checker-data: diff --git a/io.github.elly_code.reminduck.yml b/io.github.ellie_commons.reminduck.yml similarity index 86% rename from io.github.elly_code.reminduck.yml rename to io.github.ellie_commons.reminduck.yml index 4e6eb20..96c6744 100644 --- a/io.github.elly_code.reminduck.yml +++ b/io.github.ellie_commons.reminduck.yml @@ -1,8 +1,8 @@ -id: io.github.elly_code.reminduck +id: io.github.ellie_commons.reminduck runtime: io.elementary.Platform runtime-version: '8.2' sdk: io.elementary.Sdk -command: io.github.elly_code.reminduck +command: io.github.ellie_commons.reminduck finish-args: - '--share=ipc' diff --git a/meson.build b/meson.build index 7bf7f0d..1f6e253 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('io.github.elly_code.reminduck', +project('io.github.ellie_commons.reminduck', 'vala', 'c', version: '2.3.1') diff --git a/po/ca.po b/po/ca.po index 3e79ebe..8abd04c 100644 --- a/po/ca.po +++ b/po/ca.po @@ -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.github.elly_code.reminduck package. +# This file is distributed under the same license as the io.github.ellie_commons.reminduck package. # ONDO ALVELLË, 2021. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: io.github.elly_code.reminduck\n" +"Project-Id-Version: io.github.ellie_commons.reminduck\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-12-26 20:56+0100\n" "PO-Revision-Date: 2021-11-17 17:14+0100\n" diff --git a/po/de.po b/po/de.po index 445135d..203e502 100644 --- a/po/de.po +++ b/po/de.po @@ -9,7 +9,7 @@ msgstr "" "PO-Revision-Date: 2020-01-13 15:11+0100\n" "POT-Creation-Date: 2025-12-26 21:16+0100\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"Project-Id-Version: io.github.elly_code.reminduck\n" +"Project-Id-Version: io.github.ellie_commons.reminduck\n" "Report-Msgid-Bugs-To: \n" #. If reminder date < current date diff --git a/po/es.po b/po/es.po index 0e6ce39..db86332 100644 --- a/po/es.po +++ b/po/es.po @@ -9,7 +9,7 @@ msgstr "" "PO-Revision-Date: DATEME\n" "POT-Creation-Date: 2025-12-26 20:56+0100\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"Project-Id-Version: io.github.elly_code.reminduck\n" +"Project-Id-Version: io.github.ellie_commons.reminduck\n" "Report-Msgid-Bugs-To: \n" #. If reminder date < current date diff --git a/po/extra/ca.po b/po/extra/ca.po index 4c9a2db..c6223f0 100644 --- a/po/extra/ca.po +++ b/po/extra/ca.po @@ -12,115 +12,115 @@ msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" -#: data/io.github.elly_code.reminduck.desktop.in:3 -#: data/io.github.elly_code.reminduck.metainfo.xml.in:7 +#: data/io.github.ellie_commons.reminduck.desktop.in:3 +#: data/io.github.ellie_commons.reminduck.metainfo.xml.in:7 msgid "Reminduck" msgstr "Reminduck" -#: data/io.github.elly_code.reminduck.desktop.in:4 +#: data/io.github.ellie_commons.reminduck.desktop.in:4 msgid "Reminders" msgstr "Recordatoris" -#: data/io.github.elly_code.reminduck.desktop.in:5 +#: data/io.github.ellie_commons.reminduck.desktop.in:5 msgid "Don't forget about your stuff in an adorably annoying way" msgstr "Recorda-ho tot d'una manera adorablement molesta" -#: data/io.github.elly_code.reminduck.desktop.in:8 -msgid "io.github.elly_code.reminduck" -msgstr "io.github.elly_code.reminduck" +#: data/io.github.ellie_commons.reminduck.desktop.in:8 +msgid "io.github.ellie_commons.reminduck" +msgstr "io.github.ellie_commons.reminduck" -#: data/io.github.elly_code.reminduck.desktop.in:12 +#: data/io.github.ellie_commons.reminduck.desktop.in:12 msgid "Reminduck;Personal;Assistant;Reminders;" msgstr "Reminduck;Personal;Assistant;Reminders" -#: data/io.github.elly_code.reminduck.metainfo.xml.in:8 +#: data/io.github.ellie_commons.reminduck.metainfo.xml.in:8 msgid "Remember your stuff in an adorably annoying way." msgstr "Recorda-ho tot d'una manera adorablement molesta." -#: data/io.github.elly_code.reminduck.metainfo.xml.in:10 +#: data/io.github.ellie_commons.reminduck.metainfo.xml.in:10 msgid "Reminduck is a simple reminder app made to be quick and easy - it focuses on simple or recurrent reminders with set time and date and nothing else." msgstr "Reminduck és una aplicació simple de recordatoris feta per ser ràpida i fàcil. Es basa en recordatoris simples o recurrents amb una data i hora específica i res més." -#: data/io.github.elly_code.reminduck.metainfo.xml.in:12 +#: data/io.github.ellie_commons.reminduck.metainfo.xml.in:12 msgid "It's perfect if all you want are simple or daily/weekly/monthly reminders. Anything more than that is not achievable by Reminduck right now - but you can help! Open an issue or a pull request if you have any ideas or requests." msgstr "És perfecte si el que necessites són recordatoris simples o diaris/setmanals/mensuals. Reminduck no pot fer res més ara mateix; però pots ajudar! Obre un 'issue' o una 'pull request' si tens idees o sol·licituds." -#: data/io.github.elly_code.reminduck.metainfo.xml.in:14 +#: data/io.github.ellie_commons.reminduck.metainfo.xml.in:14 msgid "And it quacks." msgstr "I nyequeja." -#: data/io.github.elly_code.reminduck.metainfo.xml.in:20 +#: data/io.github.ellie_commons.reminduck.metainfo.xml.in:20 msgid "🐞 Enable translations on Flatpak" msgstr "🐞 Activa transicions a Flatpak" -#: data/io.github.elly_code.reminduck.metainfo.xml.in:27 +#: data/io.github.ellie_commons.reminduck.metainfo.xml.in:27 msgid "🗃️ Flatpak Support!" msgstr "🗃️ Suport per Flatpak!" -#: data/io.github.elly_code.reminduck.metainfo.xml.in:34 +#: data/io.github.ellie_commons.reminduck.metainfo.xml.in:34 msgid "🌑 Dark-mode toggle on the header bar" msgstr "🌑 Commutador de modes fosc i clar a la barra d'encapçalament." -#: data/io.github.elly_code.reminduck.metainfo.xml.in:35 +#: data/io.github.ellie_commons.reminduck.metainfo.xml.in:35 msgid "🔔 Notifications now stick around until you close them, to make sure you don't miss your quacks" msgstr "🔔 Les notificacions ara persisteixen fins que les tanques, per assegurar-se que no et perds els nyecs" -#: data/io.github.elly_code.reminduck.metainfo.xml.in:36 +#: data/io.github.ellie_commons.reminduck.metainfo.xml.in:36 msgid "🌟 Support for additional GTK themes, making Reminduck distro-agnostic" msgstr "🌟 Suport per temes GTK addicionals, cosa que fa que Reminduck es pugui utilitzar en qualsevol distribució" -#: data/io.github.elly_code.reminduck.metainfo.xml.in:37 +#: data/io.github.ellie_commons.reminduck.metainfo.xml.in:37 msgid "🇪🇸 Spanish Translation (Alejandro Elí | @onerbs)" msgstr "🇪🇸 Traducció al castellà (Alejandro Eli | @onerbs)" -#: data/io.github.elly_code.reminduck.metainfo.xml.in:38 +#: data/io.github.ellie_commons.reminduck.metainfo.xml.in:38 msgid "🇮🇹 Italian Translation (Mirko Brombin | @mirkobrombin)" msgstr "🇮🇹 Traducció a l'italià (Mirko Brombin | @mirkobrombin)" -#: data/io.github.elly_code.reminduck.metainfo.xml.in:45 +#: data/io.github.ellie_commons.reminduck.metainfo.xml.in:45 msgid "🐥️ New Icon! - hopefully this one looks better than the previous one. With great help from Nararyans R.I. (@Fatih20)" msgstr "🐥️ Icona nova! Espero que aquest tingui un aspecte millor que l'anterior. Amb la fantàstica ajuda de Nararyans R.I. (@Fatih20)" -#: data/io.github.elly_code.reminduck.metainfo.xml.in:46 +#: data/io.github.ellie_commons.reminduck.metainfo.xml.in:46 msgid "💁‍ Increased compatibility with translations (Corentin Noël | @tintou)" msgstr "💁‍ S'ha augmentat la compatibilitat amb les traduccions (Corentin Noël | @tintou)" -#: data/io.github.elly_code.reminduck.metainfo.xml.in:47 +#: data/io.github.ellie_commons.reminduck.metainfo.xml.in:47 msgid "🇨🇵️ French Translation (Nathan Bonnemains | @NathanBnm)" msgstr "🇨🇵️ Traducció al francès (Nathan Bonnemains | @NathanBnm)" -#: data/io.github.elly_code.reminduck.metainfo.xml.in:54 +#: data/io.github.ellie_commons.reminduck.metainfo.xml.in:54 msgid "🔁️ Recurrent reminders - you can now have reminders that show up in set periods of time: every day, week, month, or a set interval" msgstr "🔁️ Recordatoris recurrents: ara pots tenir recordatoris que apareixen en intervals de temps determinats: cada dia, setmana, mes o altres" -#: data/io.github.elly_code.reminduck.metainfo.xml.in:55 +#: data/io.github.ellie_commons.reminduck.metainfo.xml.in:55 msgid "🌟️ General UI improvements to make settings up quacks more pleasant" msgstr "🌟️ Millores d'interfície en general per tal que configurar els recordatoris sigui més bonic" -#: data/io.github.elly_code.reminduck.metainfo.xml.in:56 +#: data/io.github.ellie_commons.reminduck.metainfo.xml.in:56 msgid "🌃️ Dark Mode is now prettier" msgstr "🌃️ El mode fosc és més bonic" -#: data/io.github.elly_code.reminduck.metainfo.xml.in:57 +#: data/io.github.ellie_commons.reminduck.metainfo.xml.in:57 msgid "🇹🇷 Turkish translation (libreajans)" msgstr "🇹🇷 Traducció al turc (libreajans)" -#: data/io.github.elly_code.reminduck.metainfo.xml.in:58 +#: data/io.github.ellie_commons.reminduck.metainfo.xml.in:58 msgid "🇳🇱 Dutch translation (Vistaus)" msgstr "🇳🇱 Traducció a l'holandès (Vistaus)" -#: data/io.github.elly_code.reminduck.metainfo.xml.in:65 +#: data/io.github.ellie_commons.reminduck.metainfo.xml.in:65 msgid "Support the unofficial \"Prefer Dark Theme\" setting 🌝️" msgstr "Suport per la configuració no oficial \"Prefereix el tema fosc\" 🌝️" -#: data/io.github.elly_code.reminduck.metainfo.xml.in:66 +#: data/io.github.ellie_commons.reminduck.metainfo.xml.in:66 msgid "This should also make it work with other dark GTK themes" msgstr "En principi també hauria de funcionar amb altres temes GTK foscos" -#: data/io.github.elly_code.reminduck.metainfo.xml.in:72 +#: data/io.github.ellie_commons.reminduck.metainfo.xml.in:72 msgid "Initial Release 🦆" msgstr "🦆 Versió inicial" -#: data/io.github.elly_code.reminduck.metainfo.xml.in:108 +#: data/io.github.ellie_commons.reminduck.metainfo.xml.in:108 msgid "Matheus Fantinel" msgstr "Matheus Fantinel" diff --git a/po/extra/de.po b/po/extra/de.po index 6798f33..ce02aba 100644 --- a/po/extra/de.po +++ b/po/extra/de.po @@ -262,5 +262,5 @@ msgstr "Aktuelle Mahnungen sehen, aber im Dunkeln" #~ msgid "Initial Release 🦆" #~ msgstr "Erste Veröffentlichung 🦆" -#~ msgid "io.github.elly_code.reminduck" -#~ msgstr "io.github.elly_code.reminduck" +#~ msgid "io.github.ellie_commons.reminduck" +#~ msgstr "io.github.ellie_commons.reminduck" diff --git a/po/extra/fr.po b/po/extra/fr.po index 1670dcb..d4bb108 100644 --- a/po/extra/fr.po +++ b/po/extra/fr.po @@ -266,5 +266,5 @@ msgstr "Voir les rappels en cours mais dans l'obscurité" #~ msgid "Initial Release 🦆" #~ msgstr "Version initiale 🦆" -#~ msgid "io.github.elly_code.reminduck" -#~ msgstr "io.github.elly_code.reminduck" +#~ msgid "io.github.ellie_commons.reminduck" +#~ msgstr "io.github.ellie_commons.reminduck" diff --git a/po/extra/it.po b/po/extra/it.po index 02c39e4..72eebbf 100644 --- a/po/extra/it.po +++ b/po/extra/it.po @@ -260,5 +260,5 @@ msgstr "Visualizza i promemoria correnti ma in modalità scura" #~ msgid "Initial Release 🦆" #~ msgstr "Rilascio iniziale 🦆" -#~ msgid "io.github.elly_code.reminduck" -#~ msgstr "io.github.elly_code.reminduck" +#~ msgid "io.github.ellie_commons.reminduck" +#~ msgstr "io.github.ellie_commons.reminduck" diff --git a/po/extra/nl.po b/po/extra/nl.po index 51e0010..0dd92e2 100644 --- a/po/extra/nl.po +++ b/po/extra/nl.po @@ -270,5 +270,5 @@ msgstr "Huidige herinneringen zien, maar in het donker" #~ msgid "Initial Release 🦆" #~ msgstr "Eerste uitgave 🎉️" -#~ msgid "io.github.elly_code.reminduck" -#~ msgstr "io.github.elly_code.reminduck" +#~ msgid "io.github.ellie_commons.reminduck" +#~ msgstr "io.github.ellie_commons.reminduck" diff --git a/po/extra/tr.po b/po/extra/tr.po index f7734b2..ff35974 100644 --- a/po/extra/tr.po +++ b/po/extra/tr.po @@ -274,5 +274,5 @@ msgstr "Mevcut hatırlatıcıları görün ancak karanlıkta" #~ msgstr "İlk Sürüm 🎉️" # Uygulama kimliği, çevirmeyin -#~ msgid "io.github.elly_code.reminduck" -#~ msgstr "io.github.elly_code.reminduck" +#~ msgid "io.github.ellie_commons.reminduck" +#~ msgstr "io.github.ellie_commons.reminduck" diff --git a/po/fr.po b/po/fr.po index 769ed02..1165ca9 100644 --- a/po/fr.po +++ b/po/fr.po @@ -9,7 +9,7 @@ msgstr "" "PO-Revision-Date: 2019-11-04 13:53+0100\n" "POT-Creation-Date: 2025-12-26 21:16+0100\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"Project-Id-Version: io.github.elly_code.reminduck\n" +"Project-Id-Version: io.github.ellie_commons.reminduck\n" "Report-Msgid-Bugs-To: \n" #. If reminder date < current date diff --git a/po/io.github.elly_code.reminduck.pot b/po/io.github.ellie_commons.reminduck.pot similarity index 98% rename from po/io.github.elly_code.reminduck.pot rename to po/io.github.ellie_commons.reminduck.pot index 7b44d6f..e7be0c2 100644 --- a/po/io.github.elly_code.reminduck.pot +++ b/po/io.github.ellie_commons.reminduck.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.github.elly_code.reminduck package. +# This file is distributed under the same license as the io.github.ellie_commons.reminduck package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: io.github.elly_code.reminduck\n" +"Project-Id-Version: io.github.ellie_commons.reminduck\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-12-26 21:16+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/po/it.po b/po/it.po index cee2ad7..1493a6e 100644 --- a/po/it.po +++ b/po/it.po @@ -9,7 +9,7 @@ msgstr "" "PO-Revision-Date: 2025-07-19 19:25+0200\n" "POT-Creation-Date: 2025-12-27 16:26+0100\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"Project-Id-Version: io.github.elly_code.reminduck\n" +"Project-Id-Version: io.github.ellie_commons.reminduck\n" "Report-Msgid-Bugs-To: \n" #. If reminder date < current date diff --git a/po/nl.po b/po/nl.po index 85b114c..94dbf96 100644 --- a/po/nl.po +++ b/po/nl.po @@ -9,7 +9,7 @@ msgstr "" "PO-Revision-Date: 2019-11-29 18:14+0100\n" "POT-Creation-Date: 2025-12-26 20:56+0100\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"Project-Id-Version: io.github.elly_code.reminduck\n" +"Project-Id-Version: io.github.ellie_commons.reminduck\n" "Report-Msgid-Bugs-To: \n" "X-Generator: Poedit 2.2.4\n" diff --git a/po/pt.po b/po/pt.po index 0415d01..84f68c8 100644 --- a/po/pt.po +++ b/po/pt.po @@ -9,7 +9,7 @@ msgstr "" "PO-Revision-Date: 2018-08-02 15:09-0300\n" "POT-Creation-Date: 2025-12-26 20:56+0100\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"Project-Id-Version: io.github.elly_code.reminduck\n" +"Project-Id-Version: io.github.ellie_commons.reminduck\n" "Report-Msgid-Bugs-To: \n" #. If reminder date < current date diff --git a/po/ru.po b/po/ru.po index 87400bc..1130c00 100644 --- a/po/ru.po +++ b/po/ru.po @@ -9,7 +9,7 @@ msgstr "" "PO-Revision-Date: 2025-07-15 15:37+0300\n" "POT-Creation-Date: 2025-12-26 20:56+0100\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"Project-Id-Version: io.github.elly_code.reminduck\n" +"Project-Id-Version: io.github.ellie_commons.reminduck\n" "Report-Msgid-Bugs-To: \n" "X-Generator: Poedit 3.5\n" diff --git a/po/sv.po b/po/sv.po index e85b1f3..6a97d2b 100644 --- a/po/sv.po +++ b/po/sv.po @@ -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.github.elly_code.reminduck package. +# This file is distributed under the same license as the io.github.ellie_commons.reminduck package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: io.github.elly_code.reminduck\n" +"Project-Id-Version: io.github.ellie_commons.reminduck\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-12-26 21:16+0100\n" "PO-Revision-Date: 2026-01-14 16:01+0100\n" diff --git a/po/tr.po b/po/tr.po index 15f4e16..9ef70ba 100644 --- a/po/tr.po +++ b/po/tr.po @@ -9,7 +9,7 @@ msgstr "" "PO-Revision-Date: 2019-10-12 16:21+0300\n" "POT-Creation-Date: 2025-12-26 20:56+0100\n" "Plural-Forms: nplurals=1; plural=0;\n" -"Project-Id-Version: io.github.elly_code.reminduck\n" +"Project-Id-Version: io.github.ellie_commons.reminduck\n" "Report-Msgid-Bugs-To: \n" "X-Generator: Poedit 2.0.6\n" diff --git a/po/vi.po b/po/vi.po index ba02292..aa58271 100644 --- a/po/vi.po +++ b/po/vi.po @@ -10,7 +10,7 @@ msgstr "" "PO-Revision-Date: 2025-12-14 16:23+0700\n" "POT-Creation-Date: 2025-12-26 20:56+0100\n" "Plural-Forms: nplurals=1; plural=0;\n" -"Project-Id-Version: io.github.elly_code.reminduck\n" +"Project-Id-Version: io.github.ellie_commons.reminduck\n" "Report-Msgid-Bugs-To: \n" "X-Generator: Poedit 3.8\n" diff --git a/src/Application.vala b/src/Application.vala index c61498c..83b4b17 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -37,7 +37,7 @@ namespace Reminduck { public ReminduckApp () { Object ( - application_id: "io.github.elly_code.reminduck", + application_id: "io.github.ellie_commons.reminduck", flags: ApplicationFlags.HANDLES_COMMAND_LINE ); } @@ -78,7 +78,7 @@ namespace Reminduck { ); }); - settings = new GLib.Settings ("io.github.elly_code.reminduck.state"); + settings = new GLib.Settings ("io.github.ellie_commons.reminduck.state"); // On first run, request autostart if (settings.get_boolean ("first-run") || ask_autostart) { diff --git a/src/MainWindow.vala b/src/MainWindow.vala index 268c149..43f8a10 100644 --- a/src/MainWindow.vala +++ b/src/MainWindow.vala @@ -29,7 +29,7 @@ public class Reminduck.MainWindow : Gtk.ApplicationWindow { construct { Intl.setlocale (); - settings = new GLib.Settings ("io.github.elly_code.reminduck.state"); + settings = new GLib.Settings ("io.github.ellie_commons.reminduck.state"); set_default_size ( this.settings.get_int ("window-width"), @@ -38,7 +38,7 @@ public class Reminduck.MainWindow : Gtk.ApplicationWindow { // Use reminduck styling var app_provider = new Gtk.CssProvider (); - app_provider.load_from_resource ("/io/github/elly_code/reminduck/Application.css"); + app_provider.load_from_resource ("/io/github/ellie_commons/reminduck/Application.css"); Gtk.StyleContext.add_provider_for_display ( Gdk.Display.get_default (), diff --git a/src/Objects/Quack.vala b/src/Objects/Quack.vala index 3ff08ca..281a7e6 100644 --- a/src/Objects/Quack.vala +++ b/src/Objects/Quack.vala @@ -44,10 +44,10 @@ public enum Reminduck.QuackType { public string to_resource_path () { switch (this) { - case DEFAULT: return "/io/github/elly_code/reminduck/default_quack.ogg"; - case PLASTIC: return "/io/github/elly_code/reminduck/plastic_quack.ogg"; + case DEFAULT: return "/io/github/ellie_commons/reminduck/default_quack.ogg"; + case PLASTIC: return "/io/github/ellie_commons/reminduck/plastic_quack.ogg"; case RANDOM: return random ().to_resource_path (); - default: return "/io/github/elly_code/reminduck/quack.ogg"; + default: return "/io/github/ellie_commons/reminduck/quack.ogg"; } } diff --git a/src/Services/Database.vala b/src/Services/Database.vala index 8eaf9ea..5c866aa 100644 --- a/src/Services/Database.vala +++ b/src/Services/Database.vala @@ -51,7 +51,7 @@ public class Reminduck.Database { } // If the old database is still there, move it - string old_path = Environment.get_user_data_dir () + "/.local/share/io.github.elly_code.reminduck/database.db"; + string old_path = Environment.get_user_data_dir () + "/.local/share/io.github.ellie_commons.reminduck/database.db"; File checkpath = File.new_for_path (old_path); File new_path = File.new_for_path (get_database_path ()); diff --git a/src/Services/Utils.vala b/src/Services/Utils.vala index 256e7b1..5fa241d 100644 --- a/src/Services/Utils.vala +++ b/src/Services/Utils.vala @@ -10,7 +10,7 @@ namespace Reminduck.Utils { private static void request_autostart () { Xdp.Portal portal = new Xdp.Portal (); GenericArray cmd = new GenericArray (); - cmd.add ("io.github.elly_code.reminduck"); + cmd.add ("io.github.ellie_commons.reminduck"); cmd.add ("--headless"); portal.request_background.begin ( @@ -26,7 +26,7 @@ namespace Reminduck.Utils { private static void remove_autostart () { Xdp.Portal portal = new Xdp.Portal (); GenericArray cmd = new GenericArray (); - cmd.add ("io.github.elly_code.reminduck"); + cmd.add ("io.github.ellie_commons.reminduck"); cmd.add ("--headless"); portal.request_background.begin ( diff --git a/src/Views/WelcomeView.vala b/src/Views/WelcomeView.vala index 53f09f4..ae10547 100644 --- a/src/Views/WelcomeView.vala +++ b/src/Views/WelcomeView.vala @@ -25,7 +25,7 @@ public class Reminduck.Views.WelcomeView : Gtk.Box { add_css_class ("reminduck-welcome-box"); var image = new Gtk.Image () { - icon_name = "io.github.elly_code.reminduck", + icon_name = "io.github.ellie_commons.reminduck", pixel_size = 96, valign = Gtk.Align.FILL }; diff --git a/windows/deploy.sh b/windows/deploy.sh index 3873080..ea159b5 100644 --- a/windows/deploy.sh +++ b/windows/deploy.sh @@ -19,10 +19,10 @@ build_dir="builddir" theme_name="io.elementary.stylesheet.banana" icon_theme="elementary" version="$(cat meson.build | grep version | cut -d \' -f 2)" -publisher="elly-code" +publisher="ellie-commons" deploy_dir="windows/deploy" -exe_name="io.github.elly_code.jorts.exe" +exe_name="io.github.ellie_commons.jorts.exe" #-------------------------------- # Rebuild and compile the exe as a release build @@ -117,8 +117,8 @@ Name ${app_name} VIAddVersionKey /LANG=0 "ProductName" "${app_name}" VIAddVersionKey /LANG=0 "FileVersion" "${version}" VIAddVersionKey /LANG=0 "ProductVersion" "${version}" -VIAddVersionKey /LANG=0 "FileDescription" "https://github.com/elly-code/reminduck" -VIAddVersionKey /LANG=0 "LegalCopyright" "GNU GPL v3 elly-code" +VIAddVersionKey /LANG=0 "FileDescription" "https://github.com/ellie-commons/reminduck" +VIAddVersionKey /LANG=0 "LegalCopyright" "GNU GPL v3 ellie-commons" VIProductVersion "${version}.0" Outfile "${app_name}-Installer.exe" @@ -139,8 +139,8 @@ BrandingText "Jorts ${version}, ${publisher} 2025" !define MUI_UNICON "icons\uninstall.ico" !define MUI_FINISHPAGE_LINK "Source code and wiki" -!define MUI_FINISHPAGE_LINK_LOCATION "https://github.com/elly-code/reminduck" -!define MUI_FINISHPAGE_RUN "\$INSTDIR\bin\io.github.elly_code.reminduck.exe" +!define MUI_FINISHPAGE_LINK_LOCATION "https://github.com/ellie-commons/reminduck" +!define MUI_FINISHPAGE_RUN "\$INSTDIR\bin\io.github.ellie_commons.reminduck.exe" !insertmacro MUI_PAGE_WELCOME !insertmacro MUI_PAGE_DIRECTORY @@ -230,7 +230,7 @@ Section "Install" WriteRegStr HKCU "Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\${app_name}" "InstallLocation" "\$INSTDIR\\" WriteRegStr HKCU "Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\${app_name}" "UninstallString" "\$INSTDIR\\Uninstall.exe" WriteRegStr HKCU "Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\${app_name}" "Publisher" "${publisher}" - WriteRegStr HKCU "Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\${app_name}" "URLInfoAbout" "https://github.com/elly-code/reminduck" + WriteRegStr HKCU "Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\${app_name}" "URLInfoAbout" "https://github.com/ellie-commons/reminduck" WriteRegDWORD HKCU "Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\${app_name}" "EstimatedSize" "0x00028294" ;164,5 MB SectionEnd From 1356819e1d3aab51004dfad227165bd248689ddd Mon Sep 17 00:00:00 2001 From: teamcons Date: Sun, 15 Feb 2026 22:10:24 +0100 Subject: [PATCH 2/2] reprep for flathub rerelease --- io.github.ellie_commons.reminduck.flathub.yml | 40 ------------------- io.github.ellie_commons.reminduck.yml | 17 +++++--- 2 files changed, 12 insertions(+), 45 deletions(-) delete mode 100644 io.github.ellie_commons.reminduck.flathub.yml diff --git a/io.github.ellie_commons.reminduck.flathub.yml b/io.github.ellie_commons.reminduck.flathub.yml deleted file mode 100644 index 2405ead..0000000 --- a/io.github.ellie_commons.reminduck.flathub.yml +++ /dev/null @@ -1,40 +0,0 @@ -id: io.github.ellie_commons.reminduck -# elementary SDK is not available on Flathub, so use the elementary BaseApp instead -base: io.elementary.BaseApp -base-version: 'circe-25.08' -runtime: org.gnome.Platform -runtime-version: '49' -sdk: org.gnome.Sdk -command: io.github.ellie_commons.reminduck - -finish-args: - - '--share=ipc' - - '--device=dri' - - '--socket=fallback-x11' - - '--socket=wayland' - # Required to do a quack sound - - '--socket=pulseaudio' - -cleanup: - - '/include' - - '/lib/pkgconfig' - - '/man' - - '/share/doc' - - '/share/gtk-doc' - - '/share/man' - - '/share/pkgconfig' - - '/share/installed-tests' - - '*.la' - - '*.a' - -modules: - - name: reminduck - buildsystem: meson - sources: - - type: git - url: https://github.com/ellie-commons/reminduck.git - tag: 2.3.1 - commit: 5a7ed806b77ca86a4f71ae1a431d72df37abf7b3 - x-checker-data: - type: git - tag-pattern: '^([\d.]+)$' \ No newline at end of file diff --git a/io.github.ellie_commons.reminduck.yml b/io.github.ellie_commons.reminduck.yml index 96c6744..5f6f6c9 100644 --- a/io.github.ellie_commons.reminduck.yml +++ b/io.github.ellie_commons.reminduck.yml @@ -1,7 +1,10 @@ id: io.github.ellie_commons.reminduck -runtime: io.elementary.Platform -runtime-version: '8.2' -sdk: io.elementary.Sdk +# elementary SDK is not available on Flathub, so use the elementary BaseApp instead +base: io.elementary.BaseApp +base-version: 'circe-25.08' +runtime: org.gnome.Platform +runtime-version: '49' +sdk: org.gnome.Sdk command: io.github.ellie_commons.reminduck finish-args: @@ -28,5 +31,9 @@ modules: - name: reminduck buildsystem: meson sources: - - type: dir - path: "." + - type: git + url: https://github.com/ellie-commons/reminduck.git + commit: 4db84251e9908838be4924f9b1bb85049e8e653f + x-checker-data: + type: git + tag-pattern: '^([\d.]+)$' \ No newline at end of file