mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-10 16:49:59 +02:00
Delete build-aux/flatpak/patches/0001-build-Fix-the-installation-paths.patch
This commit is contained in:
@@ -1,40 +0,0 @@
|
|||||||
From 14f0685ddcf3a7d64bb85a3e9a9ac97c369bb508 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Laurent Trinques <scorpio@qelectrotech.org>
|
|
||||||
Date: Sat, 26 Sep 2020 22:52:52 +0200
|
|
||||||
Subject: [PATCH] build: Fix the installation paths
|
|
||||||
|
|
||||||
---
|
|
||||||
qelectrotech.pro | 10 +++++-----
|
|
||||||
1 file changed, 5 insertions(+), 5 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/qelectrotech.pro b/qelectrotech.pro
|
|
||||||
index 7baddbb08..5dcda04b6 100644
|
|
||||||
--- a/qelectrotech.pro
|
|
||||||
+++ b/qelectrotech.pro
|
|
||||||
@@ -5,18 +5,18 @@
|
|
||||||
# Chemins utilises pour la compilation et l'installation de QET
|
|
||||||
unix {
|
|
||||||
# Chemins UNIX
|
|
||||||
- COMPIL_PREFIX = '/usr/local/'
|
|
||||||
- INSTALL_PREFIX = '/usr/local/'
|
|
||||||
+ COMPIL_PREFIX = '/app/'
|
|
||||||
+ INSTALL_PREFIX = '/app/'
|
|
||||||
QET_BINARY_PATH = 'bin/'
|
|
||||||
QET_COMMON_COLLECTION_PATH = 'share/qelectrotech/elements/'
|
|
||||||
QET_COMMON_TBT_PATH = 'share/qelectrotech/titleblocks/'
|
|
||||||
QET_LANG_PATH = 'share/qelectrotech/lang/'
|
|
||||||
QET_EXAMPLES_PATH = 'share/qelectrotech/examples/'
|
|
||||||
- QET_LICENSE_PATH = 'doc/qelectrotech/'
|
|
||||||
- QET_MIME_PACKAGE_PATH = '../share/mime/packages/'
|
|
||||||
+ QET_LICENSE_PATH = 'share/doc/qelectrotech/'
|
|
||||||
+ QET_MIME_PACKAGE_PATH = 'share/mime/packages/'
|
|
||||||
QET_DESKTOP_PATH = 'share/applications/'
|
|
||||||
QET_ICONS_PATH = 'share/icons/hicolor/'
|
|
||||||
- QET_MAN_PATH = 'man/'
|
|
||||||
+ QET_MAN_PATH = 'share/man/'
|
|
||||||
QET_APPDATA_PATH = 'share/appdata'
|
|
||||||
}
|
|
||||||
win32 {
|
|
||||||
--
|
|
||||||
2.35.1
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user