Commit Graph

648 Commits

Author SHA1 Message Date
probonopd 0d9494b240 Switch to Qt 5.9 2017-06-05 11:03:21 +02:00
probonopd bd30e0e119 Merge branch 'master' into master 2017-06-01 23:14:12 +02:00
TheAssassin 57e68b67a3 Merge pull request #127 from TheAssassin/fix-segfaults-on-travis
Fix linuxdeployqt segfaults
2017-06-01 22:32:10 +02:00
TheAssassin 31ac0abb87 Merge branch 'master' into fix-segfaults-on-travis 2017-06-01 22:20:12 +02:00
TheAssassin 1088dfa999 Fix linuxdeployqt crashes on Travis (closes #108)
By using a stable patchelf binary instead of compiling the latest master
from NixOS/patchelf, the crash could be solved.

An issue has been created in NixOS/patchelf attempting to fix this
upstream.

We should think about relying on stable versions (e.g. their tags) in
the future instead of building the master branch, especially since
linuxdeployqt is a development tool that many developers rely on.
2017-06-01 22:11:40 +02:00
probonopd e785c90e3c Update README.md
[ci skip]
2017-05-31 00:47:02 +02:00
probonopd 21214ee27a Disable patchQtCore 2017-05-30 23:05:14 +02:00
TheAssassin df417bd38a Upload files for debugging if linuxdeployqt segfaults 2017-05-29 23:59:13 +02:00
TheAssassin 63f2e371b6 Disable notifications 2017-05-29 23:59:13 +02:00
probonopd e273dba26c make -j$(nproc)
[ci skip]
2017-05-29 23:15:10 +02:00
probonopd 3df78b975a Do not bundle libpangoft2-1.0.so.0, libpangocairo-1.0.so.0, libpango-1.0.so.0
https://github.com/probonopd/AppImages/issues/240
2017-05-27 16:35:17 +00:00
probonopd 0f2dba46ff Translations deployment, thanks Ribtoks
https://github.com/probonopd/linuxdeployqt/compare/16f2176...Ribtoks:18efafdea7cd77fb9e201ecfbf522b5d5c68a165?expand=1
2017-05-26 07:34:56 +02:00
probonopd e8ea2c94a5 Fix for PrivateWidgets not being deployed, closes #113
https://github.com/Ribtoks/linuxdeployqt/commit/16f2176b15e4ade8b35f67ddc392aca1fbc9c5cc
2017-05-26 07:25:23 +02:00
probonopd 01056fa3ac Merge branch 'master' into master 2017-05-26 07:00:06 +02:00
probonopd 195b793686 Do not exit if qmlimportscanner is not found 2017-05-26 01:50:34 +02:00
probonopd 1c852a19ae Skip QML imports if no Qt detected 2017-05-25 22:53:42 +02:00
probonopd 08d091725c Update shared.cpp 2017-05-25 13:41:35 +02:00
probonopd c79654e7e8 Revert "Try Qt 5.7.1 to see whether it also segfaults on Travis CI"
It does. Using  Qt 5.7.1 makes no difference

This reverts commit e5b7c2f433.
2017-05-25 13:32:10 +02:00
probonopd 731c08ad89 Modify qt.conf 2017-05-25 13:28:29 +02:00
probonopd e5b7c2f433 Try Qt 5.7.1 to see whether it also segfaults on Travis CI 2017-05-25 13:17:45 +02:00
probonopd b0cb33c9de Revert "No longer generate qt.conf since we use qt_prfxpath now"
Possible workaround for #98, #99, #122

This reverts commit 5df50f332b.
2017-05-25 12:51:53 +02:00
Piotr Krzemiński 85b2b44f34 add QNapi to project list that uses linuxdeployqt (#119) 2017-05-20 22:14:05 +01:00
probonopd bb39683187 Try patchelf 0.9 = 44b7f95 2017-05-20 15:16:08 +02:00
probonopd f6664faaf9 Update shared.cpp 2017-05-20 14:58:51 +02:00
Martin Höher a3a6376573 Allow the qmake executable to be passed on CLI
This change adds a new command line option `qmake` to the tool which
allows the user to specify the qmake executable to be used. By default,
if that option is omitted, the behavior is unchanged (i.e. the tool first
searches for the `qmake` executable and - if this is not successful -
then for either `qmake-qt5` or `qmake-qt4`. If the new option is used,
no search takes place and instead the executable provided is used as-is.

This implements a part of the functionality as discussed in issue #94.
2017-05-17 21:30:22 +02:00
probonopd d199bb95b2 Update BUILDING.md
[ci skip]
2017-05-07 18:39:28 +02:00
probonopd bb39214b0c Update BUILDING.md
[ci skip]
2017-05-07 18:38:20 +02:00
probonopd 6dd15c61b7 Update tests-ci.sh 2017-05-07 14:20:13 +02:00
probonopd 84f063dc80 For now skip the tests, since we are getting an unexplainable segfault 2017-05-07 13:04:27 +02:00
probonopd 29b51782c6 Do not nest an AppImage inside the AppImage to facilitate --appimage-extract
Closes #107
2017-05-07 12:40:03 +02:00
probonopd cc66407204 Update tests-environment.sh
[ci skip]
2017-05-07 12:37:55 +02:00
probonopd 4ec6a18986 labpowerqt
[ci skip]
2017-05-03 23:54:34 +02:00
probonopd 18e4e38540 Update README.md 2017-04-22 21:02:43 +02:00
probonopd 5f2d450c50 Update README.md
[ci skip]
2017-04-07 00:06:39 +02:00
probonopd ea673893db Stop on ldd not found errors; use qmake-qt5 if needed
Closes #101
2017-04-06 22:12:08 +02:00
probonopd 3848993c42 sudo not needed for local make install?
[ci skip]
2017-04-06 08:13:00 +02:00
probonopd 5fe2c8abd4 No need to be root when installing locally?
[ci skip]
2017-04-06 08:11:59 +02:00
probonopd bace185665 See whether this makes any difference for setting the rpath of plugins 2017-04-03 21:13:18 +02:00
probonopd 7904b3ce19 trigger rebuild 2017-04-03 20:37:04 +02:00
probonopd b71bd4d587 Deploy libraries in QML imports 2017-04-03 18:23:07 +02:00
probonopd 57799ed9d3 glabels-qt
[ci skip]
2017-04-03 07:26:51 +02:00
probonopd 67774737a8 Update README.md
[ci skip]
2017-04-02 17:24:29 +02:00
probonopd d4862201da DESTDIR
[ci skip]
2017-04-02 17:18:17 +02:00
probonopd 4d5b4690f2 Update README.md
[ci skip]
2017-04-02 15:27:21 +02:00
probonopd 8f87719a32 Revert move, not sure if it makes a difference 2017-04-02 14:56:30 +02:00
probonopd e00472f2d8 Update README.md
[ci skip]
2017-04-02 14:19:30 +02:00
probonopd 5f3b45bb2a Update README.md 2017-04-02 10:18:26 +02:00
probonopd 6e8bdab10f Only copy to .DirIcon if it does not exist yet 2017-03-28 07:32:14 +02:00
probonopd 038ea01bdc Add NeoTheFox/RepRaptor
[ci skip]
2017-03-27 19:55:51 +02:00
probonopd 8e95f095dc Remove non-working code 2017-03-27 18:41:11 +02:00