[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: |
Sun, 31 Mar 2024 21:57:29 -0400 (EDT) |
apteryx pushed a commit to branch qt-team
in repository guix.
commit 5a48fc9e1a60b7a6155e7355fd79d29cd011d04d
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 2d3f5f555d..f86adb16e2 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -4360,6 +4360,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")
- 42/71: gnu: python-pyqt-6: Update to 6.6.1., (continued)
- 42/71: gnu: python-pyqt-6: Update to 6.6.1., guix-commits, 2024/03/31
- 45/71: gnu: gwenview: Update to 23.08.5 and fix build., guix-commits, 2024/03/31
- 46/71: gnu: extra-cmake-modules: Update to 6.0.0., guix-commits, 2024/03/31
- 49/71: gnu: sobjectizer: Update to 5.8.2., guix-commits, 2024/03/31
- 52/71: gnu: qtsvg: Update to 6.6.3., guix-commits, 2024/03/31
- 53/71: gnu: qtimageformats: Update to 6.6.3., guix-commits, 2024/03/31
- 54/71: gnu: qtdeclarative: Update to 6.6.3., guix-commits, 2024/03/31
- 55/71: gnu: qtwebsockets: Update to 6.6.3., guix-commits, 2024/03/31
- 62/71: gnu: qtlottie: Update to 6.6.3., guix-commits, 2024/03/31
- 63/71: gnu: qttools: Update to 6.6.3., guix-commits, 2024/03/31
- 35/71: gnu: Add qwindowkit.,
guix-commits <=
- 40/71: gnu: kpackage: Disable plasma-query test., guix-commits, 2024/03/31
- 43/71: gnu: kwayland: Disable kwayland-testXdgForeign test., guix-commits, 2024/03/31
- 47/71: gnu: restinio: Update to 0.7.2., guix-commits, 2024/03/31
- 48/71: gnu: kimageannotator: Build as shared library., guix-commits, 2024/03/31
- 51/71: gnu: qt5compat: Update to 6.6.3., guix-commits, 2024/03/31
- 57/71: gnu: qtshadertools: Update to 6.6.3., guix-commits, 2024/03/31
- 58/71: gnu: qtmultimedia: Update to 6.6.3., guix-commits, 2024/03/31
- 65/71: gnu: qtscxml: Update to 6.6.3., guix-commits, 2024/03/31
- 59/71: gnu: qtwayland: Update to 6.6.3., guix-commits, 2024/03/31
- 60/71: gnu: qtwebchannel: Update to 6.6.3., guix-commits, 2024/03/31