[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/71: gnu: Add qwindowkit.
From: |
guix-commits |
Subject: |
35/71: gnu: Add qwindowkit. |
Date: |
Tue, 2 Apr 2024 23:16:29 -0400 (EDT) |
apteryx pushed a commit to branch qt-team
in repository guix.
commit 98de1340a6ca6705b723f288a3835c76cc98e5e0
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Mar 26 17:47:28 2024 -0400
gnu: Add qwindowkit.
* gnu/packages/qt.scm (qwindowkit): New variable.
Change-Id: Ie1a05de4db23f353b47bc32a4ea66c6e3612415a
---
gnu/packages/qt.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index af1da6d6d8..d0e3528677 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -4420,6 +4420,32 @@ that can be only started once per user.
;; redistribution under GPL3 or LGPL2.1
license:gpl3 license:lgpl2.1)))))
+(define-public qwindowkit
+ (package
+ (name "qwindowkit")
+ (version "1.0.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/stdware/qwindowkit")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "18yqmfnncah60hpyy7r9pvyhcda0n407wvp5hwinjzicj2ja83v7"))))
+ (build-system cmake-build-system)
+ (arguments
+ (list #:tests? #f ;no test suite
+ #:configure-flags
+ #~(list "-DQWINDOWKIT_BUILD_STATIC=OFF"))) ;build a shared library
+ (native-inputs (list qmsetup))
+ (inputs (list qtbase qtdeclarative))
+ (home-page "https://github.com/stdware/qwindowkit")
+ (synopsis "Frameless window framework for Qt")
+ (description "QWindowKit is a cross-platform window customization
+framework for Qt Widgets and Qt Quick.")
+ (license license:asl2.0)))
+
(define-public qwt
(package
(name "qwt")
- 58/71: gnu: qtmultimedia: Update to 6.6.3., (continued)
- 58/71: gnu: qtmultimedia: Update to 6.6.3., guix-commits, 2024/04/02
- 02/71: gnu: qt5compat: Update to 6.6.2., guix-commits, 2024/04/02
- 14/71: gnu: qttranslations: Update to 6.6.2., guix-commits, 2024/04/02
- 10/71: gnu: qtwebchannel: Update to 6.6.2., guix-commits, 2024/04/02
- 17/71: gnu: qtremoteobjects: Update to 6.6.2., guix-commits, 2024/04/02
- 30/71: gnu: pjproject-jami: Update to 2.13.1-1.e12ea3b., guix-commits, 2024/04/02
- 31/71: gnu: dhtnet: Update to 0.0.1-2.024c46f., guix-commits, 2024/04/02
- 24/71: gnu: qt-creator: Update to 12.0.2., guix-commits, 2024/04/02
- 29/71: gnu: qtbase: Disable the tst_qxmlstream test on powerpc64-le., guix-commits, 2024/04/02
- 28/71: gnu: qtbase: Replace QML2_IMPORT_PATH with QML_IMPORT_PATH., guix-commits, 2024/04/02
- 35/71: gnu: Add qwindowkit.,
guix-commits <=
- 62/71: gnu: qtlottie: Update to 6.6.3., guix-commits, 2024/04/02
- 45/71: gnu: gwenview: Update to 23.08.5 and fix build., guix-commits, 2024/04/02
- 71/71: gnu: qthttpserver: Update to 6.6.3., guix-commits, 2024/04/02
- 65/71: gnu: qtscxml: Update to 6.6.3., guix-commits, 2024/04/02
- 52/71: gnu: qtsvg: Update to 6.6.3., guix-commits, 2024/04/02
- 48/71: gnu: kimageannotator: Build as shared library., guix-commits, 2024/04/02
- 56/71: gnu: qtsensors: Update to 6.6.3., guix-commits, 2024/04/02
- 64/71: gnu: qttranslations: Update to 6.6.3., guix-commits, 2024/04/02
- 49/71: gnu: sobjectizer: Update to 5.8.2., guix-commits, 2024/04/02
- 16/71: gnu: qtnetworkauth: Update to 6.6.2., guix-commits, 2024/04/02