Skip to content

Commit

Permalink
desktop garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartonrealista committed Jul 5, 2024
1 parent ecfbbc8 commit 0bb1b50
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 10 deletions.
5 changes: 3 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name := 'cosmic-app-template'
export APPID := 'com.example.CosmicAppTemplate'
name := 'cosmic-ext-2048'
export APPID := 'io.github.Kartonrealista.' + name

rootdir := ''
prefix := '/usr'
Expand Down Expand Up @@ -85,6 +85,7 @@ flatpak:
# Uninstalls installed files
uninstall:
rm {{bin-dst}}
rm {{desktop-dst}}

# Vendor dependencies locally
vendor:
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.example.CosmicAppTemplate</id>
<id>io.github.Kartonrealista.cosmic-ext-2048</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-only</project_license>
<project_group>COSMIC</project_group>
<developer_name>YourName</developer_name>
<project_group>None</project_group>
<developer_name>Kartonrealista</developer_name>
<update_contact>your@email.com</update_contact>
<url type="homepage"></url>
<url type="bugtracker"></url>
<name>COSMIC App Template</name>
<summary>A template for COSMIC applications</summary>
<name>2048 for COSMIC desktop</name>
<summary>A game of 2048 developed with libcosmic and Rust</summary>
<description>
<p>A template for COSMIC applications</p>
<p>A game of 2048 developed with libcosmic and Rust</p>
</description>
<launchable type="desktop-id">com.example.CosmicAppTemplate.desktop</launchable>
<launchable type="desktop-id">io.github.Kartonrealista.cosmic-ext-2048.desktop</launchable>
<icon type="remote" height="256" width="256">https://raw.githubusercontent.com/edfloreshz/cosmic-app-template/master/res/icons/hicolor/256x256/apps/com.example.CosmicAppTemplate.svg</icon>
<screenshots>
</screenshots>
Expand All @@ -22,7 +22,7 @@
<mimetype>text/plain</mimetype>
</mimetypes>
<binaries>
<binary>cosmic-app-template</binary>
<binary>cosmic-ext-2048</binary>
</binaries>
</provides>
</component>

0 comments on commit 0bb1b50

Please sign in to comment.