[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
187/373: gnu: krdc: Enable VNC.
From: |
guix-commits |
Subject: |
187/373: gnu: krdc: Enable VNC. |
Date: |
Mon, 8 Jul 2024 08:04:45 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit e3c460ccb5d5751c8b4374c5c3c92c78c92426d0
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 17:03:13 2024 +0800
gnu: krdc: Enable VNC.
* gnu/packages/kde-internet.scm (krdc):
[inputs]: Add lzo, libjpeg-turbo, libgcrypt, and gnutls.
[native-inputs]: Add pkg-config.
[arguments]<#:configure-flags>: Remove -DWITH_VNC=NO.
Change-Id: Id20461059a32876bcff9910536d672aefbe21c53
---
gnu/packages/kde-internet.scm | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm
index 0e1de03d9a..f05ab90899 100644
--- a/gnu/packages/kde-internet.scm
+++ b/gnu/packages/kde-internet.scm
@@ -387,7 +387,7 @@ This package is part of the KDE networking module.")
(base32 "0xw9ks43llm4lnnswv1h81gmr8mr6191bblmd21c1a5a6vvr935h"))))
(build-system qt-build-system)
(native-inputs
- (list extra-cmake-modules kdoctools))
+ (list extra-cmake-modules pkg-config kdoctools))
(inputs
(list breeze-icons ; default icon set
kbookmarks
@@ -408,11 +408,14 @@ This package is part of the KDE networking module.")
kxmlgui
plasma-activities
libssh
- libvnc))
- (arguments ;; FIXEME: libvnc can't be found for some reason.
- (list #:configure-flags #~(list
- "-DWITH_VNC=NO"
- "-DQT_MAJOR_VERSION=6")
+ libvnc
+ ;; XXX: libvnc's Libs.private, remove when we use pkgconf
+ lzo
+ libjpeg-turbo
+ libgcrypt
+ gnutls))
+ (arguments
+ (list #:configure-flags #~(list "-DQT_MAJOR_VERSION=6")
#:qtbase qtbase))
(home-page "https://apps.kde.org/krdc/")
(synopsis "Remote desktop client")
- 323/373: gnu: Add karchive-5., (continued)
- 323/373: gnu: Add karchive-5., guix-commits, 2024/07/08
- 334/373: gnu: Add kcompletion-5., guix-commits, 2024/07/08
- 320/373: gnu: okular: Update to 24.05.2., guix-commits, 2024/07/08
- 316/373: gnu: ark: Update to 24.05.2., guix-commits, 2024/07/08
- 340/373: gnu: Remove kblog., guix-commits, 2024/07/08
- 342/373: gnu: Add kservice-5., guix-commits, 2024/07/08
- 345/373: gnu: Add kiconthemes-5., guix-commits, 2024/07/08
- 347/373: gnu: Add kglobalaccel-5., guix-commits, 2024/07/08
- 350/373: gnu: Add kbookmarks-5., guix-commits, 2024/07/08
- 164/373: gnu: kcachegrind: Update to 24.05.2., guix-commits, 2024/07/08
- 187/373: gnu: krdc: Enable VNC.,
guix-commits <=
- 190/373: gnu: khelpcenter: Update to 24.05.2., guix-commits, 2024/07/08
- 209/373: gnu: elisa: Update to 24.05.2., guix-commits, 2024/07/08
- 287/373: gnu: plasmatube: Update to 24.05.2., guix-commits, 2024/07/08
- 300/373: gnu: Add mimetreeparser., guix-commits, 2024/07/08
- 312/373: gnu: itinerary: Update to 23.04.3., guix-commits, 2024/07/08
- 203/373: gnu: knetwalk: Update to 24.05.2., guix-commits, 2024/07/08
- 205/373: gnu: kbreakout: Update to 24.05.2., guix-commits, 2024/07/08
- 204/373: gnu: konquest: Update to 24.05.2., guix-commits, 2024/07/08
- 313/373: gnu: knotes: Update to 24.05.2., guix-commits, 2024/07/08
- 198/373: gnu: kiriki: Update to 24.05.2., guix-commits, 2024/07/08