guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

426/465: gnu: Remove zeroconf-ioslave.


From: guix-commits
Subject: 426/465: gnu: Remove zeroconf-ioslave.
Date: Wed, 17 Jul 2024 23:02:23 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit 9fb1848f4f25a7cc31db735295b2f0dbc7a79900
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue Jul 9 17:40:52 2024 +0800

    gnu: Remove zeroconf-ioslave.
    
    * gnu/packages/kde.scm (zeroconf-ioslave): Delete variable.
    
    Change-Id: I062536170b4c3f1965218a9c48d6b8b4a790de5f
---
 gnu/packages/kde.scm | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index bdd6dd1b20..6799af68d5 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1810,31 +1810,6 @@ Mobipocket e-books in Dolphin and other KDE apps.")
 picture metadata as EXIF/IPTC and XMP.")
     (license license:gpl2+)))
 
-(define-public zeroconf-ioslave
-  (package
-    (name "zeroconf-ioslave")
-    (version "22.04.3")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append "mirror://kde/stable/release-service/" version
-                           "/src/zeroconf-ioslave-" version ".tar.xz"))
-       (sha256
-        (base32 "0jbrdbphxn77dg2a4wzsm7q24455j4d1xhd4rj5iwhq4ywiig9i1"))))
-    (build-system qt-build-system)
-    (native-inputs
-     (list extra-cmake-modules))
-    (inputs
-     (list kdbusaddons kdnssd ki18n kio qtbase-5))
-    (home-page "https://apps.kde.org/kio_zeroconf/";)
-    (synopsis "DNS-SD Service Discovery Monitor")
-    (description "Adds an entry to Dolphin's Network page to show local
-services such as printers which advertise themselves with DNSSD (called Avahi
-or Bonjour by other projects).")
-    (license ;; GPL for programs, LGPL for libraries, FDL for documentation
-     (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
-
-
 (define-public kuserfeedback
   ;; FIXME: Try to reduce data collection and ensure transmission i disabled 
by default.
   ;; FIXME: Check https://www.reddit.com/r/kde/comments/f7ojg9 for insights



reply via email to

[Prev in Thread] Current Thread [Next in Thread]