Undo previous coimmit that broke everything

This commit is contained in:
heliguy4599
2023-09-25 01:42:59 -04:00
parent 646f1204a4
commit 4b75ba10fb
22 changed files with 39 additions and 39 deletions

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -1,4 +1,4 @@
application_id = 'org.neocities.heliguy.Warehouse'
application_id = 'io.github.heliguy4599.Warehouse'
scalable_dir = join_paths('hicolor', 'scalable', 'apps')
install_data(

View File

@@ -1,7 +1,7 @@
[Desktop Entry]
Name=Warehouse
Exec=warehouse
Icon=org.neocities.heliguy.Warehouse
Icon=io.github.heliguy4599.Warehouse
Terminal=false
Type=Application
Categories=GTK;System;Utility;

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="warehouse">
<schema id="org.neocities.heliguy.Warehouse" path="org/neocities/heliguy/Warehouse/">
<schema id="io.github.heliguy4599.Warehouse" path="/io/github/heliguy4599/Warehouse/">
</schema>
</schemalist>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>org.neocities.heliguy.Warehouse.desktop</id>
<launchable type="desktop-id">org.neocities.heliguy.Warehouse.desktop</launchable>
<id>io.github.heliguy4599.Warehouse.desktop</id>
<launchable type="desktop-id">io.github.heliguy4599.Warehouse.desktop</launchable>
<name translatable='no'>Warehouse</name>
<developer_name translatable="no">Heliguy</developer_name>
<metadata_license>CC0-1.0</metadata_license>

View File

@@ -1,6 +1,6 @@
desktop_file = i18n.merge_file(
input: 'org.neocities.heliguy.Warehouse.desktop.in',
output: 'org.neocities.heliguy.Warehouse.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: 'org.neocities.heliguy.Warehouse.metainfo.xml.in',
output: 'org.neocities.heliguy.Warehouse.metainfo.xml',
input: 'io.github.heliguy4599.Warehouse.metainfo.xml.in',
output: 'io.github.heliguy4599.Warehouse.metainfo.xml',
po_dir: '../po',
install: true,
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])
endif
install_data('org.neocities.heliguy.Warehouse.gschema.xml',
install_data('io.github.heliguy4599.Warehouse.gschema.xml',
install_dir: join_paths(get_option('datadir'), 'glib-2.0/schemas')
)