summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/kde-internet.scm77
1 files changed, 0 insertions, 77 deletions
diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm
index 4bf40afe887..2de76c21e0d 100644
--- a/gnu/packages/kde-internet.scm
+++ b/gnu/packages/kde-internet.scm
@@ -298,83 +298,6 @@ Features are:
298 (license ;; GPL for programs, FDL for documentation 298 (license ;; GPL for programs, FDL for documentation
299 (list license:gpl2+ license:fdl1.2+)))) 299 (list license:gpl2+ license:fdl1.2+))))
300 300
301(define-public kopete
302 (package
303 (name "kopete")
304 (version "23.04.3")
305 (source
306 (origin
307 (method url-fetch)
308 (uri (string-append "mirror://kde/stable/release-service/" version
309 "/src/kopete-" version ".tar.xz"))
310 (sha256
311 (base32 "1ps6g440p1dy2zwbj23f0mzw1d78r02aj88fy3i5sws9p9ra92gi"))))
312 (build-system qt-build-system)
313 (native-inputs
314 (list extra-cmake-modules kdoctools pkg-config))
315 (inputs
316 (list alsa-lib
317 boost
318 expat
319 glib
320 gpgme
321 jsoncpp
322 kcmutils
323 kconfig
324 kcontacts
325 kcoreaddons
326 kcrash
327 kdbusaddons
328 kdelibs4support
329 kdnssd
330 kemoticons
331 khtml
332 ki18n
333 kidentitymanagement
334 kjs
335 ;; TODO? kleopatra (additionally to libkleo)
336 knotifyconfig
337 kparts
338 kpimtextedit
339 ksyntaxhighlighting
340 ktexteditor
341 kwallet
342 ;; TODO: Libgadu
343 libidn
344 libkleo
345 ;; TODO: LibMeanwhile
346 libotr
347 libsrtp
348 libxml2
349 libxslt
350 mediastreamer2
351 openssl
352 ortp
353 phonon
354 qca
355 qgpgme
356 qtbase-5
357 speex
358 v4l-utils
359 ;; TODO: Xmms
360 zlib))
361 ;; TODO: enable video support
362 (home-page "https://apps.kde.org/kopete/")
363 (synopsis "Instant messaging and chat application")
364 (description "Kopete is an instant messenger supporting Jabber/XMPP ,AIM,
365ICQ, Gadu-Gadu, Novell GroupWise Messenger, and more. It is designed to be a
366flexible and extensible multi-protocol system suitable for personal and
367enterprise use.
368
369The goal of Kopete is to provide users with a single easy-to-use way to access
370all of their instant messaging systems. The interface puts people first, and
371is integrated with the system address book to let you access your contacts
372from other KDE applications.
373
374This package is part of the KDE networking module.")
375 (license ;; GPL for programs, LGPL for libraries, FDL for documentation
376 (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
377
378(define-public krdc 301(define-public krdc
379 (package 302 (package
380 (name "krdc") 303 (name "krdc")