Commit Graph

381 Commits

Author SHA1 Message Date
probonopd 12f43f60d1 Check isFile in order not to find usr/share/appname
https://travis-ci.org/probonopd/QOwnNotes/builds/208396925
2017-03-07 00:29:41 +01:00
probonopd 9359693d9f Do not exit because this could be a script that patchelf can't work on 2017-03-02 21:21:20 +01:00
probonopd b3072213a3 Merge pull request #86 from uwehermann/compiler_warnings
Fix two compiler warnings.
2017-03-02 08:00:47 +01:00
Uwe Hermann a6e35bc727 Fix two compiler warnings.
../shared/shared.cpp: In function ‘LibraryInfo parseLddLibraryLine(const QString&, const QString&, const QSet<QString>&)’:
../shared/shared.cpp:220:102: warning: unused parameter ‘rpaths’ [-Wunused-parameter]
 LibraryInfo parseLddLibraryLine(const QString &line, const QString &appDirPath, const QSet<QString> &rpaths)
                                                                                                      ^~~~~~
../shared/shared.cpp: In function ‘void stripAppBinary(const QString&)’:
../shared/shared.cpp:681:36: warning: unused parameter ‘bundlePath’ [-Wunused-parameter]
 void stripAppBinary(const QString &bundlePath)
                                    ^~~~~~~~~~
2017-03-01 19:48:11 +01:00
probonopd 3a18286bb0 Merge pull request #85 from uwehermann/typos
README.md: Fix two typos.
2017-03-01 17:49:34 +01:00
Uwe Hermann acda87b929 README.md: Fix two typos. 2017-03-01 12:47:43 +01:00
probonopd ae2ddde50e Trigger rebuild 2017-02-27 19:46:31 +01:00
probonopd e7c13e99ad Also generate .DirIcon 2017-02-27 19:05:22 +01:00
probonopd 99cde6bf77 Copy the icon in place in case it is not there 2017-02-27 19:00:05 +01:00
probonopd 5b68f3af59 Warn about systm Qt when encountering Qt in /usr 2017-02-27 09:35:39 +01:00
probonopd b830f1f8cd Beginnings of icon copying 2017-02-27 09:20:55 +01:00
probonopd cdbc4a3a7f Use linuxdeployqt.desktop to exercise this part of the code, too 2017-02-27 08:53:55 +01:00
probonopd 0914660bc2 Adjust usage statement 2017-02-27 08:44:57 +01:00
probonopd 65426098ac Fix build 2017-02-27 08:43:43 +01:00
probonopd 50ac681433 Refine logic to search the binary from the Exec= entry 2017-02-27 08:35:57 +01:00
probonopd 3894cf17a8 Refine where to search for the executable defined in the Exec= key 2017-02-27 08:14:22 +01:00
probonopd 4b84a870e6 Copy desktop file into place 2017-02-27 07:32:50 +01:00
probonopd 9f8fc7981c Beginnings of support for a desktop file as the input 2017-02-27 07:18:29 +01:00
probonopd ac3eb6bf35 Add FastQT
[ci skip]
2017-02-26 20:58:37 +01:00
probonopd 566f92cd15 Add sqlitebrowser
[ci skip]
2017-02-26 15:21:40 +01:00
probonopd 48934125da Link GitHub Issues
[ci skip]
2017-02-26 13:15:38 +01:00
probonopd 285de96b01 Move parts to BUILDING.md
[ci skip]
2017-02-26 13:14:42 +01:00
probonopd a4d9eba26a Create BUILDING.md
[ci skip]
2017-02-26 13:12:19 +01:00
probonopd 5c80e2ee70 Add tumblr-downloader-client
[ci skip]
2017-02-26 13:05:58 +01:00
probonopd edd73507eb Update README.md
[ci skip]
2017-02-26 00:11:09 +01:00
probonopd 6eef8dc3e7 Update README.md
[ci skip]
2017-02-25 01:46:46 +01:00
probonopd c48ce01ef1 Test bundling the sample Qt WebEngine Application 2017-02-20 19:13:24 +01:00
probonopd ed6540ae43 Add qt58webengine for tests
[ci skip]
2017-02-20 19:13:21 +01:00
probonopd b41466bedf Delete file
[ci skip]
2017-02-20 19:10:05 +01:00
probonopd 965ce16cdc Add files via upload 2017-02-20 19:09:45 +01:00
probonopd 2aae688c86 Create file 2017-02-20 19:09:29 +01:00
probonopd eae604d254 Set qt_plugpath=plugins
As per https://github.com/probonopd/linuxdeployqt/issues/75#issuecomment-280962215
2017-02-20 01:25:09 +01:00
probonopd b32682ba8e Set qt_plugpath to ../plugins in an effort to solve #75 2017-02-20 00:38:06 +01:00
probonopd 3aca9d5c9b Clear qt_plugpath which may exist and may be set to /usr/... in distro Qt packages 2017-02-19 23:43:06 +01:00
probonopd b4d8f4245d Sleep longer 2017-02-19 14:56:28 +01:00
probonopd 4b2c81ff84 Workaround for: https://github.com/probonopd/linuxdeployqt/issues/25 2017-02-19 14:41:07 +01:00
probonopd b5f6c4cb54 ldd nonfhs/QtQuickControls2Application 2017-02-19 14:34:29 +01:00
probonopd eb3a4f2959 Do not delete files, reduce sleep to 5 2017-02-19 14:30:07 +01:00
probonopd 552653faba Add qt58declarative, which is needed for the tests 2017-02-19 14:25:26 +01:00
probonopd 3346b044cd Only upload after success 2017-02-19 14:22:43 +01:00
probonopd ea4f511342 Reorganize tests 2017-02-19 14:21:23 +01:00
probonopd d570e15c20 Add QtQuickControls2Application test 2017-02-19 14:10:12 +01:00
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