Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
build: add OpenKJ
Browse files Browse the repository at this point in the history
Open source karaoke show hosting software.

Log: add software name--OpenKJ
  • Loading branch information
wjyrich committed Mar 27, 2024
1 parent e7f01b2 commit 3c236c3
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
21 changes: 21 additions & 0 deletions io.github.OpenKJ/linglong.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
package:
id: io.github.OpenKJ
name: OpenKJ
version: 2.0.0.1
kind: app
description: |
Open source karaoke show hosting software.
runtime:
id: org.deepin.Runtime
version: 23.0.0

source:
kind: git
url: https://github.com/OpenKJ/OpenKJ.git
commit: 674e14a76db9d9829875dc2b95374918aff399b0
patch: patches/0001-install.patch

build:
kind: cmake

26 changes: 26 additions & 0 deletions io.github.OpenKJ/patches/0001-install.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
From 1df6a34dbd193f9047f857c5058c56805ef62057 Mon Sep 17 00:00:00 2001
From: wjyrich <1071633242@qq.com>
Date: Wed, 27 Mar 2024 20:18:35 +0800
Subject: [PATCH] install

---
src/openkj.desktop | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/openkj.desktop b/src/openkj.desktop
index 72cdb3e..2cb6ec7 100644
--- a/src/openkj.desktop
+++ b/src/openkj.desktop
@@ -3,7 +3,7 @@ Type=Application
Version=1.0
Name=OpenKJ
Comment=Karaoke Hosting Software
-Exec=env QT_QPA_PLATFORM=xcb /usr/bin/openkj
-Icon=/usr/share/pixmaps/okjicon.svg
+Exec=env QT_QPA_PLATFORM=xcb openkj
+Icon=okjicon
Terminal=false
Categories=AudioVideo;Audio;Player;
--
2.33.1

0 comments on commit 3c236c3

Please sign in to comment.