diff options
| author | Zheng Junjie <z572@z572.online> | 2025-05-02 02:43:36 +0800 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-06-02 08:44:34 +0200 |
| commit | 04e41d4f25bae57e7e4385e366762cd2ab5aef2a (patch) | |
| tree | 0c69ae1636df8c5a52b4ea8785acb504d6c77d74 | |
| parent | f7b715bc4f9cf8e1cf46f55ee758bb171f14330a (diff) | |
gnu: Remove kopete.
This app is unmaintained and no longer released by the KDE community.
* gnu/packages/kde-internet.scm (kopete): Delete variable.
Change-Id: Idfcd4c63c7afbebc585633c917d4674ec501d1c3
Signed-off-by: Andreas Enge <andreas@enge.fr>
| -rw-r--r-- | gnu/packages/kde-internet.scm | 77 |
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, | ||
| 365 | ICQ, Gadu-Gadu, Novell GroupWise Messenger, and more. It is designed to be a | ||
| 366 | flexible and extensible multi-protocol system suitable for personal and | ||
| 367 | enterprise use. | ||
| 368 | |||
| 369 | The goal of Kopete is to provide users with a single easy-to-use way to access | ||
| 370 | all of their instant messaging systems. The interface puts people first, and | ||
| 371 | is integrated with the system address book to let you access your contacts | ||
| 372 | from other KDE applications. | ||
| 373 | |||
| 374 | This 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") |
