unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38319] [PATCH 0/4] Fix wrap-qt-program some packages using Qt
@ 2019-11-22  9:35 Hartmut Goebel
  2019-11-22  9:37 ` [bug#38319] [PATCH 1/4] gnu: sddm: Fix output directory for QML files Hartmut Goebel
  0 siblings, 1 reply; 10+ messages in thread
From: Hartmut Goebel @ 2019-11-22  9:35 UTC (permalink / raw)
  To: 38319

During investigating `wrap-qt-program` for kdevelop I discovered that the
paths added there does not match the paths used by qtbase's native-search-path
specifications.

While this would not matter much for the wrapped program (as long as the
package it belongs to stores the files into these places) this is at least
irritating. More important: The wrong paths will not be picked up by qtbase's
native-search-path and thus other packages might experience dubious problems.

I checked all packages using `wrap-qt-package` whether they are using one of
these changed paths, and also all occurrences of '"/plugin' and '"/qml' in
package definitions.


Hartmut Goebel (4):
  gnu: sddm: Fix output directory for QML files.
  guix: Fix wrap-qt-program..
  gnu: python-pyqt: Fix output directory for plugins.
  gnu: kdeconnect: Remove useless code.

 gnu/packages/display-managers.scm | 2 +-
 gnu/packages/kde.scm              | 3 ---
 gnu/packages/qt.scm               | 2 +-
 guix/build/qt-utils.scm           | 4 ++--
 4 files changed, 4 insertions(+), 7 deletions(-)

-- 
2.21.0

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-11-26 11:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-22  9:35 [bug#38319] [PATCH 0/4] Fix wrap-qt-program some packages using Qt Hartmut Goebel
2019-11-22  9:37 ` [bug#38319] [PATCH 1/4] gnu: sddm: Fix output directory for QML files Hartmut Goebel
2019-11-22  9:37   ` [bug#38319] [PATCH 2/4] guix: Fix wrap-qt-program Hartmut Goebel
2019-11-25 22:37     ` Ludovic Courtès
2019-11-22  9:37   ` [bug#38319] [PATCH 3/4] gnu: python-pyqt: Fix output directory for plugins Hartmut Goebel
2019-11-25 22:37     ` Ludovic Courtès
2019-11-22  9:37   ` [bug#38319] [PATCH 4/4] gnu: kdeconnect: Remove useless code Hartmut Goebel
2019-11-25 22:38     ` Ludovic Courtès
2019-11-26 11:33       ` bug#38319: " Hartmut Goebel
2019-11-25 22:35   ` [bug#38319] [PATCH 1/4] gnu: sddm: Fix output directory for QML files Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).