unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hartmut Goebel <h.goebel@crazy-compilers.com>
To: 38319@debbugs.gnu.org
Subject: [bug#38319] [PATCH 0/4] Fix wrap-qt-program some packages using Qt
Date: Fri, 22 Nov 2019 10:35:56 +0100	[thread overview]
Message-ID: <20191122093556.6077-1-h.goebel@crazy-compilers.com> (raw)

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

             reply	other threads:[~2019-11-22  9:37 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-22  9:35 Hartmut Goebel [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191122093556.6077-1-h.goebel@crazy-compilers.com \
    --to=h.goebel@crazy-compilers.com \
    --cc=38319@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).