GNU bug report logs -
#74344
[PATCH 0/7] gnu: Add jamesdsp.
Previous Next
Reported by: Sughosha <sughosha <at> disroot.org>
Date: Wed, 13 Nov 2024 15:44:02 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/qt.scm (qt-advanced-docking-system): New variable.
Change-Id: I179b42a921268bca5e70aa78c0bf2f1fc5d78a00
---
gnu/packages/qt.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index cbc1e41e85..d9179352ec 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -4903,6 +4903,38 @@ (define-public qcodeeditor
"QCodeEditor is a Qt widget for editing/viewing code.")
(license license:expat))))
+(define-public qt-advanced-docking-system
+ (package
+ (name "qt-advanced-docking-system")
+ (version "4.3.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0xb4j5pva3qbbj01xp5y98544hgh14p60z2dfypq4ikz6n3ac0z7"))))
+ (build-system qt-build-system)
+ (arguments
+ (list #:qtbase qtbase
+ #:tests? #f ;no tests
+ #:configure-flags
+ #~(list ;; Examples requie qtdeclarative. Even if they are built,
+ ;; they fail to find the shared library of this package.
+ "-DBUILD_EXAMPLES=OFF"
+ #$(string-append "-DADS_VERSION=" version))))
+ (inputs
+ (list libxkbcommon))
+ (home-page "https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System")
+ (synopsis "Advanced docking system for Qt")
+ (description
+ "Qt Advanced Docking System lets you create customizable layouts using a
+window docking system.")
+ (license license:lgpl2.1+)))
+
(define-public qtcolorwidgets
(package
(name "qtcolorwidgets")
--
2.47.1
This bug report was last modified 147 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.