Fix naming

This commit is contained in:
reesericci 2023-07-02 00:11:56 -05:00 committed by Conrad Kramer
parent 9a29b5e03b
commit 78682d073a
7 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<component type="desktop"> <component type="desktop">
<id>com.hackclub.Burrow.desktop</id> <id>com.hackclub.burrow.desktop</id>
<project_license>GPL-3.0-or-later</project_license> <project_license>GPL-3.0-or-later</project_license>
<description> <description>
<p>No description</p> <p>No description</p>

View file

@ -1,7 +1,7 @@
[Desktop Entry] [Desktop Entry]
Name=burrow-gtk Name=Burrow
Exec=burrow-gtk Exec=burrow-gtk
Icon=com.hackclub.Burrow Icon=com.hackclub.burrow
Terminal=false Terminal=false
Type=Application Type=Application
Categories=GTK;Network Categories=GTK;Network

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="burrow-gtk"> <schemalist gettext-domain="burrow-gtk">
<schema id="com.hackclub.Burrow" path="/com/hackclub/Burrow/"> <schema id="com.hackclub.burrow" path="/com/hackclub/burrow/">
</schema> </schema>
</schemalist> </schemalist>

View file

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

View file

@ -1,4 +1,4 @@
application_id = 'com.hackclub.Burrow' application_id = 'com.hackclub.burrow'
scalable_dir = join_paths('hicolor', 'scalable', 'apps') scalable_dir = join_paths('hicolor', 'scalable', 'apps')
install_data( install_data(

View file

@ -1,6 +1,6 @@
desktop_file = i18n.merge_file( desktop_file = i18n.merge_file(
input: 'com.hackclub.Burrow.desktop.in', input: 'com.hackclub.burrow.desktop.in',
output: 'com.hackclub.Burrow.desktop', output: 'com.hackclub.burrow.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: 'com.hackclub.Burrow.appdata.xml.in', input: 'com.hackclub.burrow.appdata.xml.in',
output: 'com.hackclub.Burrow.appdata.xml', output: 'com.hackclub.burrow.appdata.xml',
po_dir: '../po', po_dir: '../po',
install: true, install: true,
install_dir: join_paths(get_option('datadir'), 'appdata') install_dir: join_paths(get_option('datadir'), 'appdata')