Commit Graph

70 Commits

Author SHA1 Message Date
TheAssassin 72014cfbec Fix deployment of xcbglintegrations plugins
The destination didn't end with a slash, so, like cp, liblinuxdeploy
just created a file with that name and overwrote it with every new
plugin.
2019-02-23 14:00:48 +01:00
Alexis López Zubieta 1f1f37c086 Undo wayland plugging support (#25)
* Revert "Disable tests until further notice"

This reverts commit 6ecd2fb1e0.

* Revert "Needs libGL for some reason"

This reverts commit 65550198e0.

* Revert "Don't need to ship the egl version for x86 and amd64"

This reverts commit a559d1525c.

* Revert "Fix tests mk. 2"

This reverts commit 31f8509d4b.

* Revert "Fix tests"

This reverts commit 2765eaf2f2.

* Revert "Fix package name"

This reverts commit a071ef73e6.

* Revert "Need an additional package now"

This reverts commit 7c1c92bd76.

* Revert "Upgrade to xenial to get wayland packages"

This reverts commit b10b5b0a8c.

* Revert "UI deployments require wayland libraries now"

This reverts commit 5711608a60.

* Revert "Add experimental wayland integration support"

This reverts commit 661d8320
2019-02-19 04:44:38 +01:00
TheAssassin a559d1525c Don't need to ship the egl version for x86 and amd64 2019-02-07 03:12:18 +01:00
TheAssassin 7e4375f51f Allow for disabling copyright files deployment
Useful for debugging linuxdeploy and its plugins.
2019-02-06 23:30:19 +01:00
TheAssassin 661d8320ef Add experimental wayland integration support 2019-02-06 23:29:48 +01:00
TheAssassin dbd655b174 Refactor and improve integration plugins deployment 2019-02-06 23:27:45 +01:00
Alexis Lopez Zubieta 4d2507b43d Rename path_contains_file to pathContainsFile 2018-11-05 17:08:55 -06:00
Alexis Lopez Zubieta da8aedb50e Link translations files in usr/translation instead of coping 2018-11-05 17:05:55 -06:00
Alexis Lopez Zubieta 86cc5c6fdc Copy application translation files (.qm) into the usr/translations dir. 2018-11-03 09:36:26 -06:00
TheAssassin ce371d35a6 Use semicolons for $EXTRA_QT_PLUGINS
Harmonizing the CSV separators across all plugins.
2018-10-11 04:14:01 +02:00
TheAssassin a552be888a $EXTRA_QT_PLUGINS
Fixes #14.
2018-09-10 04:00:18 +02:00
Alexis Lopez Zubieta ec8c00ff8a Don't change Qt data dir. It causes that QtWebEngine resources could not be found at runtime. 2018-08-11 18:55:30 +02:00
Alexis Lopez Zubieta 5bb3edbdc1 Change "qtwebengine_locales" deployment path to "usr/translations". 2018-08-11 16:32:06 +02:00
Alexis Lopez Zubieta dc6d393a02 Add Data field to the qt.conf file 2018-08-04 14:14:05 -05:00
Alexis Lopez Zubieta c92f941510 Create web engine directory recursively 2018-08-03 15:04:16 -05:00
TheAssassin a4bd2ec513 Remove useless exception 2018-08-03 01:34:34 +02:00
TheAssassin a4373918ef Merge branch 'master' into qml_support 2018-08-03 01:04:05 +02:00
TheAssassin b008e2babf Make sure directory exists before creating files 2018-08-02 23:47:06 +02:00
TheAssassin 9c813b053b Fix webengine qt.conf path 2018-08-02 23:47:05 +02:00
TheAssassin dba0926573 Debug qt.conf creation for webengine plugins
Error message: "Failed to open qt.conf for writing"
strace shows it's trying to write in the system Qt directory.
2018-08-02 23:47:04 +02:00
Alexis Lopez Zubieta 8eb75ddfa2 Add LINUXDEPLOY_QT_PLUGIN_QML_SOURCES_PATHS environment var to allow the specification of aditional qml sources paths. 2018-07-25 13:52:56 -05:00
TheAssassin b5094b23e4 Code style and structure improvements 2018-07-19 00:44:21 +02:00
Alexis Lopez Zubieta 2d356f555a Integrate delpoy qml into linuxdeploy-plugin-qt main. 2018-07-18 13:32:43 -05:00
Alexis Lopez Zubieta 183f1d1a46 Implement 'Get QML Imports' related functions. 2018-07-18 00:11:07 -05:00
TheAssassin 25c814eedf Fix LD_LIBRARY_PATH handling 2018-07-12 23:10:39 +02:00