[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/52: gnu: Add qthttpserver.
From: |
guix-commits |
Subject: |
36/52: gnu: Add qthttpserver. |
Date: |
Sat, 30 Mar 2024 20:41:45 -0400 (EDT) |
apteryx pushed a commit to branch qt-team
in repository guix.
commit 0c65ef65803c0750895c40772c168ca199b56439
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Mar 26 23:25:26 2024 -0400
gnu: Add qthttpserver.
* gnu/packages/qt.scm (qthttpserver): New variable.
Change-Id: I5413984d1eeb5ab99f7e52aabc805751e1b127fb
---
gnu/packages/qt.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index f86adb16e2..66f73074eb 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -4967,6 +4967,26 @@ simple editor for binary data, just like
@code{QPlainTextEdit} is for text
data.")
(license license:lgpl2.1)))
+(define-public qthttpserver
+ (package
+ (name "qthttpserver")
+ (version "6.6.2")
+ (source (origin
+ (method url-fetch)
+ (uri (qt-url name version))
+ (sha256
+ (base32
+ "1qzw96y20qr1kc9wmys61wm568jsknvlgvh09bbqjcmm6dm3lhd2"))))
+ (build-system cmake-build-system)
+ (inputs (list qtbase qtwebsockets))
+ (home-page (package-home-page qtbase))
+ (synopsis "HTTP server module for Qt")
+ (description "Qt HTTP Server supports building HTTP server functionality
+into an application. Common use cases are exposing the application's
+functionality through REST APIs, or making devices in a trusted environment
+configurable also via HTTP.")
+ (license license:gpl3+)))
+
(define-public soqt
(let ((commit-ref "fb8f655632bb9c9c60e0ff9fa69a5ba22d3ff99d")
(revision "1"))
- 40/52: gnu: kpackage: Disable plasma-query test., (continued)
- 40/52: gnu: kpackage: Disable plasma-query test., guix-commits, 2024/03/30
- 38/52: gnu: kcolorpicker: Update to 0.3.1., guix-commits, 2024/03/30
- 51/52: gnu: Add emacs-memory-usage., guix-commits, 2024/03/30
- 50/52: gnu: xfce: Add support for volume keyboard buttons., guix-commits, 2024/03/30
- 04/52: gnu: qtimageformats: Update to 6.6.2., guix-commits, 2024/03/30
- 01/52: gnu: qtbase: Update to 6.6.2., guix-commits, 2024/03/30
- 19/52: gnu: python-shiboken-6: Update to 6.6.2., guix-commits, 2024/03/30
- 09/52: gnu: qtwayland: Update to 6.6.2., guix-commits, 2024/03/30
- 12/52: gnu: qtlottie: Update to 6.6.2., guix-commits, 2024/03/30
- 16/52: gnu: qtnetworkauth: Update to 6.6.2., guix-commits, 2024/03/30
- 36/52: gnu: Add qthttpserver.,
guix-commits <=
- 41/52: gnu: python-sip: Update to 6.8.3., guix-commits, 2024/03/30
- 33/52: gnu: Add syscmdline., guix-commits, 2024/03/30
- 22/52: gnu: qtspeech: Rename package to qtspeech-5., guix-commits, 2024/03/30
- 27/52: gnu: qtbase: Have qmlimportscanner honor QML_IMPORT_PATH., guix-commits, 2024/03/30
- 26/52: build: qt-utils: Use QML_IMPORT_PATH for Qt 6., guix-commits, 2024/03/30
- 29/52: gnu: qtbase: Disable the tst_qxmlstream test on powerpc64-le., guix-commits, 2024/03/30
- 28/52: gnu: qtbase: Replace QML2_IMPORT_PATH with QML_IMPORT_PATH., guix-commits, 2024/03/30
- 08/52: gnu: qtmultimedia: Update to 6.6.2., guix-commits, 2024/03/30
- 10/52: gnu: qtwebchannel: Update to 6.6.2., guix-commits, 2024/03/30
- 07/52: gnu: qtshadertools: Update to 6.6.2., guix-commits, 2024/03/30