[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
186/465: gnu: krdc: Enable VNC.
From: |
guix-commits |
Subject: |
186/465: gnu: krdc: Enable VNC. |
Date: |
Wed, 17 Jul 2024 23:01:33 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 92fa455cb21235b2cbff71f1a211c846935870ab
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")
- 165/465: gnu: kdebugsettings: Update to 24.05.2., (continued)
- 165/465: gnu: kdebugsettings: Update to 24.05.2., guix-commits, 2024/07/17
- 166/465: gnu: sweeper: Update to 24.05.2., guix-commits, 2024/07/17
- 168/465: gnu: libkgapi: Update to 24.05.2., guix-commits, 2024/07/17
- 170/465: gnu: dolphin-plugins: Update to 24.05.2., guix-commits, 2024/07/17
- 171/465: gnu: fcitx5-qt: Enable qt6 support., guix-commits, 2024/07/17
- 173/465: gnu: fcitx5-configtool: Update to 5.1.3., guix-commits, 2024/07/17
- 174/465: gnu: spectacle: Update to 24.02.2., guix-commits, 2024/07/17
- 177/465: gnu: Remove ksysguard., guix-commits, 2024/07/17
- 184/465: gnu: Add futuresql., guix-commits, 2024/07/17
- 185/465: gnu: krdc: Update to 24.05.2., guix-commits, 2024/07/17
- 186/465: gnu: krdc: Enable VNC.,
guix-commits <=
- 194/465: gnu: lskat: Update to 24.05.2., guix-commits, 2024/07/17
- 198/465: gnu: palapeli: Update to 24.05.2., guix-commits, 2024/07/17
- 206/465: gnu: libktorrent: Update to 24.05.2., guix-commits, 2024/07/17
- 213/465: gnu: kpmcore: Update to 24.05.2., guix-commits, 2024/07/17
- 221/465: gnu: kblocks: Update to 24.05.2., guix-commits, 2024/07/17
- 224/465: gnu: kgoldrunner: Update to 24.05.2., guix-commits, 2024/07/17
- 227/465: gnu: kblackbox: Update to 24.05.2., guix-commits, 2024/07/17
- 229/465: gnu: ksnakeduel: Update to 24.05.2., guix-commits, 2024/07/17
- 230/465: gnu: kollision: Update to 24.05.2., guix-commits, 2024/07/17
- 231/465: gnu: knavalbattle: Update to 24.05.2., guix-commits, 2024/07/17