[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28719] [PATCH 5/6] gnu: qscintilla: Adjust installation directory l
From: |
Hartmut Goebel |
Subject: |
[bug#28719] [PATCH 5/6] gnu: qscintilla: Adjust installation directory layout. |
Date: |
Fri, 6 Oct 2017 14:02:13 +0200 |
* gnu/packages/qt.scm (qscintilla)[#:phase configure]: Set QT_INSTALL_DATA and
QT_HOST_DATA to $OUT/lib/qt5.
---
gnu/packages/qt.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 1b5058ba1..775982757 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1467,8 +1467,10 @@ contain over 620 classes.")
(string-append out "/include"))
(("\\$\\$\\[QT_INSTALL_TRANSLATIONS\\]")
(string-append out "/translations"))
- (("\\$\\$\\[QT_INSTALL_DATA\\]") out)
- (("\\$\\$\\[QT_HOST_DATA\\]") out))
+ (("\\$\\$\\[QT_INSTALL_DATA\\]")
+ (string-append out "/lib/qt$${QT_MAJOR_VERSION}"))
+ (("\\$\\$\\[QT_HOST_DATA\\]")
+ (string-append out "/lib/qt$${QT_MAJOR_VERSION}")))
(zero? (system* "qmake"))))))))
(native-inputs `(("qtbase" ,qtbase)))
(home-page "http://www.riverbankcomputing.co.uk/software/qscintilla/intro")
--
2.13.5
- [bug#28719] [PATCH 0/6] Qt: Use a more standard directory layout., Hartmut Goebel, 2017/10/06
- [bug#28719] [PATCH 1/6] gnu: qtbase: Use a more standard directory layout., Hartmut Goebel, 2017/10/06
- [bug#28719] [PATCH 2/6] gnu: qt: Fix install paths in submodules., Hartmut Goebel, 2017/10/06
- [bug#28719] [PATCH 5/6] gnu: qscintilla: Adjust installation directory layout.,
Hartmut Goebel <=
- [bug#28719] [PATCH 5/6] gnu: qscintilla: Adjust installation directory layout., 宋文武, 2017/10/10
- [bug#28719] [PATCH 5/6] gnu: qscintilla: Adjust installation directory layout., Hartmut Goebel, 2017/10/10
- [bug#28719] [PATCH 5/6] gnu: qscintilla: Adjust installation directory layout., Hartmut Goebel, 2017/10/10
- [bug#28719] [PATCH 5/6] gnu: qscintilla: Adjust installation directory layout., 宋文武, 2017/10/12
- bug#28719: [PATCH 5/6] gnu: qscintilla: Adjust installation directory layout., Hartmut Goebel, 2017/10/13
- [bug#28719] [PATCH 5/6] gnu: qscintilla: Adjust installation directory layout., 宋文武, 2017/10/14
[bug#28719] [PATCH 3/6] gnu: qwt: Adjust installation directory layout., Hartmut Goebel, 2017/10/06
[bug#28719] [PATCH 4/6] gnu: qtwebkit: Fix rpath for the qmlwebkit plugins., Hartmut Goebel, 2017/10/06
[bug#28719] [PATCH 6/6] gnu: kde-framworks: Fix installation directories., Hartmut Goebel, 2017/10/06