Skip to content

Commit

Permalink
move .desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
warmpigman committed May 12, 2024
1 parent 40ae8c1 commit 5e4a5b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions flatpak/org.unofficialrevport.REVHubInterface.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[Desktop Entry]
Name=REV Hub Interface - Community Edition
Exec=REVHubInterface
Type=Application
Icon=org.unofficialrevport.REVHubInterface
Categories=Development
10 changes: 5 additions & 5 deletions flatpak/org.unofficialrevport.REVHubInterface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ finish-args:
- --device=all
- --share=ipc
- --socket=x11
- --device=dri
- --talk-name=org.freedesktop.Flatpak
modules:
- python3-requirements.json
- name: tkinter
Expand Down Expand Up @@ -58,11 +56,13 @@ modules:
url-template: https://prdownloads.sourceforge.net/tcl/tk$version-src.tar.gz
- name: revhubinterface
buildsystem: simple
builddir: true
build-commands:
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST} . --no-build-isolation
- install -D REVHubInterface.sh /app/bin/REVHubInterface.sh
- install -Dm755 REVHubInterface.sh /app/bin/REVHubInterface.sh
- install -Dm644 -t /app/share/applications flatpak/org.unofficialrevport.REVHubInterface.desktop
- install -Dm644 -t /app/share/icons/hicolor/scalable/apps org.unofficialrevport.REVHubInterface.svg
sources:
- type: git
url: https://github.com/unofficial-rev-port/REVHubInterface.git
branch: main
commit: 40ae8c18fe9dd6ab92e8945ca669ff37e087d1bf

0 comments on commit 5e4a5b3

Please sign in to comment.