GNU bug report logs -
#75534
[PATCH 00/35] LXQt 2.1.0 updates
Previous Next
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
Message #11 received at 75534 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
Archived in 2024.04, won't work with Qt6.
* gnu/packages/lxqt.scm (lxqt-connman-applet): Remove variable.
Change-Id: I5d3476b567dbb90c85b3b6faf0150018593d3751
---
gnu/packages/lxqt.scm | 46 -------------------------------------------
1 file changed, 46 deletions(-)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 72a7832d84..75c275dd33 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -1057,52 +1057,6 @@ (define-public lxqt-archiver
like @command{tar} and @command{zip}.")
(license license:gpl2+)))
-(define-public lxqt-connman-applet
- ;; since the main developers didn't release any version yet, their
- ;; latest commit on `master` branch at the moment used for this version.
- (let ((commit "db1618d58fd3439142c4e44b24cba0dbb68b7141")
- (revision "0"))
- (package
- (name "lxqt-connman-applet")
- (version (git-version "0.15.0" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url (string-append "https://github.com/lxqt/" name))
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "087641idpg7n8yhh5biis4wv52ayw3rddirwqb34bf5fwj664pw9"))))
- (build-system cmake-build-system)
- (inputs
- (list kwindowsystem-5
- qtbase-5
- qtsvg-5
- liblxqt
- qtx11extras
- libqtxdg))
- (native-inputs
- `(("lxqt-build-tools" ,lxqt-build-tools)
- ("qtlinguist" ,qttools-5)))
- (arguments
- `(#:tests? #f ; no tests
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'remove-definitions
- (lambda _
- (substitute* "CMakeLists.txt"
- (("include\\(LXQtCompilerSettings NO_POLICY_SCOPE\\)")
- "include(LXQtCompilerSettings NO_POLICY_SCOPE)
-remove_definitions(-DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII)"))
- #t)))))
- (home-page "https://github.com/lxqt/lxqt-connman-applet")
- (synopsis "System-tray applet for connman")
- (description "This package provides a Qt-based system-tray applet for
-the network management tool Connman, originally developed for the LXQT
-desktop.")
- (license license:lgpl2.1+))))
-
;; The LXQt Desktop Environment
(define-public lxqt
--
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.