mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Attempt to rename app ID
This commit is contained in:
4
.github/workflows/flatpak-builder.yml
vendored
4
.github/workflows/flatpak-builder.yml
vendored
@@ -17,5 +17,5 @@ jobs:
|
|||||||
- name: Flatpak Builder
|
- name: Flatpak Builder
|
||||||
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.1
|
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.1
|
||||||
with:
|
with:
|
||||||
bundle: io.github.heliguy4599.Warehouse.flatpak
|
bundle: org.neocities.heliguy.Warehouse.flatpak
|
||||||
manifest-path: io.github.heliguy4599.Warehouse.json
|
manifest-path: org.neocities.heliguy.Warehouse.json
|
||||||
@@ -33,12 +33,12 @@ To use Warehouse effectively, ensure the following dependencies are installed on
|
|||||||
|
|
||||||
## 🛠️ Installation Steps:
|
## 🛠️ Installation Steps:
|
||||||
1. Make sure you have the above dependencies installed.
|
1. Make sure you have the above dependencies installed.
|
||||||
2. Visit the [releases](https://github.com/flattool/warehouse/releases) page and download `io.github.heliguy4599.Warehouse.flatpak`.
|
2. Visit the [releases](https://github.com/flattool/warehouse/releases) page and download `org.neocities.heliguy.Warehouse.flatpak`.
|
||||||
3. Install it using your software store or run the following command:
|
3. Install it using your software store or run the following command:
|
||||||
```shell
|
```shell
|
||||||
$ flatpak install /path/to/io.github.heliguy4599.Warehouse.flatpak
|
$ flatpak install /path/to/org.neocities.heliguy.Warehouse.flatpak
|
||||||
```
|
```
|
||||||
You're all set! Launch the application by clicking its icon in your app menu or running:
|
You're all set! Launch the application by clicking its icon in your app menu or running:
|
||||||
```shell
|
```shell
|
||||||
$ flatpak run io.github.heliguy4599.Warehouse
|
$ flatpak run org.neocities.heliguy.Warehouse
|
||||||
```
|
```
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 638 B After Width: | Height: | Size: 638 B |
@@ -1,4 +1,4 @@
|
|||||||
application_id = 'io.github.heliguy4599.Warehouse'
|
application_id = 'org.neocities.heliguy.Warehouse'
|
||||||
|
|
||||||
scalable_dir = join_paths('hicolor', 'scalable', 'apps')
|
scalable_dir = join_paths('hicolor', 'scalable', 'apps')
|
||||||
install_data(
|
install_data(
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
desktop_file = i18n.merge_file(
|
desktop_file = i18n.merge_file(
|
||||||
input: 'io.github.heliguy4599.Warehouse.desktop.in',
|
input: 'org.neocities.heliguy.Warehouse.desktop.in',
|
||||||
output: 'io.github.heliguy4599.Warehouse.desktop',
|
output: 'org.neocities.heliguy.Warehouse.desktop',
|
||||||
type: 'desktop',
|
type: 'desktop',
|
||||||
po_dir: '../po',
|
po_dir: '../po',
|
||||||
install: true,
|
install: true,
|
||||||
@@ -13,8 +13,8 @@ if desktop_utils.found()
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
appstream_file = i18n.merge_file(
|
appstream_file = i18n.merge_file(
|
||||||
input: 'io.github.heliguy4599.Warehouse.metainfo.xml.in',
|
input: 'org.neocities.heliguy.Warehouse.metainfo.xml.in',
|
||||||
output: 'io.github.heliguy4599.Warehouse.metainfo.xml',
|
output: 'org.neocities.heliguy.Warehouse.metainfo.xml',
|
||||||
po_dir: '../po',
|
po_dir: '../po',
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: join_paths(get_option('datadir'), 'metainfo')
|
install_dir: join_paths(get_option('datadir'), 'metainfo')
|
||||||
@@ -25,7 +25,7 @@ if appstream_util.found()
|
|||||||
test('Validate appstream file', appstream_util, args: ['validate', appstream_file])
|
test('Validate appstream file', appstream_util, args: ['validate', appstream_file])
|
||||||
endif
|
endif
|
||||||
|
|
||||||
install_data('io.github.heliguy4599.Warehouse.gschema.xml',
|
install_data('org.neocities.heliguy.Warehouse.gschema.xml',
|
||||||
install_dir: join_paths(get_option('datadir'), 'glib-2.0/schemas')
|
install_dir: join_paths(get_option('datadir'), 'glib-2.0/schemas')
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Warehouse
|
Name=Warehouse
|
||||||
Exec=warehouse
|
Exec=warehouse
|
||||||
Icon=io.github.heliguy4599.Warehouse
|
Icon=org.neocities.heliguy.Warehouse
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=GTK;System;Utility;
|
Categories=GTK;System;Utility;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<schemalist gettext-domain="warehouse">
|
<schemalist gettext-domain="warehouse">
|
||||||
<schema id="io.github.heliguy4599.Warehouse" path="/io/github/heliguy4599/Warehouse/">
|
<schema id="org.neocities.heliguy.Warehouse" path="org/neocities/heliguy/Warehouse/">
|
||||||
</schema>
|
</schema>
|
||||||
</schemalist>
|
</schemalist>
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<component type="desktop">
|
<component type="desktop">
|
||||||
<id>io.github.heliguy4599.Warehouse.desktop</id>
|
<id>org.neocities.heliguy.Warehouse.desktop</id>
|
||||||
<launchable type="desktop-id">io.github.heliguy4599.Warehouse.desktop</launchable>
|
<launchable type="desktop-id">org.neocities.heliguy.Warehouse.desktop</launchable>
|
||||||
<name translatable='no'>Warehouse</name>
|
<name translatable='no'>Warehouse</name>
|
||||||
<developer_name translatable="no">Heliguy</developer_name>
|
<developer_name translatable="no">Heliguy</developer_name>
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"id" : "io.github.heliguy4599.Warehouse",
|
"id" : "org.neocities.heliguy.Warehouse",
|
||||||
"runtime" : "org.gnome.Platform",
|
"runtime" : "org.gnome.Platform",
|
||||||
"runtime-version" : "45",
|
"runtime-version" : "45",
|
||||||
"sdk" : "org.gnome.Sdk",
|
"sdk" : "org.gnome.Sdk",
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
data/io.github.heliguy4599.Warehouse.desktop.in
|
data/org.neocities.heliguy.Warehouse.desktop.in
|
||||||
data/io.github.heliguy4599.Warehouse.metainfo.xml.in
|
data/org.neocities.heliguy.Warehouse.metainfo.xml.in
|
||||||
data/io.github.heliguy4599.Warehouse.gschema.xml
|
data/org.neocities.heliguy.Warehouse.gschema.xml
|
||||||
src/main.py
|
src/main.py
|
||||||
src/window.py
|
src/window.py
|
||||||
src/window.blp
|
src/window.blp
|
||||||
|
|||||||
4
po/de.po
4
po/de.po
@@ -17,11 +17,11 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Generator: Poedit 3.3.1\n"
|
"X-Generator: Poedit 3.3.1\n"
|
||||||
|
|
||||||
#: data/io.github.heliguy4599.Warehouse.desktop.in:3
|
#: data/org.neocities.heliguy.Warehouse.desktop.in:3
|
||||||
msgid "Warehouse"
|
msgid "Warehouse"
|
||||||
msgstr "Warehouse"
|
msgstr "Warehouse"
|
||||||
|
|
||||||
#: data/io.github.heliguy4599.Warehouse.metainfo.xml.in:7
|
#: data/org.neocities.heliguy.Warehouse.metainfo.xml.in:7
|
||||||
msgid "No description"
|
msgid "No description"
|
||||||
msgstr "Keine Beschreibung"
|
msgstr "Keine Beschreibung"
|
||||||
|
|
||||||
|
|||||||
4
po/es.po
4
po/es.po
@@ -17,11 +17,11 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: data/io.github.heliguy4599.Warehouse.desktop.in:3
|
#: data/org.neocities.heliguy.Warehouse.desktop.in:3
|
||||||
msgid "Warehouse"
|
msgid "Warehouse"
|
||||||
msgstr "Warehouse"
|
msgstr "Warehouse"
|
||||||
|
|
||||||
#: data/io.github.heliguy4599.Warehouse.metainfo.xml.in:7
|
#: data/org.neocities.heliguy.Warehouse.metainfo.xml.in:7
|
||||||
msgid "No description"
|
msgid "No description"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -17,11 +17,11 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=CHARSET\n"
|
"Content-Type: text/plain; charset=CHARSET\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: data/io.github.heliguy4599.Warehouse.desktop.in:3
|
#: data/org.neocities.heliguy.Warehouse.desktop.in:3
|
||||||
msgid "Warehouse"
|
msgid "Warehouse"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/io.github.heliguy4599.Warehouse.metainfo.xml.in:7
|
#: data/org.neocities.heliguy.Warehouse.metainfo.xml.in:7
|
||||||
msgid "No description"
|
msgid "No description"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
4
po/nb.po
4
po/nb.po
@@ -17,11 +17,11 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Generator: Poedit 3.3.1\n"
|
"X-Generator: Poedit 3.3.1\n"
|
||||||
|
|
||||||
#: data/io.github.heliguy4599.Warehouse.desktop.in:3
|
#: data/org.neocities.heliguy.Warehouse.desktop.in:3
|
||||||
msgid "Warehouse"
|
msgid "Warehouse"
|
||||||
msgstr "Warehouse"
|
msgstr "Warehouse"
|
||||||
|
|
||||||
#: data/io.github.heliguy4599.Warehouse.metainfo.xml.in:7
|
#: data/org.neocities.heliguy.Warehouse.metainfo.xml.in:7
|
||||||
msgid "No description"
|
msgid "No description"
|
||||||
msgstr "Ingen beskrivelse"
|
msgstr "Ingen beskrivelse"
|
||||||
|
|
||||||
|
|||||||
4
po/nn.po
4
po/nn.po
@@ -17,11 +17,11 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Generator: Poedit 3.3.1\n"
|
"X-Generator: Poedit 3.3.1\n"
|
||||||
|
|
||||||
#: data/io.github.heliguy4599.Warehouse.desktop.in:3
|
#: data/org.neocities.heliguy.Warehouse.desktop.in:3
|
||||||
msgid "Warehouse"
|
msgid "Warehouse"
|
||||||
msgstr "Warehouse"
|
msgstr "Warehouse"
|
||||||
|
|
||||||
#: data/io.github.heliguy4599.Warehouse.metainfo.xml.in:7
|
#: data/org.neocities.heliguy.Warehouse.metainfo.xml.in:7
|
||||||
msgid "No description"
|
msgid "No description"
|
||||||
msgstr "Ingen skildring"
|
msgstr "Ingen skildring"
|
||||||
|
|
||||||
|
|||||||
4
po/pl.po
4
po/pl.po
@@ -17,11 +17,11 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Generator: Poedit 3.3.1\n"
|
"X-Generator: Poedit 3.3.1\n"
|
||||||
|
|
||||||
#: data/io.github.heliguy4599.Warehouse.desktop.in:3
|
#: data/org.neocities.heliguy.Warehouse.desktop.in:3
|
||||||
msgid "Warehouse"
|
msgid "Warehouse"
|
||||||
msgstr "Warehouse"
|
msgstr "Warehouse"
|
||||||
|
|
||||||
#: data/io.github.heliguy4599.Warehouse.metainfo.xml.in:7
|
#: data/org.neocities.heliguy.Warehouse.metainfo.xml.in:7
|
||||||
msgid "No description"
|
msgid "No description"
|
||||||
msgstr "Brak opisu"
|
msgstr "Brak opisu"
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import subprocess
|
|||||||
import os
|
import os
|
||||||
import pathlib
|
import pathlib
|
||||||
|
|
||||||
@Gtk.Template(resource_path="/io/github/heliguy4599/Warehouse/filter.ui")
|
@Gtk.Template(resource_path="org/neocities/heliguy/Warehouse/filter.ui")
|
||||||
class FilterWindow(Adw.Window):
|
class FilterWindow(Adw.Window):
|
||||||
__gtype_name__ = "FilterWindow"
|
__gtype_name__ = "FilterWindow"
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ class WarehouseApplication(Adw.Application):
|
|||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__(
|
super().__init__(
|
||||||
application_id="io.github.heliguy4599.Warehouse",
|
application_id="org.neocities.heliguy.Warehouse",
|
||||||
flags=Gio.ApplicationFlags.DEFAULT_FLAGS,
|
flags=Gio.ApplicationFlags.DEFAULT_FLAGS,
|
||||||
)
|
)
|
||||||
self.create_action("quit", lambda *_: self.quit(), ["<primary>q"])
|
self.create_action("quit", lambda *_: self.quit(), ["<primary>q"])
|
||||||
@@ -90,7 +90,7 @@ class WarehouseApplication(Adw.Application):
|
|||||||
about = Adw.AboutWindow(
|
about = Adw.AboutWindow(
|
||||||
transient_for=self.props.active_window,
|
transient_for=self.props.active_window,
|
||||||
application_name="Warehouse",
|
application_name="Warehouse",
|
||||||
application_icon="io.github.heliguy4599.Warehouse",
|
application_icon="org.neocities.heliguy.Warehouse",
|
||||||
developer_name="Heliguy",
|
developer_name="Heliguy",
|
||||||
version="0.6.0",
|
version="0.6.0",
|
||||||
developers=["Heliguy https://github.com/heliguy4599", "kramo https://kramo.hu"],
|
developers=["Heliguy https://github.com/heliguy4599", "kramo https://kramo.hu"],
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import subprocess
|
|||||||
import os
|
import os
|
||||||
import pathlib
|
import pathlib
|
||||||
|
|
||||||
@Gtk.Template(resource_path="/io/github/heliguy4599/Warehouse/orphans.ui")
|
@Gtk.Template(resource_path="org/neocities/heliguy/Warehouse/orphans.ui")
|
||||||
class OrphansWindow(Adw.Window):
|
class OrphansWindow(Adw.Window):
|
||||||
__gtype_name__ = "OrphansWindow"
|
__gtype_name__ = "OrphansWindow"
|
||||||
|
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<gresources>
|
<gresources>
|
||||||
<gresource prefix="/io/github/heliguy4599/Warehouse">
|
<gresource prefix="/org/neocities/heliguy/Warehouse">
|
||||||
<file preprocess="xml-stripblanks">window.ui</file>
|
<file preprocess="xml-stripblanks">window.ui</file>
|
||||||
<file preprocess="xml-stripblanks">orphans.ui</file>
|
<file preprocess="xml-stripblanks">orphans.ui</file>
|
||||||
<file preprocess="xml-stripblanks">filter.ui</file>
|
<file preprocess="xml-stripblanks">filter.ui</file>
|
||||||
<file preprocess="xml-stripblanks">gtk/help-overlay.ui</file>
|
<file preprocess="xml-stripblanks">gtk/help-overlay.ui</file>
|
||||||
<!-- <file preprocess="xml-stripblanks">../data/io.github.heliguy4599.Warehouse.metainfo.xml.in</file> -->
|
<!-- <file preprocess="xml-stripblanks">../data/org.neocities.heliguy.Warehouse.metainfo.xml.in</file> -->
|
||||||
</gresource>
|
</gresource>
|
||||||
<gresource prefix="/io/github/heliguy4599/Warehouse/icons/scalable/actions/">
|
<gresource prefix="/org/neocities/heliguy/Warehouse/icons/scalable/actions/">
|
||||||
<file preprocess="xml-stripblanks">selection-mode-symbolic.svg</file>
|
<file preprocess="xml-stripblanks">selection-mode-symbolic.svg</file>
|
||||||
<file preprocess="xml-stripblanks">error-symbolic.svg</file>
|
<file preprocess="xml-stripblanks">error-symbolic.svg</file>
|
||||||
<file preprocess="xml-stripblanks">brush-symbolic.svg</file>
|
<file preprocess="xml-stripblanks">brush-symbolic.svg</file>
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ from .properties_window import show_properties_window
|
|||||||
from .filter_window import FilterWindow
|
from .filter_window import FilterWindow
|
||||||
from .common import myUtils
|
from .common import myUtils
|
||||||
|
|
||||||
@Gtk.Template(resource_path="/io/github/heliguy4599/Warehouse/window.ui")
|
@Gtk.Template(resource_path="org/neocities/heliguy/Warehouse/window.ui")
|
||||||
class WarehouseWindow(Adw.ApplicationWindow):
|
class WarehouseWindow(Adw.ApplicationWindow):
|
||||||
__gtype_name__ = "WarehouseWindow"
|
__gtype_name__ = "WarehouseWindow"
|
||||||
main_window_title = "Warehouse"
|
main_window_title = "Warehouse"
|
||||||
|
|||||||
Reference in New Issue
Block a user