mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Rename from dk.philipk.BoilR to io.github.philipk.boilr
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Philip Kristoffersen 2022 <philipkristoffersen@gmail.com> -->
|
||||
<component type="desktop-application">
|
||||
<id>dk.philipk.BoilR</id>
|
||||
<id>io.github.philipk.boilr</id>
|
||||
<metadata_license>CC0</metadata_license>
|
||||
<project_license>MIT/APACHE</project_license>
|
||||
<name>BoilR</name>
|
||||
@@ -34,5 +34,5 @@ https://hughsie.github.io/oars/index.html
|
||||
<developer_name>Philip Kristoffersen</developer_name>
|
||||
<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>
|
||||
@@ -7,7 +7,7 @@ Comment=Add non-steam games to your steam library
|
||||
Categories=Utility;Amusement;
|
||||
Keywords=Steam;Heroic;Lutris;Itch;Origin;GOG;UPlay;Icons;Images;Non-Steam;Games;
|
||||
|
||||
Icon=dk.philipk.BoilR
|
||||
Icon=io.github.philipk.boilr
|
||||
Exec=boilr
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
@@ -1,4 +1,4 @@
|
||||
app-id: dk.philipk.BoilR
|
||||
app-id: io.github.philipk.boilr
|
||||
command: boilr
|
||||
runtime: org.freedesktop.Platform
|
||||
runtime-version: '21.08'
|
||||
@@ -49,22 +49,22 @@ modules:
|
||||
buildsystem: simple
|
||||
sources:
|
||||
- type: file
|
||||
path: ../resources/dk.philipk.BoilR.png
|
||||
path: ../resources/io.github.philipk.boilr.png
|
||||
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
|
||||
buildsystem: simple
|
||||
sources:
|
||||
- type: file
|
||||
path: dk.philipk.BoilR.desktop
|
||||
path: io.github.philipk.boilr.desktop
|
||||
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
|
||||
buildsystem: simple
|
||||
sources:
|
||||
- type: file
|
||||
path: dk.philipk.BoilR.appdata.xml
|
||||
path: io.github.philipk.boilr.appdata.xml
|
||||
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/
|
||||
Reference in New Issue
Block a user