FS#47301 - [lib32-qt4] plugins is installed in a "wrong" path

Attached to Project: Community Packages
Opened by Gustavo Alvarez (sl1pkn07) - Tuesday, 08 December 2015, 19:08 GMT
Last edited by Antonio Rojas (arojas) - Wednesday, 15 February 2017, 07:40 GMT
Task Type Bug Report
Category Packages: Multilib
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

In lib32-qt4, the plugins is installed in foo32bit/qt, but in the qt4 package is installed in foo/qt4


this is expected? no need installing in foo32bis/qt4 directory?

in the PKGBUILDs

lib32-qt4:

-libdir /usr/lib32 \
-plugindir /usr/lib32/qt/plugins \
-headerdir /usr/include/qt4-32 \
-importdir /usr/lib32/qt/imports \
-datadir /usr/share/qt \
-translationdir /usr/share/qt/translations \

qt4:

-bindir /usr/lib/qt4/bin \
-headerdir /usr/include/qt4 \
-docdir /usr/share/doc/qt4 \
-plugindir /usr/lib/qt4/plugins \
-importdir /usr/lib/qt4/imports \
-datadir /usr/share/qt4 \
-translationdir /usr/share/qt4/translations \
-sysconfdir /etc/xdg \
-examplesdir /usr/share/doc/qt4/examples \
-demosdir /usr/share/doc/qt4/demos \


greetings
This task depends upon

Closed by  Antonio Rojas (arojas)
Wednesday, 15 February 2017, 07:40 GMT
Reason for closing:  Won't fix
Additional comments about closing:  Package has been dropped
Comment by lin ziyun (maz-1) - Thursday, 19 January 2017, 13:35 GMT
I think so. It would possibly conflict with lib32-qt5 (although this package does not exist yet)
Comment by lin ziyun (maz-1) - Thursday, 19 January 2017, 13:37 GMT
maybe appending these flags to configure?
-bindir /usr/lib32/qt4/bin \
-plugindir /usr/lib32/qt4/plugins \
-importdir /usr/lib32/qt4/imports \

Loading...