Rename from dk.philipk.BoilR to io.github.philipk.boilr

This commit is contained in:
Philip Kristoffersen
2022-05-05 19:07:55 +02:00
parent d78f16fc89
commit b9d2d3015f
4 changed files with 10 additions and 10 deletions
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Philip Kristoffersen 2022 <philipkristoffersen@gmail.com> --> <!-- Philip Kristoffersen 2022 <philipkristoffersen@gmail.com> -->
<component type="desktop-application"> <component type="desktop-application">
<id>dk.philipk.BoilR</id> <id>io.github.philipk.boilr</id>
<metadata_license>CC0</metadata_license> <metadata_license>CC0</metadata_license>
<project_license>MIT/APACHE</project_license> <project_license>MIT/APACHE</project_license>
<name>BoilR</name> <name>BoilR</name>
@@ -34,5 +34,5 @@ https://hughsie.github.io/oars/index.html
<developer_name>Philip Kristoffersen</developer_name> <developer_name>Philip Kristoffersen</developer_name>
<update_contact>philipkristoffersen@gmail.com</update_contact> <update_contact>philipkristoffersen@gmail.com</update_contact>
<launchable type="desktop-id">dk.philipk.BoilR.desktop</launchable> <launchable type="desktop-id">io.github.philipk.boilr.desktop</launchable>
</component> </component>
@@ -7,7 +7,7 @@ Comment=Add non-steam games to your steam library
Categories=Utility;Amusement; Categories=Utility;Amusement;
Keywords=Steam;Heroic;Lutris;Itch;Origin;GOG;UPlay;Icons;Images;Non-Steam;Games; Keywords=Steam;Heroic;Lutris;Itch;Origin;GOG;UPlay;Icons;Images;Non-Steam;Games;
Icon=dk.philipk.BoilR Icon=io.github.philipk.boilr
Exec=boilr Exec=boilr
Terminal=false Terminal=false
StartupNotify=true StartupNotify=true
@@ -1,4 +1,4 @@
app-id: dk.philipk.BoilR app-id: io.github.philipk.boilr
command: boilr command: boilr
runtime: org.freedesktop.Platform runtime: org.freedesktop.Platform
runtime-version: '21.08' runtime-version: '21.08'
@@ -49,22 +49,22 @@ modules:
buildsystem: simple buildsystem: simple
sources: sources:
- type: file - type: file
path: ../resources/dk.philipk.BoilR.png path: ../resources/io.github.philipk.boilr.png
build-commands: build-commands:
- install -Dm644 dk.philipk.BoilR.png -t /app/share/icons/hicolor/32x32/apps - install -Dm644 io.github.philipk.boilr.png -t /app/share/icons/hicolor/32x32/apps
- name: boilr-desktop - name: boilr-desktop
buildsystem: simple buildsystem: simple
sources: sources:
- type: file - type: file
path: dk.philipk.BoilR.desktop path: io.github.philipk.boilr.desktop
build-commands: build-commands:
- install -Dm644 dk.philipk.BoilR.desktop -t /app/share/applications/ - install -Dm644 io.github.philipk.boilr.desktop -t /app/share/applications/
- name: boilr-appinfo - name: boilr-appinfo
buildsystem: simple buildsystem: simple
sources: sources:
- type: file - type: file
path: dk.philipk.BoilR.appdata.xml path: io.github.philipk.boilr.appdata.xml
build-commands: build-commands:
- install -Dm644 dk.philipk.BoilR.appdata.xml -t /app/share/metainfo/ - install -Dm644 io.github.philipk.boilr.appdata.xml -t /app/share/metainfo/

Before

Width:  |  Height:  |  Size: 584 B

After

Width:  |  Height:  |  Size: 584 B