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 tasveer
Browse files Browse the repository at this point in the history
A simple image browsing and tagging application.

Logs: add app name--tasveer
  • Loading branch information
lampze authored and kamiyadm committed Apr 2, 2024
1 parent a0db799 commit ffbd917
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
21 changes: 21 additions & 0 deletions io.github.tasveer/linglong.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
package:
id: io.github.tasveer
name: tasveer
version: 1.0.0
kind: app
description: |
A simple image browsing and tagging application.
runtime:
id: org.deepin.Runtime
version: 23.0.0

source:
kind: git
url: https://github.com/bitgato/tasveer.git
commit: 861ffdffc594beac88c9db440a5e3673441547e9
patch:
- patches/fix_install.patch

build:
kind: qmake
14 changes: 14 additions & 0 deletions io.github.tasveer/patches/fix_install.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
diff --git a/Tasveer.pro b/Tasveer.pro
index d23bf81..8b9e355 100644
--- a/Tasveer.pro
+++ b/Tasveer.pro
@@ -49,7 +49,7 @@ FORMS += \

# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
-else: unix:!android: target.path = /opt/$${TARGET}/bin
+else: unix:!android: target.path = $${PREFIX}/bin
!isEmpty(target.path): INSTALLS += target

RESOURCES += \

0 comments on commit ffbd917

Please sign in to comment.