New commits:
commit f9f1be7202cdefec3b734570d0d4de7d97bde22b
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
qt4: add /opt/qt4/lib to ld.so.conf
diff --git a/x11-toolkits/qt4/FINAL b/x11-toolkits/qt4/FINAL
new file mode 100755
index 0000000..740ba8c
--- /dev/null
+++ b/x11-toolkits/qt4/FINAL
@@ -0,0 +1,8 @@
+# I'm rather confused if INSTALL_ROOT or TRACK_ROOT makes sense here.
+# Do you want the path to a budding chroot here? Every use of these
+# variables may be too tricky to cover here.
+if ! grep -q qt4 /etc/ld.so.conf;then
+ message "${MESSAGE_COLOR}Adding qt4 lib directory to
ld.so.conf$DEFAULT_COLOR"
+ echo "/opt/qt4/lib" >> /etc/ld.so.conf
+ ldconfig
+fi
diff --git a/x11-toolkits/qt4/HISTORY b/x11-toolkits/qt4/HISTORY
index 7821b4d..87c7f0c 100644
--- a/x11-toolkits/qt4/HISTORY
+++ b/x11-toolkits/qt4/HISTORY
@@ -1,3 +1,7 @@
+2015-08-20 Thomas Orgis <sobukus AT sourcemage.org>
+ * FINAL: added again to avoid breaking every installed qt4-using
+ spell that won't find the libraries after their move to /opt
+
2015-08-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* INSTALL, profile.d/qt4.sh: make sure PATH is set so qt4 apps are
found
[SM-Commit] GIT changes to master grimoire by Thomas Orgis (f9f1be7202cdefec3b734570d0d4de7d97bde22b),
Thomas Orgis, 08/20/2015