unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61516] [PATCH 1/2] gnu: python-poppler-qt5: Remove transitive dependency on QtWebkit.
@ 2023-02-14 21:40 Leo Famulari
  2023-02-14 21:40 ` [bug#61517] [PATCH 2/2] gnu: Dream: Remove dependency on QtWebKit Leo Famulari
  2023-02-17 19:08 ` bug#61516: [PATCH 1/2] gnu: python-poppler-qt5: Remove transitive dependency on QtWebkit Leo Famulari
  0 siblings, 2 replies; 4+ messages in thread
From: Leo Famulari @ 2023-02-14 21:40 UTC (permalink / raw)
  To: 61516

This is required for <https://issues.guix.gnu.org/53289>.

* gnu/packages/pdf.scm (python-poppler-qt5)[inputs]: Replace python-pyqt with
python-pyqt-without-qtwebkit.
[arguments]: Adjust accordingly.
---
 gnu/packages/pdf.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 864c23b0d2..478977d8c5 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -373,12 +373,12 @@ (define-public python-poppler-qt5
              ;; installation phase.
              ((@@ (guix build python-build-system) call-setuppy)
               "build_ext" (list (string-append "--pyqt-sip-dir="
-                                               (assoc-ref inputs "python-pyqt")
+                                               (assoc-ref inputs "python-pyqt-without-qtwebkit")
                                                "/share/sip")) #t))))))
     (native-inputs
      (list pkg-config))
     (inputs
-     (list python-sip-4 python-pyqt poppler-qt5 qtbase-5))
+     (list python-sip-4 python-pyqt-without-qtwebkit poppler-qt5 qtbase-5))
     (home-page "https://pypi.org/project/python-poppler-qt5/")
     (synopsis "Python bindings for Poppler-Qt5")
     (description
-- 
2.39.1





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

* [bug#61517] [PATCH 2/2] gnu: Dream: Remove dependency on QtWebKit.
  2023-02-14 21:40 [bug#61516] [PATCH 1/2] gnu: python-poppler-qt5: Remove transitive dependency on QtWebkit Leo Famulari
@ 2023-02-14 21:40 ` Leo Famulari
  2023-02-17 19:51   ` bug#61517: " Leo Famulari
  2023-02-17 19:08 ` bug#61516: [PATCH 1/2] gnu: python-poppler-qt5: Remove transitive dependency on QtWebkit Leo Famulari
  1 sibling, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2023-02-14 21:40 UTC (permalink / raw)
  To: 61517

This is required for <https://issues.guix.gnu.org/53289>.

* gnu/packages/radio.scm (dream)[inputs]: Remove qtwebkit.
---
 gnu/packages/radio.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index ae0da298f7..06011b03de 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -2042,7 +2042,6 @@ (define-public dream
            pulseaudio
            qtbase-5
            qtsvg-5
-           qtwebkit
            qwt
            speexdsp
            zlib))
-- 
2.39.1





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

* bug#61516: [PATCH 1/2] gnu: python-poppler-qt5: Remove transitive dependency on QtWebkit.
  2023-02-14 21:40 [bug#61516] [PATCH 1/2] gnu: python-poppler-qt5: Remove transitive dependency on QtWebkit Leo Famulari
  2023-02-14 21:40 ` [bug#61517] [PATCH 2/2] gnu: Dream: Remove dependency on QtWebKit Leo Famulari
@ 2023-02-17 19:08 ` Leo Famulari
  1 sibling, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2023-02-17 19:08 UTC (permalink / raw)
  To: 61516-done

This ticket was opened by mistake.




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

* bug#61517: [PATCH 2/2] gnu: Dream: Remove dependency on QtWebKit.
  2023-02-14 21:40 ` [bug#61517] [PATCH 2/2] gnu: Dream: Remove dependency on QtWebKit Leo Famulari
@ 2023-02-17 19:51   ` Leo Famulari
  0 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2023-02-17 19:51 UTC (permalink / raw)
  To: 61517-done

Pushed as ac2ed2e1d74b39de74af275b3743ef7a569ee3f0




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

end of thread, other threads:[~2023-02-17 19:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-14 21:40 [bug#61516] [PATCH 1/2] gnu: python-poppler-qt5: Remove transitive dependency on QtWebkit Leo Famulari
2023-02-14 21:40 ` [bug#61517] [PATCH 2/2] gnu: Dream: Remove dependency on QtWebKit Leo Famulari
2023-02-17 19:51   ` bug#61517: " Leo Famulari
2023-02-17 19:08 ` bug#61516: [PATCH 1/2] gnu: python-poppler-qt5: Remove transitive dependency on QtWebkit Leo Famulari

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).