unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: 64798@debbugs.gnu.org
Cc: Sughosha <sughosha@disroot.org>
Subject: [bug#64798] [PATCH v2] gnu: kio-extras: Add missing inputs.
Date: Sat, 12 Aug 2023 02:33:49 +0200	[thread overview]
Message-ID: <b3ad38760c7eb8a64acf7993b1b288da550a6290.1691800297.git.sughosha@disroot.org> (raw)
In-Reply-To: <tencent_E4CD36415249B326FEE475D2CA7D4BFA6A09@qq.com>

Sorry, the previous patch was incomplete.

* gnu/packages/kde.scm (kio-extras)[inputs]: Add gperf, imath,
kactivities, kactivities-stats, kbookmarks, libimobiledevice, libkexiv2,
libmtp, libplist, libssh, libtirpc, openexr, phonon, samba, taglib and
zlib.
---
 gnu/packages/kde.scm | 34 ++++++++++++++++++++++++++++------
 1 file changed, 28 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 10fe522605..afa8cc5b28 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -60,6 +60,7 @@ (define-module (gnu packages kde)
   #:use-module (gnu packages djvu)
   #:use-module (gnu packages documentation)
   #:use-module (gnu packages gnupg)
+  #:use-module (gnu packages graphics)
   #:use-module (gnu packages ebook)
   #:use-module (gnu packages flex)
   #:use-module (gnu packages fontutils)
@@ -71,6 +72,7 @@ (define-module (gnu packages kde)
   #:use-module (gnu packages gl)
   #:use-module (gnu packages glib)
   #:use-module (gnu packages gnome)
+  #:use-module (gnu packages gperf)
   #:use-module (gnu packages gps)
   #:use-module (gnu packages graphics)
   #:use-module (gnu packages image)
@@ -78,10 +80,13 @@ (define-module (gnu packages kde)
   #:use-module (gnu packages kde-frameworks)
   #:use-module (gnu packages kde-pim)
   #:use-module (gnu packages kde-plasma)
+  #:use-module (gnu packages libusb)
   #:use-module (gnu packages linux)
   #:use-module (gnu packages llvm)
   #:use-module (gnu packages markup)
   #:use-module (gnu packages maths)
+  #:use-module (gnu packages mp3)
+  #:use-module (gnu packages onc-rpc)
   #:use-module (gnu packages pdf)
   #:use-module (gnu packages perl)
   #:use-module (gnu packages photo)
@@ -90,6 +95,8 @@ (define-module (gnu packages kde)
   #:use-module (gnu packages protobuf)
   #:use-module (gnu packages pulseaudio)
   #:use-module (gnu packages python)
+  #:use-module (gnu packages samba)
+  #:use-module (gnu packages ssh)
   #:use-module (gnu packages tls)
   #:use-module (gnu packages qt)
   #:use-module (gnu packages version-control)
@@ -467,20 +474,35 @@ (define-public kio-extras
                               (setenv "TMPDIR" (getcwd))
                               (invoke "ctest" "-E" "(thumbnailtest|testkioarchive)")))))))
     (native-inputs (list extra-cmake-modules dbus kdoctools qttools-5))
