mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Rename to Warehouse
This commit is contained in:
|
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.FlattoolGUI'
|
||||
application_id = 'io.github.heliguy4599.Warehouse'
|
||||
|
||||
scalable_dir = join_paths('hicolor', 'scalable', 'apps')
|
||||
install_data(
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schemalist gettext-domain="flattool-gui">
|
||||
<schema id="io.github.heliguy4599.FlattoolGUI" path="/io/github/heliguy4599/FlattoolGUI/">
|
||||
</schema>
|
||||
</schemalist>
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop">
|
||||
<id>io.github.heliguy4599.FlattoolGUI.desktop</id>
|
||||
<id>io.github.heliguy4599.Warehouse.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=Warehouse
|
||||
Exec=flattool-gui
|
||||
Icon=io.github.heliguy4599.FlattoolGUI
|
||||
Exec=warehouse
|
||||
Icon=io.github.heliguy4599.Warehouse
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=GTK;
|
||||
5
data/io.github.heliguy4599.Warehouse.gschema.xml
Normal file
5
data/io.github.heliguy4599.Warehouse.gschema.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schemalist gettext-domain="warehouse">
|
||||
<schema id="io.github.heliguy4599.Warehouse" path="/io/github/heliguy4599/Warehouse/">
|
||||
</schema>
|
||||
</schemalist>
|
||||
@@ -1,6 +1,6 @@
|
||||
desktop_file = i18n.merge_file(
|
||||
input: 'io.github.heliguy4599.FlattoolGUI.desktop.in',
|
||||
output: 'io.github.heliguy4599.FlattoolGUI.desktop',
|
||||
input: 'io.github.heliguy4599.Warehouse.desktop.in',
|
||||
output: 'io.github.heliguy4599.Warehouse.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.heliguy4599.FlattoolGUI.appdata.xml.in',
|
||||
output: 'io.github.heliguy4599.FlattoolGUI.appdata.xml',
|
||||
input: 'io.github.heliguy4599.Warehouse.appdata.xml.in',
|
||||
output: 'io.github.heliguy4599.Warehouse.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.heliguy4599.FlattoolGUI.gschema.xml',
|
||||
install_data('io.github.heliguy4599.Warehouse.gschema.xml',
|
||||
install_dir: join_paths(get_option('datadir'), 'glib-2.0/schemas')
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user