Skip to content

Commit

Permalink
[flatpak] Update karaberus to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 18, 2024
1 parent 16d60fd commit 785c6f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
12 changes: 4 additions & 8 deletions moe.japan7.karaberus.metainfo.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>moe.japan7.karaberus</id>

<name>karaberus</name>
<summary>A karaoke database server</summary>

<metadata_license>MIT</metadata_license>
<project_license>AGPL-3.0-or-later</project_license>

<description>
<p>
A karaoke database server
</p>
<p>A karaoke database server</p>
</description>

<launchable type="desktop-id">moe.japan7.karaberus.desktop</launchable>

<releases>
<release version="0.3.0" date="2024-08-18">
<url type="details">https://github.com/Japan7/karaberus/releases/tag/app-v0.3.0</url>
</release>
<release version="0.2.0" date="2024-08-08">
<url type="details">https://github.com/Japan7/karaberus/releases/tag/app-v0.2.0</url>
</release>
Expand Down
8 changes: 2 additions & 6 deletions moe.japan7.karaberus.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
id: moe.japan7.karaberus

runtime: org.gnome.Platform
runtime-version: '46'
sdk: org.gnome.Sdk

command: karaberus-wrapper
finish-args:
- --socket=wayland
Expand All @@ -12,14 +10,13 @@ finish-args:
- --share=ipc
- --share=network
- --talk-name=org.freedesktop.Flatpak

modules:
- name: binary
buildsystem: simple
sources:
- type: file
url: https://github.com/Japan7/karaberus/releases/download/app-v0.2.0/karaberus_0.2.0_amd64.deb
sha256: 8cebcb9bd0c780a3951fc3c28e729d34ea2467c93ce9b1ac0d268022ca82f5b3
url: https://github.com/Japan7/karaberus/releases/download/app-v0.3.0/karaberus_0.3.0_amd64.deb
sha256: 0e8a1700f34e0f7ffac2e8dff27e3f9b82c1a3718f2227dafce9a145eee65d66
only-arches: [x86_64]
build-commands:
- ar -x *.deb
Expand All @@ -28,7 +25,6 @@ modules:
- install -Dm644 usr/share/icons/hicolor/128x128/apps/app.png /app/share/icons/hicolor/128x128/apps/moe.japan7.karaberus.png
- install -Dm644 usr/share/icons/hicolor/32x32/apps/app.png /app/share/icons/hicolor/32x32/apps/moe.japan7.karaberus.png
- install -Dm644 usr/share/icons/hicolor/256x256@2/apps/app.png /app/share/icons/hicolor/256x256@2/apps/moe.japan7.karaberus.png

- name: additional-files
buildsystem: simple
sources:
Expand Down

0 comments on commit 785c6f2

Please sign in to comment.