unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46437] gnu: cvassistant: Change build-system.
@ 2021-02-11 11:00 Raghav Gururajan
  2021-02-11 11:36 ` 宋文武
  0 siblings, 1 reply; 3+ messages in thread
From: Raghav Gururajan @ 2021-02-11 11:00 UTC (permalink / raw)
  To: 46437


[-- Attachment #1.1.1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #1.1.2: 0001-gnu-cvassistant-Change-build-system.patch --]
[-- Type: text/x-patch, Size: 1239 bytes --]

From 5f7745b1bd3bc3617fcb0d1120c69616ce167d98 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <rg@raghavgururajan.name>
Date: Thu, 11 Feb 2021 05:57:59 -0500
Subject: [PATCH] gnu: cvassistant: Change build-system.

* gnu/packages/cvassistant.scm (cvassistant) [build-system]: Change from gnu to qt.
---
 gnu/packages/cvassistant.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cvassistant.scm b/gnu/packages/cvassistant.scm
index f57806d734..951f37e740 100644
--- a/gnu/packages/cvassistant.scm
+++ b/gnu/packages/cvassistant.scm
@@ -20,7 +20,7 @@
 (define-module (gnu packages cvassistant)
   #:use-module (guix packages)
   #:use-module (guix download)
-  #:use-module (guix build-system gnu)
+  #:use-module (guix build-system qt)
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (gnu packages qt)
   #:use-module (gnu packages compression))
@@ -36,7 +36,7 @@
               (sha256
                (base32
                 "1y2680bazyiwm50gdhdd4982ckbjscrkbw2mngyk7yw708iadvr7"))))
-    (build-system gnu-build-system)
+    (build-system qt-build-system)
     (arguments
      `(#:phases
        (modify-phases %standard-phases
-- 
2.30.0


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

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

* [bug#46437] gnu: cvassistant: Change build-system.
  2021-02-11 11:00 [bug#46437] gnu: cvassistant: Change build-system Raghav Gururajan
@ 2021-02-11 11:36 ` 宋文武
  2021-02-11 11:37   ` Raghav Gururajan
  0 siblings, 1 reply; 3+ messages in thread
From: 宋文武 @ 2021-02-11 11:36 UTC (permalink / raw)
  To: Raghav Gururajan; +Cc: 46437

Raghav Gururajan <rg@raghavgururajan.name> writes:

> Subject: [PATCH] gnu: cvassistant: Change build-system.
> [...]
> -    (build-system gnu-build-system)
> +    (build-system qt-build-system)
>      (arguments
>       `(#:phases
>         (modify-phases %standard-phases

Hello, I think the only difference here is that 'qt-build-system' will
wrap the binary with 'QT_PLUGIN_PATH', but if a package only use
'qtbase' it works fine without 'QT_PLUGIN_PATH.  So this patch (also you
need to disable tests when use qt-build-system) is not needed?

Thank you!




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

* [bug#46437] gnu: cvassistant: Change build-system.
  2021-02-11 11:36 ` 宋文武
@ 2021-02-11 11:37   ` Raghav Gururajan
  0 siblings, 0 replies; 3+ messages in thread
From: Raghav Gururajan @ 2021-02-11 11:37 UTC (permalink / raw)
  To: 宋文武; +Cc: 46437


[-- Attachment #1.1.1: Type: text/plain, Size: 343 bytes --]


> Hello, I think the only difference here is that 'qt-build-system' will
> wrap the binary with 'QT_PLUGIN_PATH', but if a package only use
> 'qtbase' it works fine without 'QT_PLUGIN_PATH.  So this patch (also you
> need to disable tests when use qt-build-system) is not needed?

Ah cool then, I will close it. :-)

Regards,
RG.


[-- Attachment #1.1.2: OpenPGP_0x5F5816647F8BE551.asc --]
[-- Type: application/pgp-keys, Size: 2649 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

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

end of thread, other threads:[~2021-02-11 11:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-11 11:00 [bug#46437] gnu: cvassistant: Change build-system Raghav Gururajan
2021-02-11 11:36 ` 宋文武
2021-02-11 11:37   ` Raghav Gururajan

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