TheAssassin
348365050e
CMake configuration for linuxdeployqt
Not meant to replace the qmake build system, but for use with
CMake based IDEs.
7 years ago
probonopd
fd33511ce7
Do not run ldd on platformthemes, don't bundle their dependencies ( #217 )
Do not run ldd on platformthemes, don't bundle their dependencies
https://github.com/lupoDharkael/flameshot/issues/86#issuecomment-359160310
7 years ago
Gary Talent
cb3e3e62dc
Move RPATH adjustment to after library bundling ( #216 )
Libraries found with the RPATH could not be found by the bundler because
the RPATH was getting changed before the bundling.
7 years ago
probonopd
da29f366d8
Need to bundle libk5crypto according to https://github.com/AppImage/AppImages/issues/301
7 years ago
probonopd
935a629e9e
Happy New Year!
7 years ago
probonopd
38a727345d
Do not bundle libnsl.so.1 as it belongs to glibc
7 years ago
probonopd
ff5cd2102b
Remove libgssapi_krb5.so.2 because https://github.com/Subsurface-divelog/subsurface/issues/917
7 years ago
Verban Adrian
122eaca6d5
Add extra Qt plugins manually ( #152 )
Added posibility for developer to deploy aditional Qt plugins through a
list of plugins directories and plugins, relative path to the Qt plugins
directory
7 years ago
probonopd
c8016ad707
Revert "Call close(); on QProcess"
7 years ago
probonopd
fea29bda61
Call close(); on QProcess
https://github.com/probonopd/linuxdeployqt/issues/194#issuecomment-347322024
7 years ago
probonopd
e129d347bf
Bundle platformthemes, closes #60
Note that this only has an effect if the Qt installation has platformthemes installed,
https://launchpad.net/~beineri/+archive/ubuntu/opt-qt592-trusty has
7 years ago
probonopd
d143cf7897
Deploy platforminputcontexts whenever libQt5Gui is deployed ( #190 )
Closes #131
7 years ago
Abylay Ospan
25e0269001
deploy xcbglintegrations plugin if libxcb-glx used ( #188 )
if xcbglintegrations plugin not deployed then we get
following error message when try to run AppImage application:
"QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor
EGL are enabled"
we should include xcbglintegrations plugin when libxcb-glx.so found in
library list (obtained from ldd output). Some applications do not
depends on libQt5OpenGL.so but depends on libxcb-glx.so.
7 years ago
probonopd
d3e269f31d
libgtk-x11-2.0.so.0 and libgdk-x11-2.0.so.0 are missing on openSUSE-Tumbleweed-KDE-Live-x86_64-*-Media.iso
7 years ago
probonopd
717eebcaf7
Fix bugs as per https://github.com/probonopd/linuxdeployqt/issues/184#issuecomment-345293540
Thanks @tresf
7 years ago
probonopd
ac639bb146
libidn.so.11 does not come with Solus by default
7 years ago
probonopd
f135499521
Fix #184 segfault caused by trying to copy copyright files
7 years ago
Chris Rizzitello
35c2fedfa6
Remove duplicate if on svgz icon check
7 years ago
probonopd
5dc2aaea62
Use QDir::cleanPath
7 years ago
probonopd
c5ba2e7599
Deploy copyright files along with libraries copied from the host system
This is only implemented for Debian-like systems. Generalizations welcome.
7 years ago
probonopd
099f3c0433
Do not skip deployment just because the library is already at the target location
It might be pre-existing (prior to running linuxdeployqt) any may need to be properly deployed nevertheless
7 years ago
probonopd
b5e9de7331
Make ldd detect pre-existing libraries in the AppDir
7 years ago
probonopd
5b4339a0f6
Use -g option for appimagetool
7 years ago
Taras Kushnir
148e6bb3cc
Workaround for FHS mode for translations
7 years ago
Klaas Freitag
534f1cf79a
Fix: Check if desktop file from first argument really exists
and issue a proper error message if not.
When using linuxdeployqt for example in OBS and packages can not
be installed, it can happen that the desktop file is not existing.
This error message makes debugging easier.
7 years ago
Henner Kollmann
98f537a3a8
Search in the application path for qmake
7 years ago
probonopd
60dea92aff
Do not exclude libselinux.so.1
https://github.com/AppImage/AppImages/issues/83
7 years ago
Martin Höher
8c13c97c77
Add test for qmake option
7 years ago
probonopd
9d9192f31b
Attempt to fix "not found" error
7 years ago
Thorbjørn Lindeijer
ddb3e4e41c
Added path of problematic binary when dependency could not be found
Without verbose logging (which is really spammy) this information is
otherwise not available, but it can be very helpful in finding out
what's causing the problem.
7 years ago
probonopd
892964978c
Exit if appDirPath == "/", closes #144
7 years ago
probonopd
4685e33a6e
Do not blacklist libpcre.so.*
https://github.com/OpenOrienteering/mapper/pull/898#issuecomment-312454680
8 years ago
probonopd
c96f01bc4a
Libraries missing on openSUSE 42.0
8 years ago
probonopd
18fd602a22
libhcrypto.so.4 missing on openSUSE LEAP 42.0
8 years ago
probonopd
4e3a8bfe83
Cannot assume libkrb5* to be there, it is missing on openSUSE LEAP 42.0
8 years ago
Felix Barz
93ba2f186e
Qt module project structure ( #124 )
Refactor the project structure to make it build as a "Qt module". It's a first step to get this tool closer to Qt.
The main advantage here is: Simply running:
```
qmake
make
make install
```
will compile and install the tool into your Qt installation, and make it a part of your Qt just like any other tool (qmake, etc.)
8 years ago