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

build: add texmaker #1916

Merged
merged 1 commit into from
Mar 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions io.github.texmaker/linglong.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
package:
id: io.github.texmaker
name: texmaker
version: 5.0.2
kind: app
description: |
Manual import of Texmaker from released source tarballs downloaded from
Copy link
Contributor

@kamiyadm kamiyadm Mar 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个description,仔细读一下.. 更新描述


runtime:
id: org.deepin.Runtime
version: 23.0.0

depends:
- id: qtscript/5.15.7
type: runtime

source:
kind: git
url: https://github.com/orao/texmaker.git
commit: 697ae78f87d9ef30cd876aec69c12e4399a4aa0b
patch: patches/0001-install.patch

build:
kind: qmake
27 changes: 27 additions & 0 deletions io.github.texmaker/patches/0001-install.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
From 9277c7212d199f1f555b0f10b492b4b71bcbfe82 Mon Sep 17 00:00:00 2001
From: wjyrich <1071633242@qq.com>
Date: Fri, 16 Feb 2024 14:05:43 +0800
Subject: [PATCH] install

---
texmaker.pro | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/texmaker.pro b/texmaker.pro
index b7913dd..f1bf741 100644
--- a/texmaker.pro
+++ b/texmaker.pro
@@ -1065,8 +1065,8 @@ DEFINES += AUTHORIZE_LINUX_QSTYLES

target.path = $${PREFIX}/bin
utilities.path = $${PREFIX}/share/texmaker
-desktop.path = $${DESKTOPDIR}
-icon.path = $${ICONDIR}
+desktop.path = $$PREFIX/share/applications/
+icon.path = $$PREFIX/share/icons
#not for openSUSE :
metainfo.path = $${METAINFODIR}

--
2.33.1

Loading