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

Commit

Permalink
build: add app artmoo
Browse files Browse the repository at this point in the history
A telnet/websocket Multi-user Object Orientated (MOO) server for creating text-only art projects and virtual worlds.

Logs: add app name--artmoo
  • Loading branch information
lampze committed Feb 29, 2024
1 parent 6f8f523 commit 35e3215
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
25 changes: 25 additions & 0 deletions io.github.artmoo/linglong.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
package:
id: io.github.artmoo
name: artmoo
version: 1.0.1.1
kind: app
description: |
A telnet/websocket Multi-user Object Orientated (MOO) server for creating text-only art projects and virtual worlds.
runtime:
id: org.deepin.Runtime
version: 23.0.0

depends:
- id: qtserialport/5.15.7
type: runtime

source:
kind: git
url: https://github.com/bigfug/moo.git
commit: a6f1325a19f4e5f33cc236ee0274ee34390e74fe
patch:
- patches/fix_desktop.patch

build:
kind: cmake
12 changes: 12 additions & 0 deletions io.github.artmoo/patches/fix_desktop.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/Server/artmoo-server.desktop b/Server/artmoo-server.desktop
index 8326c91..ff9b0a2 100644
--- a/Server/artmoo-server.desktop
+++ b/Server/artmoo-server.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Exec=artmoo-server
-Icon=usr/share/icons/hicolor/512x512/apps/artmoo-server.png
+Icon=artmoo-server
Version=1.0.0
Name=ArtMOO
Terminal=false

0 comments on commit 35e3215

Please sign in to comment.