mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: Remove compton-conf.
Archived in 2023.08, won't work with Qt6. * gnu/packages/lxqt.scm (compton-conf): Delete variable. Change-Id: Idb9b381fdc0a24196c8c4185cad1808748fabb72
This commit is contained in:
parent
b5480a5bf7
commit
22ad1c1f06
1 changed files with 0 additions and 23 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue