From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id iN46CWrhl1/iLAAA0tVLHw (envelope-from ) for ; Tue, 27 Oct 2020 08:59:22 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id oLQFBWrhl1/IOgAAbx9fmQ (envelope-from ) for ; Tue, 27 Oct 2020 08:59:22 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A3E079400BF for ; Tue, 27 Oct 2020 08:59:21 +0000 (UTC) Received: from localhost ([::1]:50790 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kXKp6-0001rI-BY for larch@yhetil.org; Tue, 27 Oct 2020 04:59:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40842) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kXKoo-0001pl-T3 for guix-patches@gnu.org; Tue, 27 Oct 2020 04:59:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59520) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kXKoo-00043h-JD for guix-patches@gnu.org; Tue, 27 Oct 2020 04:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kXKoo-0001RB-IF for guix-patches@gnu.org; Tue, 27 Oct 2020 04:59:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#44215] [PATCH 4/4] gnu: kscreenlocker: Use qt-build-system. Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 27 Oct 2020 08:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44215 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Hartmut Goebel Cc: 44215@debbugs.gnu.org Received: via spool by 44215-submit@debbugs.gnu.org id=B44215.16037891185493 (code B ref 44215); Tue, 27 Oct 2020 08:59:02 +0000 Received: (at 44215) by debbugs.gnu.org; 27 Oct 2020 08:58:38 +0000 Received: from localhost ([127.0.0.1]:42833 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kXKoQ-0001QX-Eu for submit@debbugs.gnu.org; Tue, 27 Oct 2020 04:58:38 -0400 Received: from flashner.co.il ([178.62.234.194]:35868) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kXKoO-0001QJ-Jt for 44215@debbugs.gnu.org; Tue, 27 Oct 2020 04:58:36 -0400 Received: from localhost (unknown [141.226.13.8]) by flashner.co.il (Postfix) with ESMTPSA id 59153401B2; Tue, 27 Oct 2020 08:58:30 +0000 (UTC) Date: Tue, 27 Oct 2020 10:57:58 +0200 From: Efraim Flashner Message-ID: <20201027085758.GJ10124@E5400> References: <24b476c4814e1bd8271451010f11df3c3b08c505.1603659776.git.h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="07FIeBX8hApXX6Bi" Content-Disposition: inline In-Reply-To: <24b476c4814e1bd8271451010f11df3c3b08c505.1603659776.git.h.goebel@crazy-compilers.com> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -2.61 X-TUID: vwnfeGmGlSk4 --07FIeBX8hApXX6Bi Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable How about gating the tests behind the tests? flag? On Sun, Oct 25, 2020 at 10:09:22PM +0100, Hartmut Goebel wrote: > * gnu/packages/kde-plasma.scm (kscreeenlocker)[buoild-system]: Change to > qt-build-system. [arguments]{phases} Remove unsued code; Actually > disable running the tests. > --- > gnu/packages/kde-plasma.scm | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) >=20 > diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm > index ce6abb3a65..6e6213161c 100644 > --- a/gnu/packages/kde-plasma.scm > +++ b/gnu/packages/kde-plasma.scm > @@ -70,7 +70,7 @@ manager which re-parents a Client window to a window de= coration frame.") > (sha256 > (base32 > "1lhq9rxafbbxwpwzq8m25xi9hgcdfdfwl8hafqhygzp14z89q9ml"))= )) > - (build-system cmake-build-system) > + (build-system qt-build-system) > (arguments > `(#:phases `(#:tests? #f #:phases > (modify-phases %standard-phases > @@ -84,12 +84,11 @@ manager which re-parents a Client window to a window = decoration frame.") > ;; Tests use the installed library and require a DBus session. > (add-after 'install 'check > (lambda _ > - (setenv "CTEST_OUTPUT_ON_FAILURE" "1") > - (invoke "dbus-launch" "ctest" ".")))))) > + ;;(invoke "dbus-launch" "ctest" ".") ;; FIXME: try to make = this pass > + #t))))) (lambda* (#:key tests? #:allow-other-keys) (setenv "CTEST_OUTPUT_ON_FAILURE" "1") (if tests? (invoke "dbus-launch" "ctest" ".") #t)) > (native-inputs > `(("extra-cmake-modules" ,extra-cmake-modules) > ("pkg-config" ,pkg-config) > - > ;; For tests. > ("dbus" ,dbus) > ("xorg-server" ,xorg-server-for-tests))) > --=20 > 2.21.3 >=20 >=20 >=20 >=20 --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --07FIeBX8hApXX6Bi Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl+X4RYACgkQQarn3Mo9 g1HZlg/7BiJmkLMokaNhuePcwZQBHjYCHhKSEEyoHH+2SBYay+zqDg9rfVKVMLMg VK7Zug9ACteFSBFuylH2LqFEmyq+kegpfZZHoKr08Czf9hEXGFrVpNZtMy8q4kL6 zGfeYTpm+UoCubIwCCZ7SvjIqt1sy/rm0qZNX+EcL+HuWndH8LvrNqvsT4ppGd2d tE/G3plc0NL2faP1/S9x+NPG4ShLxnvMAw3dKufFxoJe62oa32+ZddnsJbjr42VG GYvDxWMQgEYEXyLMnAHdMHwIKFQSX6sesq6h3oqNnx81gF+Js/azZKBJBHuiIMib dwfuE6pENLor8Nz1f1Yg/0tePf1tpAVDn8eBHDi6ARqsfCr95uFu6MLIQojSGG/U K+32iqZT1LIJvCkmVVrfQ2mfHANvifogXO8VGFuwakW2Fe0v4gDrPorlLCUJ/K4v vZtPGXt3nb+6tuCVbfItkAYsoQIZGKhDGnwZ2gDiD8z3o1TjoHv0nYYVA3OMmwC9 hSF9IFQKnk+OY6qQKjbHYDMMQnHYczalloHhd+GY+130myM0M4oM4yte5/Y5H7XE hItaB554oL7QmDjRsMW5Cmfm6akaJAIV4JuIoGr/OZHC9PL8H2THQSUAH5ybUWWG MpNomDhmO3b4vvA4R2XM9OaKJ9D85P/SLrIooEdyy6AzFZJMeg0= =kUly -----END PGP SIGNATURE----- --07FIeBX8hApXX6Bi--