GNU bug report logs - #75534
[PATCH 00/35] LXQt 2.1.0 updates

Previous Next

Package: guix-patches;

Reported by: iyzsong <at> envs.net

Date: Mon, 13 Jan 2025 09:30:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: iyzsong <at> envs.net
To: 75534 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>, Andreas Enge <andreas <at> enge.fr>, 宋文武 <iyzsong <at> envs.net>
Subject: [bug#75534] [PATCH 01/35] gnu: Remove compton-conf.
Date: Mon, 13 Jan 2025 17:35:33 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

Archived in 2023.08, won't work with Qt6.

* gnu/packages/lxqt.scm (compton-conf): Delete variable.

Change-Id: Idb9b381fdc0a24196c8c4185cad1808748fabb72
---
 gnu/packages/lxqt.scm | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index ae6da00142..72a7832d84 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -850,29 +850,6 @@ (define-public pcmanfm-qt
 
 ;; Extra
 
-(define-public compton-conf
-  (package
-    (name "compton-conf")
-    (version "0.16.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/lxqt/" name "/releases/download/"
-                           version "/" name "-" version ".tar.xz"))
-       (sha256
-        (base32 "0haarzhndjp0wndfhcdy6zl2whpdn3w0qzr3rr137kfqibc58lvx"))))
-    (build-system cmake-build-system)
-    (inputs
-     (list libconfig qtbase-5))
-    (native-inputs
-     (list lxqt-build-tools pkg-config qttools-5))
-    (arguments '(#:tests? #f))          ; no tests
-    (home-page "https://lxqt-project.org")
-    (synopsis "GUI configuration tool for compton X composite manager")
-    (description "@code{compton-conf} is a configuration tool for X composite
-manager Compton.")
-    (license license:lgpl2.1+)))
-
 (define-public lximage-qt
   (package
     (name "lximage-qt")
-- 
2.47.1





This bug report was last modified 131 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.