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