Commit Graph

489 Commits

Author SHA1 Message Date
probonopd 7adb7cc292 Add explicit {} 2017-02-19 14:01:46 +01:00
probonopd 2e5cfae904 Do not hardcode usr/ 2017-02-19 13:59:01 +01:00
probonopd 86ce8f84e2 Workaround to deploy Qt diretory to qt/ in FHS-like mode 2017-02-19 13:13:58 +01:00
probonopd b347eacfea Add notifications 2017-02-19 12:56:50 +01:00
probonopd 7a9add8f9e Fix tests 2017-02-19 12:55:26 +01:00
probonopd 45a137db53 unset ENVs set by beineri Qt 2017-02-19 12:43:46 +01:00
probonopd cf48edd007 Increase verbosity of tests 2017-02-19 12:36:36 +01:00
probonopd 380d296d09 Try to run Qt application using Xpra 2017-02-19 12:32:46 +01:00
probonopd c933d60c08 Add tests, see #77 2017-02-19 12:21:38 +01:00
probonopd 62bcd3dfe3 Add tests/QtWidgetsApplication 2017-02-19 12:08:39 +01:00
probonopd a0a3e54851 Fix rpath, set to $ORIGIN/lib/ in non-FHS mode 2017-02-19 11:58:54 +01:00
probonopd 5df50f332b No longer generate qt.conf since we use qt_prfxpath now 2017-02-19 11:42:44 +01:00
probonopd 2e6835bc64 Set "qt_prfxpath=." or "qt_prfxpath=..", closes #12 2017-02-19 11:36:48 +01:00
probonopd 792c5cc9d5 Set "qt_prfxpath=." or "qt_prfxpath=../../", closes #12 2017-02-19 10:46:23 +01:00
probonopd 759eb514d2 Mention fpm 2017-02-18 21:06:45 +01:00
probonopd d533d7a2a7 Update list of projects using linuxdeployqt
[ci skip]
2017-02-18 20:34:10 +01:00
probonopd 1d8f972381 Remove -libpath, closes #51
Was a leftover from macdeployqt and never worked for linuxdeployqt
2017-02-18 20:23:48 +01:00
probonopd 8d2a3942d0 Remove -libpath
[ci skip]
2017-02-18 20:22:15 +01:00
probonopd 342524d2d1 Update shared.cpp 2017-02-18 15:05:59 +01:00
probonopd 8eef3f66be For now, use -n option for appimagetool, closes #71 2017-02-18 11:50:33 +01:00
probonopd 06401ef196 Merge pull request #73 from LibrePCB/fix_wrong_path
Fix wrong PATH (remove "/usr/bin" suffix)
2017-02-16 20:20:54 +01:00
probonopd ea042a7135 Merge pull request #74 from LibrePCB/fix_missing_qtconf
Fix failure when creating qt.conf
2017-02-16 20:19:59 +01:00
U. Bruhin acf38544a8 Fix failure when creating qt.conf
The creation of the qt.conf file has failed with following error:

QIODevice::write (QFile, "app.AppDir/opt/bin/app/../qt.conf"): device not open

This was caused by an invalid file path (appending "/../" to a file to
get its parent directory is not allowed). Fixed it by cleaning the path
with QDir::cleanPath().
2017-02-16 19:46:07 +01:00
U. Bruhin b3b9ec7d85 Fix wrong PATH (remove "/usr/bin" suffix)
That suffix is no longer required because linuxdeployqt itself is now
also located in that directory.
2017-02-16 18:45:03 +01:00
probonopd c01275a7f6 Strip without -x 2017-02-14 23:30:53 +01:00
probonopd d6ade69163 Update .travis.yml 2017-02-14 23:18:52 +01:00
probonopd aec73d1bc7 Merge pull request #72 from probonopd/feature/fhs
Merge Feature/fhs
2017-02-14 23:18:04 +01:00
probonopd cb8cb3053b Merge branch 'master' into feature/fhs 2017-02-14 23:09:23 +01:00
probonopd c643d6a509 Do not run strip on files that contain rpath starting with $
Workaround for NixOS/patchelf#10?
2017-02-14 22:55:45 +01:00
probonopd ff61e88162 Do not run strip on files that contain rpath starting with $
Workaround for https://github.com/NixOS/patchelf/issues/10?
2017-02-14 22:31:38 +01:00
probonopd e567ec5282 Update .travis.yml 2017-02-13 18:53:33 +01:00
probonopd ae53d70f09 Update .travis.yml 2017-02-13 01:28:30 +01:00
probonopd 6df6777931 Use patchelf_0.8.orig.tar.gz as per https://github.com/probonopd/linuxdeployqt/issues/47#issuecomment-279249006 2017-02-13 01:26:36 +01:00
probonopd b7e6807b27 Merge pull request #69 from LibrePCB/qt52_compatibility
Fix compile error when using Qt5.2
2017-02-12 23:25:58 +01:00
U. Bruhin 453fbfd163 Fix compile error when using Qt5.2
Error message: 'QJsonValue::QJsonValue(const void*)' is private
2017-02-12 23:09:51 +01:00
probonopd 334930bfaa Merge pull request #62 from atehxx/patch-2
Improve bundling of Qt libs
2017-02-05 21:49:59 +01:00
probonopd 74ca072c7f Merge pull request #55 from atehxx/patch-1
Change Qt WebEngine resources path, addresses #57
2017-02-05 21:33:25 +01:00
Manio a680de5b2b Improve bundling of Qt libs
Workaround for not bundling Qt libs when Qt is installed in /usr/local/Qt...
2017-01-30 18:06:57 +01:00
Manio 959ef98726 Update shared.cpp
Final improvement to Qt WebEngine resources location
2017-01-30 17:50:28 +01:00
Manio 92e02657d9 Update shared.h
Add new function
2017-01-30 17:47:38 +01:00
probonopd 0d1619a91d Update README.md
[ci skip]
2017-01-29 09:54:31 +01:00
probonopd 15f8501c3e Update README.md
[ci skip]
2017-01-29 01:09:18 +01:00
probonopd d16cef0dfc Update README.md
[ci skip]
2017-01-29 01:08:15 +01:00
probonopd 64a285a464 Additional projects using linuxdeployqt
[ci skip]
2017-01-29 01:01:05 +01:00
probonopd 1c72b5580f Update README.md 2017-01-29 00:56:30 +01:00
probonopd a8bba5c421 Qt 5.8 2017-01-23 19:20:50 +01:00
atehxx 97b8ba862b Update shared.cpp
Fixed few paths to Web Engine resources as where they seem to be in 5.7.1
2016-12-30 14:06:20 +01:00
probonopd b7374df1b2 Add PatternPaint
[ci skip]
2016-12-04 13:32:30 +01:00
probonopd 42e84d710e strip linuxdeployqt.AppDir/usr/bin/*
To find out whether patchelf cripples unstripped binaries
2016-12-04 13:12:46 +01:00
probonopd 56c778da22 Do not use FHS-like structure in this branch 2016-12-04 12:49:49 +01:00