flatpak: change app id to page.codeberg.Imaginer.Imaginer
This commit is contained in:
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,4 @@
|
||||
application_id = 'io.github.ImaginerApp.Imaginer'
|
||||
application_id = 'page.codeberg.Imaginer.Imaginer'
|
||||
|
||||
scalable_dir = join_paths('hicolor', 'scalable', 'apps')
|
||||
install_data(
|
||||
|
@@ -1,6 +1,6 @@
|
||||
desktop_file = i18n.merge_file(
|
||||
input: 'io.github.ImaginerApp.Imaginer.desktop.in',
|
||||
output: 'io.github.ImaginerApp.Imaginer.desktop',
|
||||
input: 'page.codeberg.Imaginer.Imaginer.desktop.in',
|
||||
output: 'page.codeberg.Imaginer.Imaginer.desktop',
|
||||
type: 'desktop',
|
||||
po_dir: '../po',
|
||||
install: true,
|
||||
@@ -13,8 +13,8 @@ if desktop_utils.found()
|
||||
endif
|
||||
|
||||
appstream_file = i18n.merge_file(
|
||||
input: 'io.github.ImaginerApp.Imaginer.appdata.xml.in',
|
||||
output: 'io.github.ImaginerApp.Imaginer.appdata.xml',
|
||||
input: 'page.codeberg.Imaginer.Imaginer.appdata.xml.in',
|
||||
output: 'page.codeberg.Imaginer.Imaginer.appdata.xml',
|
||||
po_dir: '../po',
|
||||
install: true,
|
||||
install_dir: join_paths(get_option('datadir'), 'appdata')
|
||||
@@ -25,7 +25,7 @@ if appstream_util.found()
|
||||
test('Validate appstream file', appstream_util, args: ['validate', appstream_file])
|
||||
endif
|
||||
|
||||
install_data('io.github.ImaginerApp.Imaginer.gschema.xml',
|
||||
install_data('page.codeberg.Imaginer.Imaginer.gschema.xml',
|
||||
install_dir: join_paths(get_option('datadir'), 'glib-2.0/schemas')
|
||||
)
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop">
|
||||
<id>io.github.ImaginerApp.Imaginer.desktop</id>
|
||||
<id>page.codeberg.Imaginer.Imaginer.desktop</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-3.0-or-later</project_license>
|
||||
<description>
|
@@ -1,7 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Name=Imaginer
|
||||
Exec=imaginer
|
||||
Icon=io.github.ImaginerApp.Imaginer
|
||||
Icon=page.codeberg.Imaginer.Imaginer
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=GTK;
|
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schemalist gettext-domain="imaginer">
|
||||
<schema id="io.github.ImaginerApp.Imaginer" path="/io/github/ImaginerApp/Imaginer/">
|
||||
<schema id="page.codeberg.Imaginer.Imaginer" path="/io/github/ImaginerApp/Imaginer/">
|
||||
</schema>
|
||||
</schemalist>
|
Reference in New Issue
Block a user