Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (d23635847d8e61931b7f58e10dfb7bb912d187df)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (d23635847d8e61931b7f58e10dfb7bb912d187df)
  • Date: Thu, 9 May 2024 06:32:30 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

qt6/qt6base/FINAL | 5 +++++
qt6/qt6base/HISTORY | 3 +++
2 files changed, 8 insertions(+)

New commits:
commit d23635847d8e61931b7f58e10dfb7bb912d187df
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

qt6/qt6base: add /opt/qt6/lib to ld.so.conf

diff --git a/qt6/qt6base/FINAL b/qt6/qt6base/FINAL
new file mode 100755
index 0000000..0574cda
--- /dev/null
+++ b/qt6/qt6base/FINAL
@@ -0,0 +1,5 @@
+if ! grep -q qt6 "${INSTALL_ROOT}/etc/ld.so.conf";then
+ message "${MESSAGE_COLOR}Adding qt6 lib directory to
ld.so.conf$DEFAULT_COLOR"
+ echo "${INSTALL_ROOT}/opt/qt6/lib" >> "${INSTALL_ROOT}/etc/ld.so.conf"
+ ldconfig
+fi
diff --git a/qt6/qt6base/HISTORY b/qt6/qt6base/HISTORY
index 52cbb38..8151ab5 100644
--- a/qt6/qt6base/HISTORY
+++ b/qt6/qt6base/HISTORY
@@ -1,3 +1,6 @@
+2024-05-09 Conner Clere <xenanthropy AT sourcemage.org>
+ * FINAL: added, add /opt/qt6/lib to ld.so.conf
+
2024-04-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 6.7.0



  • [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (d23635847d8e61931b7f58e10dfb7bb912d187df), Conner Clere, 05/09/2024

Archive powered by MHonArc 2.6.24.

Top of Page