-    (inputs (list karchive
+    (inputs (list gperf
+                  imath
+                  kactivities
+                  kactivities-stats
+                  karchive
+                  kbookmarks
                   kconfig
                   kconfigwidgets
                   kcoreaddons
+                  kdnssd
                   kdbusaddons
+                  kguiaddons
                   ki18n
-                  kdnssd
                   kio
-                  solid
-                  kbookmarks
-                  kguiaddons
                   ksyntaxhighlighting
+                  libimobiledevice
+                  libkexiv2
+                  libmtp
+                  libplist
+                  libssh
+                  libtirpc
+                  openexr
+                  phonon
                   qtbase-5
-                  qtsvg-5))
+                  qtsvg-5
+                  samba
+                  solid
+                  taglib
+                  zlib))
     (home-page "https://community.kde.org/Frameworks")
     (synopsis "Additional components to increase the functionality of KIO")
     (description

base-commit: 770f3f587d35e32aba3c6cb0b606f2d2fe8d5ace
-- 
2.41.0





  parent reply	other threads:[~2023-08-12  0:35 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-23  8:09 [bug#64798] [PATCH 000/209] update kde package and add plasme desktop Zheng Junjie via Guix-patches via
2023-07-29  8:43 ` 宋文武 via Guix-patches via
2023-08-02 14:48   ` 宋文武 via Guix-patches via
2023-08-05 11:50     ` 宋文武 via Guix-patches via
2023-08-07 12:03     ` Andreas Enge
2023-08-08 12:39       ` 宋文武 via Guix-patches via
2023-08-08 14:34         ` Andreas Enge
2023-08-09  9:54           ` 宋文武 via Guix-patches via
2023-08-09 10:33           ` 宋文武 via Guix-patches via
2023-08-09 11:18             ` Andreas Enge
2023-08-10  9:58 ` [bug#64798] Request for merging "kde-updates" branch 宋文武 via Guix-patches via
2023-08-11 12:29   ` [bug#64798] bug#65199: " 宋文武 via Guix-patches via
2023-08-18 21:18     ` 宋文武 via Guix-patches via
2023-08-10 19:26 ` [bug#64798] [PATCH 000/209] update kde package and add plasma desktop Sughosha via Guix-patches via
2023-08-10 19:26   ` [bug#64798] [PATCH 1/3] gnu: plasma-systemmonitor: Add qqc2-desktop-style to inputs Sughosha via Guix-patches via
2023-08-10 19:26   ` [bug#64798] [PATCH 2/3] gnu: Add spectacle Sughosha via Guix-patches via
2023-08-10 19:26   ` [bug#64798] [PATCH 3/3] gnu: plasma: Add spectacle to inputs Sughosha via Guix-patches via
2023-08-11 10:40   ` [bug#64798] [PATCH 000/209] update kde package and add plasme desktop 宋文武 via Guix-patches via
2023-08-18 21:23   ` bug#64798: " 宋文武 via Guix-patches via
2023-08-12  0:05 ` [bug#64798] [PATCH] gnu: kio-extras: Add missing inputs Sughosha via Guix-patches via
2023-08-12  0:33 ` Sughosha via Guix-patches via [this message]
2023-08-12  0:54   ` [bug#64798] [PATCH 000/209] update kde package and add plasme desktop 宋文武 via Guix-patches via
2023-08-12 21:05 ` [bug#64798] [PATCH 0/9] Add more KDE applications Sughosha via Guix-patches via
2023-08-12 21:05   ` [bug#64798] [PATCH 1/9] gnu: Add libkdcraw Sughosha via Guix-patches via
2023-08-12 21:05   ` [bug#64798] [PATCH 2/9] gnu: Add kcolorpicker Sughosha via Guix-patches via
2023-08-12 21:05   ` [bug#64798] [PATCH 3/9] gnu: Add kimageannotator Sughosha via Guix-patches via
2023-08-12 21:05   ` [bug#64798] [PATCH 4/9] gnu: Add gwenview Sughosha via Guix-patches via
2023-08-12 21:05   ` [bug#64798] [PATCH 5/9] gnu: Add kolourpaint Sughosha via Guix-patches via
2023-08-12 21:05   ` [bug#64798] [PATCH 6/9] gnu: Add kommit Sughosha via Guix-patches via
2023-08-12 21:05   ` [bug#64798] [PATCH 7/9] gnu: Add kompare Sughosha via Guix-patches via
2023-08-12 21:05   ` [bug#64798] [PATCH 8/9] gnu: Add falkon Sughosha via Guix-patches via
2023-08-12 21:05   ` [bug#64798] [PATCH 9/9] gnu: Add kcolorchooser Sughosha via Guix-patches via
2023-08-13  4:52   ` [bug#64798] [PATCH 000/209] update kde package and add plasme desktop 宋文武 via Guix-patches via
2023-08-16 11:04 ` [bug#64798] [PATCH] gnu: extra-cmake-modules: Fix libexec path Sughosha via Guix-patches via
2023-08-17 11:04   ` [bug#64798] [PATCH 000/209] update kde package and add plasme desktop 宋文武 via Guix-patches via
2023-08-16 12:33 ` [bug#64798] [PATCH] gnu: plasma-workspace: Add more inputs and patch path for qdbus Sughosha via Guix-patches via
2023-08-16 13:00 ` [bug#64798] [PATCH] gnu: Add kaccounts-providers Sughosha via Guix-patches via
2023-08-16 20:29 ` [bug#64798] [PATCH 1/2] gnu: Add kde-gtk-config Sughosha via Guix-patches via
2023-08-16 20:29   ` [bug#64798] [PATCH 2/2] gnu: plasma: " Sughosha via Guix-patches via
2023-08-18  8:11 ` [bug#64798] [PATCH 0/2] Fix libexec path in KDE packages Sughosha via Guix-patches via
2023-08-18  8:11   ` [bug#64798] [PATCH 1/2] gnu: kde-cli-tools: Fix path to kdesu Sughosha via Guix-patches via
2023-08-18  8:11   ` [bug#64798] [PATCH 2/2] gnu: plasma-workspace: Fix path to kf5 Sughosha via Guix-patches via
2023-08-18 21:20   ` [bug#64798] [PATCH 000/209] update kde package and add plasme desktop 宋文武 via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b3ad38760c7eb8a64acf7993b1b288da550a6290.1691800297.git.sughosha@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=64798@debbugs.gnu.org \
    --cc=sughosha@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).