1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 20:22:38 +01:00

- app-misc/qlcplus: Use correct path for plugin

This commit is contained in:
2015-10-24 17:56:11 +02:00
parent a82e661728
commit 70e82ab6dd
3 changed files with 12 additions and 2 deletions

View File

@@ -56,6 +56,13 @@ src_prepare() {
sed -i -e '/^unix:!macx:LIBSDIR =/s#lib#'$(get_libdir)'#1' variables.pri || die
if use qt5 ; then
export QT_SELECT=qt5
sed -i -e '/^unix:!macx:PLUGINDIR =/s#qt4#qt5#1' variables.pri || die
else
export QT_SELECT=qt4
fi
if ! use fixtures-editor ; then
sed -i -e '/SUBDIRS += fixtureeditor/d' qlc.pro || die
sed -i -e '/desktop.files/s# qlcplus-fixtureeditor.desktop##g' etc/etc.pro || die