This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Open source karaoke show hosting software. Log: add software name--OpenKJ
- Loading branch information
Showing
2 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|