2019-12-08 14:06:14 -05:00
|
|
|
;;; GNU Guix --- Functional package management for GNU
|
|
|
|
;;; Copyright © 2017, 2019, 2020 Hartmut Goebel <h.goebel@crazy-compilers.com>
|
2020-10-04 17:58:16 -04:00
|
|
|
;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
2022-02-03 03:42:15 -05:00
|
|
|
;;; Copyright © 2022 Brendan Tildesley <mail@brendan.scot>
|
2022-07-26 04:47:21 -04:00
|
|
|
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
|
2019-12-08 14:06:14 -05:00
|
|
|
;;;
|
|
|
|
;;; This file is part of GNU Guix.
|
|
|
|
;;;
|
|
|
|
;;; GNU Guix is free software; you can redistribute it and/or modify it
|
|
|
|
;;; under the terms of the GNU General Public License as published by
|
|
|
|
;;; the Free Software Foundation; either version 3 of the License, or (at
|
|
|
|
;;; your option) any later version.
|
|
|
|
;;;
|
|
|
|
;;; GNU Guix is distributed in the hope that it will be useful, but
|
|
|
|
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
;;; GNU General Public License for more details.
|
|
|
|
;;;
|
|
|
|
;;; You should have received a copy of the GNU General Public License
|
|
|
|
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
(define-module (gnu packages kde-internet)
|
|
|
|
#:use-module (guix build-system qt)
|
|
|
|
#:use-module (guix download)
|
2022-02-03 03:42:15 -05:00
|
|
|
#:use-module (guix gexp)
|
2019-12-08 14:06:14 -05:00
|
|
|
#:use-module ((guix licenses) #:prefix license:)
|
|
|
|
#:use-module (guix packages)
|
|
|
|
#:use-module (guix utils)
|
|
|
|
#:use-module (gnu packages)
|
2019-12-08 16:53:19 -05:00
|
|
|
#:use-module (gnu packages boost)
|
2019-12-23 13:54:22 -05:00
|
|
|
#:use-module (gnu packages compression)
|
|
|
|
#:use-module (gnu packages glib)
|
2019-12-08 16:53:19 -05:00
|
|
|
#:use-module (gnu packages gnupg)
|
2019-12-23 13:54:22 -05:00
|
|
|
#:use-module (gnu packages image)
|
2019-12-08 14:06:14 -05:00
|
|
|
#:use-module (gnu packages kde)
|
|
|
|
#:use-module (gnu packages kde-frameworks)
|
|
|
|
#:use-module (gnu packages kde-pim)
|
2019-12-23 13:54:22 -05:00
|
|
|
#:use-module (gnu packages libidn)
|
|
|
|
#:use-module (gnu packages linux)
|
|
|
|
#:use-module (gnu packages messaging)
|
2019-12-09 04:47:25 -05:00
|
|
|
#:use-module (gnu packages mp3)
|
2019-12-09 03:53:12 -05:00
|
|
|
#:use-module (gnu packages multiprecision)
|
2019-12-08 14:06:14 -05:00
|
|
|
#:use-module (gnu packages pkg-config)
|
|
|
|
#:use-module (gnu packages qt)
|
2019-12-09 03:25:35 -05:00
|
|
|
#:use-module (gnu packages rdesktop)
|
2019-12-23 13:54:22 -05:00
|
|
|
#:use-module (gnu packages serialization)
|
2019-12-09 03:25:35 -05:00
|
|
|
#:use-module (gnu packages ssh)
|
2019-12-23 13:54:22 -05:00
|
|
|
#:use-module (gnu packages telephony)
|
2020-03-29 22:53:07 -04:00
|
|
|
#:use-module (gnu packages linphone)
|
2019-12-23 13:54:22 -05:00
|
|
|
#:use-module (gnu packages tls)
|
|
|
|
#:use-module (gnu packages video)
|
2022-02-03 03:42:15 -05:00
|
|
|
#:use-module (gnu packages vnc)
|
2019-12-23 13:54:22 -05:00
|
|
|
#:use-module (gnu packages web)
|
|
|
|
#:use-module (gnu packages xiph)
|
2023-08-12 17:05:55 -04:00
|
|
|
#:use-module (gnu packages xml)
|
|
|
|
#:use-module (gnu packages xorg))
|
2019-12-08 14:06:14 -05:00
|
|
|
|
|
|
|
(define-public choqok
|
|
|
|
(package
|
|
|
|
(name "choqok")
|
2020-02-21 18:09:52 -05:00
|
|
|
(version "1.7.0")
|
2019-12-08 14:06:14 -05:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "mirror://kde/stable/choqok/"
|
|
|
|
(version-major+minor version)
|
|
|
|
"/src/choqok-" version ".tar.xz"))
|
|
|
|
(sha256
|
2020-02-21 18:09:52 -05:00
|
|
|
(base32 "0zm4nkpmvd181xlkis7ydzx54p3vn0zgpdzgh54f1hsjy6ahsq16"))))
|
2019-12-08 14:06:14 -05:00
|
|
|
(build-system qt-build-system)
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
(list extra-cmake-modules kdoctools pkg-config))
|
2019-12-08 14:06:14 -05:00
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
(list attica
|
|
|
|
kcmutils
|
|
|
|
kconfigwidgets
|
|
|
|
kcoreaddons
|
|
|
|
kemoticons
|
|
|
|
kglobalaccel
|
|
|
|
kguiaddons
|
|
|
|
ki18n
|
|
|
|
kio
|
|
|
|
knotifications
|
|
|
|
knotifyconfig
|
|
|
|
kparts
|
|
|
|
ktextwidgets
|
|
|
|
kwallet
|
|
|
|
kwidgetsaddons
|
|
|
|
kxmlgui
|
|
|
|
;; TODO: telepathy
|
2022-02-15 06:21:15 -05:00
|
|
|
breeze-icons ; default icon set
|
2021-12-13 11:18:24 -05:00
|
|
|
purpose
|
|
|
|
qca
|
|
|
|
qoauth
|
|
|
|
qtbase-5
|
2022-07-19 20:23:12 -04:00
|
|
|
qtnetworkauth-5
|
2021-12-13 11:18:24 -05:00
|
|
|
sonnet))
|
2019-12-08 14:06:14 -05:00
|
|
|
(home-page "https://kde.org/applications/internet/org.kde.choqok")
|
|
|
|
(synopsis "Micro-Blogging Client")
|
|
|
|
(description "Choqok is a fast, efficient and simple to use micro-blogging
|
|
|
|
client for KDE. It currently supports the twitter.com and identi.ca
|
|
|
|
microblogging services.
|
|
|
|
|
|
|
|
Other notable features include:
|
|
|
|
@itemize
|
|
|
|
@item Support for user + friends time-lines.
|
2020-02-12 18:03:40 -05:00
|
|
|
@item Support for @@Reply time-lines.
|
2019-12-08 14:06:14 -05:00
|
|
|
@item Support for sending and receiving direct messages.
|
|
|
|
@item Twitpic.com integration.
|
|
|
|
@item The ability to use multiple accounts simultaneously.
|
|
|
|
@item Support for search APIs for all services.
|
|
|
|
@item KWallet integration.
|
|
|
|
@item Support for automatic shortening urls with more than 30 characters.
|
|
|
|
@item Support for configuring status lists appearance.
|
|
|
|
@end itemize")
|
|
|
|
(license license:gpl3+)))
|
2019-12-08 16:53:19 -05:00
|
|
|
|
2023-08-12 17:05:55 -04:00
|
|
|
(define-public falkon
|
|
|
|
(package
|
|
|
|
(name "falkon")
|
|
|
|
(version "23.04.3")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
|
|
|
"/src/falkon-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"11r1iwimdzabfah68gsvw6xi67cj539anqa6s1rg33agsi5y56d3"))))
|
|
|
|
(build-system qt-build-system)
|
|
|
|
(arguments
|
|
|
|
(list #:phases
|
|
|
|
#~(modify-phases %standard-phases
|
|
|
|
(replace 'check
|
|
|
|
(lambda* (#:key tests? #:allow-other-keys)
|
|
|
|
(when tests?
|
|
|
|
(invoke "ctest" "-E"
|
|
|
|
"(locationbartest|qmltabsapitest)")))))))
|
|
|
|
(native-inputs
|
|
|
|
(list extra-cmake-modules pkg-config qttools-5))
|
|
|
|
(inputs
|
|
|
|
(list karchive
|
|
|
|
ki18n
|
|
|
|
kio
|
|
|
|
kwallet
|
|
|
|
openssl
|
|
|
|
purpose
|
|
|
|
qtquickcontrols-5
|
|
|
|
qtsvg-5
|
|
|
|
qtwebengine-5
|
|
|
|
qtx11extras
|
|
|
|
qtwayland-5
|
|
|
|
xcb-util))
|
|
|
|
(home-page "https://www.falkon.org/")
|
|
|
|
(synopsis "Qt-based web browser for KDE")
|
|
|
|
(description
|
|
|
|
"Falkon is is a Qt-based web browser for KDE.")
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
2019-12-08 16:53:19 -05:00
|
|
|
(define-public kget
|
|
|
|
(package
|
|
|
|
(name "kget")
|
2023-07-29 01:43:48 -04:00
|
|
|
(version "23.04.3")
|
2019-12-08 16:53:19 -05:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
gnu: KDE: Update to 20.04.1.
* gnu/packages/patches/akonadi-paths.patch: Adjust for upstream changes.
* gnu/packages/patches/kdepim-runtime-Fix-missing-link-libraries.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/kde-internet.scm (kget, kopete, krdc, libgravatar): Update to
20.04.1.
[source](uri): Adjust for new upstream location.
* gnu/packages/kde-multimedia.scm (audiocd-kio, dragon, ffmpegthumbs, juk,
k3b, kamoso, kmix, kwave, libkcddb, libkcompactdisc): Likewise.
* gnu/packages/kde-systemtools.scm (dolphin, dolphin-plugins, khelpcenter,
konsole, krfb, ksystemlog): Update to 20.04.1.
[source](uri): Adjust for new upstream location.
* gnu/packages/kde-utils.scm (kate, kmag, kmousetool, kmouth, sweeper): Update
to 20.04.1.
[source](uri): Adjust for new upstream location.
* gnu/packages/kde.scm (baloo-widgets, libkomparediff2, kqtquickcharts,
grantleetheme, kcachegrind, libkdegames, zeroconf-ioslave): Update to 20.04.1.
[source](uri): Adjust for new upstream location.
(grantleetheme)[inputs]: Add KGUIADDONS.
* gnu/packages/kde-pim.scm (akonadi, akonadi-calendar, akonadi-contacts,
akonadi-mime, akonadi-notes, akonadi-search, kincidenceeditor, kaddressbook,
kalarmcal, kblog, kcalendarsupport, kcalutils, kdav, kdepim-apps-libs,
kdepim-runtime, keventviews, kgpg, kidentitymanagement, kimap, kldap,
kleopatra, kmail, kmailcommon, kmailimporter, kmailtransport, kmbox,
kmessagelib, kmime, knotes, kontactinterface, korganizer, kpimcommon,
kpimtextedit, ksmtp, ktnef, libkdepim, libkgapi, libkleo, libksieve): Update
to 20.04.1.
[source](uri): Adjust to current.
(akonadi)[inputs]: Remove KDBUSADDONS and KDESIGNERPLUGIN.
(akonadi-calendar)[inputs]: Remove KDBUSADDONS.
(kdepim-runtime)[source](patches): Remove.
[arguments]: Add phase 'extend-CPLUS_INCLUDE_PATH'.
[inputs]: Remove KDBUSADDONS and KICONTHEMES.
(kmessagelib)[arguments]: Add phase 'extend-CPLUS_INCLUDE_PATH.
[inputs]: Add QCA.
(kdepim-apps-libs)[inputs]: Remove KDBUSADDONS and KICONTHEMES.
(knotes)[inputs]: Remove KDBUSADDONS.
(kpimcommon)[inputs]: Remove KDBUSADDONS and KCOMPLETION.
(libksieve)[arguments]: Disable one more test.
(korganizer)[arguments]: Disable one test.
2020-06-06 10:06:58 -04:00
|
|
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
2019-12-08 16:53:19 -05:00
|
|
|
"/src/kget-" version ".tar.xz"))
|
|
|
|
(sha256
|
2023-07-29 01:43:48 -04:00
|
|
|
(base32 "1n9wnm1si4g4rv8zaqpr8m3c2aav0mj8i7z96m78dk1apippx77r"))))
|
2019-12-08 16:53:19 -05:00
|
|
|
(build-system qt-build-system)
|
|
|
|
(native-inputs
|
2022-02-03 03:42:15 -05:00
|
|
|
(list extra-cmake-modules kdoctools pkg-config))
|
2019-12-08 16:53:19 -05:00
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
(list boost
|
|
|
|
gmp
|
|
|
|
gpgme
|
|
|
|
kcmutils
|
|
|
|
kcompletion
|
|
|
|
kconfig
|
|
|
|
kconfigwidgets
|
|
|
|
kcoreaddons
|
|
|
|
kcrash
|
|
|
|
kdbusaddons
|
|
|
|
kdelibs4support ;; KLocale
|
|
|
|
ki18n
|
|
|
|
kiconthemes
|
|
|
|
kio
|
|
|
|
kitemviews
|
|
|
|
knotifications
|
|
|
|
knotifyconfig
|
|
|
|
kparts
|
|
|
|
kservice
|
|
|
|
ktextwidgets
|
|
|
|
kwallet
|
|
|
|
kwidgetsaddons
|
|
|
|
kwindowsystem
|
|
|
|
kxmlgui
|
|
|
|
libgcrypt
|
|
|
|
libktorrent
|
|
|
|
;; TODO: libmms
|
|
|
|
;; TODO: LibKWorkspace - plasma-workspace?
|
2022-02-15 06:21:15 -05:00
|
|
|
breeze-icons ; default icon set
|
2021-12-13 11:18:24 -05:00
|
|
|
qca
|
|
|
|
qgpgme
|
|
|
|
qtbase-5))
|
2022-02-03 03:42:15 -05:00
|
|
|
(arguments
|
|
|
|
`(#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(replace 'check
|
|
|
|
(lambda* (#:key tests? #:allow-other-keys)
|
|
|
|
(when tests? ;; FIXME: two tests fails.
|
|
|
|
(invoke "ctest" "-E" "(schedulertest|filedeletertest)"))
|
|
|
|
#t)))))
|
gnu: Use HTTPS package home pages wherever possible.
* gnu/packages/accessibility.scm (florence)[home-page]: Use HTTPS.
* gnu/packages/admin.scm (netcat, nmon)[home-page]: Likewise.
* gnu/packages/algebra.scm (mpfrcx, cm, flint, fftw, r-dtt)[home-page]:
Likewise.
* gnu/packages/apr.scm (apr, apr-util)[home-page]: Likewise.
* gnu/packages/aspell.scm (aspell-dict-it)[home-page]: Likewise.
* gnu/packages/astronomy.scm (casacore, sextractor, libnova)
(xplanet)[home-page]: Likewise.
* gnu/packages/audio.scm (libtimidity, alsa-modular-synth, azr3, tao)
(freepats, rakarrack, liblo, libshout-idjc, timidity++, libsbsms)
(libmodplug, libxmp, xmp, sox, drc, gsm, gnaural)
(streamripper)[home-page]: Likewise.
* gnu/packages/authentication.scm (pamtester)[home-page]: Likewise.
* gnu/packages/backup.scm (grsync)[home-page]: Likewise.
* gnu/packages/bioconductor.scm (r-nmf, r-edger, r-limma)
(r-plgem)[home-page]: Likewise.
* gnu/packages/bioinformatics.scm (python-biom-format, bowtie, bowtie1)
(bwa, crossmap, java-htsjdk, java-htsjdk-latest, java-picard)
(java-picard-2.10.3, kaiju, proteinortho, rsem, rseqc, seek, samtools)
(snap-aligner, subread, stringtie, r-centipede, prinseq, emboss, phylip)
(libsbml)[home-page]: Likewise.
* gnu/packages/build-tools.scm (tup)[home-page]: Likewise.
* gnu/packages/cdrom.scm (libcddb, cdrdao, cdrtools)
(cd-discid)[home-page]: Likewise.
* gnu/packages/check.scm (cunit, python-nose)
(python-pyhamcrest)[home-page]: Likewise.
* gnu/packages/chemistry.scm (gromacs)[home-page]: Likewise.
* gnu/packages/chez.scm (chez-fmt)[home-page]: Likewise.
* gnu/packages/code.scm (lcov, uncrustify, cscope)[home-page]: Likewise.
* gnu/packages/compression.scm (p7zip)[home-page]: Likewise.
* gnu/packages/cran.scm (r-emdist, r-proj4, r-zoo, r-ggalluvial)
(r-orgmassspecr, r-polychrome, r-partykit, r-rcpp, r-ff, r-emdbook)
(r-fitdistrplus, r-linprog, r-geometry, r-dtw, r-fst, r-rjags)
(r-intergraph, r-qualv, r-labelled, r-survey, r-coin, r-fmsb, r-tm)
(r-corpcor, r-rmpfr, r-spatialextremes, r-longitudinal, r-genenet)
(r-bayesm, r-seqinr, r-mpm, r-text2vec, r-rgdal, r-seewave, r-hdrcde)
(r-shapes, r-anytime, r-stm, r-d3network, r-tam, r-directlabels)
(r-spatstat-utils, r-spatstat-sparse, r-spatstat-data, r-spatstat-geom)
(r-spatstat-core, r-spatstat-linnet, r-spatstat-random, r-spatstat)
(r-rcpptoml, r-mlecens, r-seurat, r-mlearning, r-zooimage)[home-page]:
Likewise.
* gnu/packages/crates-io.scm (rust-nickel-0.11, rust-thrift-0.13)
(rust-trust-dns-https-0.20, rust-trust-dns-native-tls-0.20)
(rust-trust-dns-openssl-0.20, rust-trust-dns-proto-0.20)
(rust-trust-dns-resolver-0.20, rust-trust-dns-rustls-0.20)
(rust-uint-0.9, rust-yaml-rust-0.4)[home-page]: Likewise.
* gnu/packages/crypto.scm (libdecaf, ccrypt)[home-page]: Likewise.
* gnu/packages/curl.scm (curlpp)[home-page]: Likewise.
* gnu/packages/databases.scm (python-pylibmc, unixodbc, wiredtiger)
(libpqxx, mdbtools, virtuoso-ose, libdbi, libdbi-drivers)
(soci)[home-page]: Likewise.
* gnu/packages/debian.scm (apt-mirror)[home-page]: Likewise.
* gnu/packages/debug.scm (remake)[home-page]: Likewise.
* gnu/packages/disk.scm (sdparm, idle3-tools, duc)[home-page]: Likewise.
* gnu/packages/django.scm (python-django-haystack)[home-page]: Likewise.
* gnu/packages/djvu.scm (djvulibre, djview)[home-page]: Likewise.
* gnu/packages/dns.scm (dnsmasq)[home-page]: Likewise.
* gnu/packages/docbook.scm (dblatex, docbook2x)[home-page]: Likewise.
* gnu/packages/documentation.scm (scrollkeeper)[home-page]: Likewise.
* gnu/packages/ebook.scm (liblinebreak)[home-page]: Likewise.
* gnu/packages/electronics.scm (xoscope)[home-page]: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-bbdb, emacs-caps-lock, emacs-djvu)
(emacs-pabbrev, emacs-twittering-mode, emacs-filladapt, emacs-rudel)
(emacs-stream, emacspeak, emacs-cc-mode, emacs-eldoc, emacs-jsonrpc)
(emacs-gtk-look, emacs-xclip, emacs-slime-volleyball, emacs-minimap)
(emacs-auto-dictionary-mode, emacs-persist, emacs-shell-command+)
(emacs-map, emacs-xref, emacs-dictionary)[home-page]: Likewise.
* gnu/packages/embedded.scm (sdcc)[home-page]: Likewise.
* gnu/packages/engineering.scm (asco, libngspice, libspnav)
(openctm)[home-page]: Likewise.
* gnu/packages/erlang.scm (erlang-erlware-commons)[home-page]: Likewise.
* gnu/packages/file-systems.scm (jfsutils, curlftpfs)[home-page]:
Likewise.
* gnu/packages/finance.scm (gbonds)[home-page]: Likewise.
* gnu/packages/flashing-tools.scm (dfu-util, srecord)[home-page]:
Likewise.
* gnu/packages/fltk.scm (ntk)[home-page]: Likewise.
* gnu/packages/fonts.scm (font-terminus, font-tex-gyre)
(font-comic-neue)[home-page]: Likewise.
* gnu/packages/fontutils.scm (ttf2pt1, potrace, libspiro)[home-page]:
Likewise.
* gnu/packages/fpga.scm (icestorm, gtkwave, gtkwave)
(python-myhdl)[home-page]: Likewise.
* gnu/packages/freedesktop.scm (libatasmart)[home-page]: Likewise.
* gnu/packages/ftp.scm (weex)[home-page]: Likewise.
* gnu/packages/game-development.scm (dds, python-tmx, sfxr, quesoglc)
(eureka, plib)[home-page]: Likewise.
* gnu/packages/games.scm (abe, alex4, armagetronad, barony)
(foobillard++, golly, ltris, pipewalker, prboom-plus, trigger-rally)
(cmatrix, pinball, pioneers, tennix, chromium-bsu, freeciv, kiki)
(quakespasm, frotz, frotz-dumb-terminal, frotz-sdl, btanks)
(flare-engine, chessx, barrage, cgoban, passage)[home-page]: Likewise.
* gnu/packages/geo.scm (python-geopandas, saga)[home-page]: Likewise.
* gnu/packages/gl.scm (freeglut, gl2ps)[home-page]: Likewise.
* gnu/packages/gnome.scm (cogl, clutter-gtk, clutter-gst, bluefish)
(workrave)[home-page]: Likewise.
* gnu/packages/gnustep.scm (wmnd, wmfire, wmfire)[home-page]: Likewise.
* gnu/packages/graph.scm (mscgen)[home-page]: Likewise.
* gnu/packages/graphics.scm (assimp, alembic, ctl, agg)
(opencsg)[home-page]: Likewise.
* gnu/packages/graphviz.scm (gts)[home-page]: Likewise.
* gnu/packages/gtk.scm (gtkspell3)[home-page]: Likewise.
* gnu/packages/guile-xyz.scm (guile-irregex)[home-page]: Likewise.
* gnu/packages/haskell-apps.scm (cpphs)[home-page]: Likewise.
* gnu/packages/haskell-check.scm (ghc-hunit)[home-page]: Likewise.
* gnu/packages/haskell-web.scm (ghc-http-client-restricted)
(ghc-blaze-html, ghc-happstack-server, ghc-sourcemap)[home-page]:
Likewise.
* gnu/packages/haskell-xyz.scm (ghc-assoc, ghc-cairo, ghc-cborg)
(ghc-csv, ghc-glob, ghc-gtk2hs-buildtools, ghc-hmatrix-gsl-stats)
(ghc-intervalmap, ghc-lens-family-core, ghc-managed, ghc-mountpoints)
(ghc-network-multicast, ghc-optional-args, ghc-regex, ghc-spoon)
(ghc-transformers, ghc-turtle, ghc-utf8-light, ghc-wizards)
(ghc-template-haskell, ghc-boot-th, ghc-binary-orphans)
(ghc-postgresql-simple)[home-page]: Likewise.
* gnu/packages/hexedit.scm (ht, bvi)[home-page]: Likewise.
* gnu/packages/hunspell.scm (hunspell-dict-hu)[home-page]: Likewise.
* gnu/packages/image-processing.scm (mia)[home-page]: Likewise.
* gnu/packages/image-viewers.scm (geeqie, gpicview, luminance-hdr)
(qiv)[home-page]: Likewise.
* gnu/packages/image.scm (libuemf, devil, steghide, optipng, niftilib)
(sng, mtpaint)[home-page]: Likewise.
* gnu/packages/java-xml.scm (java-simple-xml, java-jaxp)
(java-apache-xml-commons-resolver)[home-page]: Likewise.
* gnu/packages/java.scm (java-cisd-base, java-cisd-args4j)
(java-hamcrest-core, java-jsr305, java-eclipse-osgi)
(java-eclipse-equinox-common, java-eclipse-core-jobs)
(java-eclipse-equinox-registry, java-eclipse-equinox-app)
(java-eclipse-equinox-preferences, java-eclipse-core-contenttype)
(java-eclipse-text, java-treelayout, java-aopalliance, java-jeromq)
(java-cdi-api)[home-page]: Likewise.
* gnu/packages/jemalloc.scm (jemalloc-4.5.0)[home-page]: Likewise.
* gnu/packages/julia-xyz.scm (julia-recipespipeline)[home-page]:
Likewise.
* gnu/packages/kde-internet.scm (kget)[home-page]: Likewise.
* gnu/packages/kde-systemtools.scm (dolphin-plugins)
(konsole)[home-page]: Likewise.
* gnu/packages/kodi.scm (fstrcmp)[home-page]: Likewise.
* gnu/packages/language.scm (hime, libchewing)[home-page]: Likewise.
* gnu/packages/lego.scm (nqc)[home-page]: Likewise.
* gnu/packages/lesstif.scm (lesstif)[home-page]: Likewise.
* gnu/packages/libcanberra.scm (libcanberra)[home-page]: Likewise.
* gnu/packages/libdaemon.scm (libdaemon)[home-page]: Likewise.
* gnu/packages/libffi.scm (libffi)[home-page]: Likewise.
* gnu/packages/libreoffice.scm (libwpd, libwpg, libwps)[home-page]:
Likewise.
* gnu/packages/libusb.scm (libmtp, gmtp)[home-page]: Likewise.
* gnu/packages/linux.scm (e2fsprogs, extundelete, lsscsi, net-tools)
(kbd, sysfsutils, cpuid, libpfm4)[home-page]: Likewise.
* gnu/packages/lisp-check.scm (sbcl-ptester, sbcl-xlunit)[home-page]:
Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-html-encode, sbcl-py-configparser)
(sbcl-cl-utilities, sbcl-series, sbcl-uffi, sbcl-clsql, sbcl-sycamore)
(sbcl-osicat, sbcl-hu.dwim.common, sbcl-caveman, sbcl-trivial-shell)
(sbcl-trivial-benchmark, sbcl-screamer, sbcl-smug)[home-page]: Likewise.
* gnu/packages/lisp.scm (lush2)[home-page]: Likewise.
* gnu/packages/logging.scm (log4cpp)[home-page]: Likewise.
* gnu/packages/lua.scm (lua-ldoc)[home-page]: Likewise.
* gnu/packages/machine-learning.scm (mcl, openfst, rxcpp)[home-page]:
Likewise.
* gnu/packages/mail.scm (muchsync, procmail, sendmail)
(opensmtpd-filter-dkimsign, crm114)[home-page]: Likewise.
* gnu/packages/man.scm (libpipeline, man-db)[home-page]: Likewise.
* gnu/packages/maths.scm (lapack, scalapack, hdf-eos5, itpp, gmsh)
(metamath, p4est, armadillo, suitesparse, atlas, lpsolve, wcalc, why3)
(frama-c)[home-page]: Likewise.
* gnu/packages/mcrypt.scm (mcrypt, libmcrypt, libmhash)[home-page]:
Likewise.
* gnu/packages/minetest.scm (minetest-advtrains)[home-page]: Likewise.
* gnu/packages/monitoring.scm (python-whisper, python-carbon)
(hostscope)[home-page]: Likewise.
* gnu/packages/mp3.scm (id3lib, libmp3splt, mp3splt, mpg321)
(lame)[home-page]: Likewise.
* gnu/packages/multiprecision.scm (mpc)[home-page]: Likewise.
* gnu/packages/music.scm (aria-maestosa, lingot, setbfree, bristol)
(portmidi, python-pyportmidi, zynaddsubfx, yoshimi, aj-snapshot)
(schismtracker, midicsv, midicsv, qmidiarp, qmidiroute, dssi, tap-lv2)
(shiru-lv2)[home-page]: Likewise.
* gnu/packages/ncurses.scm (stfl)[home-page]: Likewise.
* gnu/packages/networking.scm (lksctp-tools, mbuffer, ifstatus, bird)
(tunctl, traceroute)[home-page]: Likewise.
* gnu/packages/node-xyz.scm (node-mersenne)[home-page]: Likewise.
* gnu/packages/ntp.scm (openntpd)[home-page]: Likewise.
* gnu/packages/ocaml.scm (opam, hevea, ocaml-menhir, ocaml-piqilib)
(ocaml-graph, cubicle)[home-page]: Likewise.
* gnu/packages/opencl.scm (python-pyopencl)[home-page]: Likewise.
* gnu/packages/package-management.scm (xstow, modules)[home-page]:
Likewise.
* gnu/packages/parallel.scm (xjobs)[home-page]: Likewise.
* gnu/packages/pdf.scm (podofo, qpdf, xournal, impressive)[home-page]:
Likewise.
* gnu/packages/perl.scm (perl-math-vecstat, perltidy)[home-page]:
Likewise.
* gnu/packages/photo.scm (libpano13, enblend-enfuse, hugin)[home-page]:
Likewise.
* gnu/packages/plan9.scm (drawterm)[home-page]: Likewise.
* gnu/packages/plotutils.scm (guile-charting, ploticus)[home-page]:
Likewise.
* gnu/packages/popt.scm (argtable, popt)[home-page]: Likewise.
* gnu/packages/profiling.scm (otf2)[home-page]: Likewise.
* gnu/packages/pulseaudio.scm (pulseaudio)[home-page]: Likewise.
* gnu/packages/python-check.scm (python-mypy)[home-page]: Likewise.
* gnu/packages/python-web.scm (python-cssutils)
(python-translationstring)[home-page]: Likewise.
* gnu/packages/python-xyz.scm (python-diskcache, python-doxyqml)
(python-docutils, python-pexpect, python-importlib-resources)
(python-simplegeneric, python-urwid, python-xlrd, python-xlwt)
(python-pyasn1, python-pythondialog, python-tftpy, python-random2)
(python-arcp, python-pyopengl, python-sortedcollections)
(python-sortedcontainers, python-yapsy, python-pydispatcher)
(python-posix-ipc)[home-page]: Likewise.
* gnu/packages/qt.scm (qwt, libqglviewer, signond)[home-page]: Likewise.
* gnu/packages/radio.scm (unixcw, gnuais)[home-page]: Likewise.
* gnu/packages/raspberry-pi.scm (bcm2835)[home-page]: Likewise.
* gnu/packages/rdf.scm (clucene, rasqal, redland)[home-page]: Likewise.
* gnu/packages/regex.scm (tre)[home-page]: Likewise.
* gnu/packages/rsync.scm (librsync)[home-page]: Likewise.
* gnu/packages/ruby.scm (ruby-packnga, ruby-nokogiri, ruby-oj, ruby-ox)
(ruby-sinatra, ruby-citrus, ruby-cbor, ruby-roda)[home-page]: Likewise.
* gnu/packages/scheme.scm (scheme48, tinyscheme)[home-page]: Likewise.
* gnu/packages/screen.scm (dtach)[home-page]: Likewise.
* gnu/packages/scsi.scm (sg3-utils)[home-page]: Likewise.
* gnu/packages/sdl.scm (libmikmod, sdl-pango)[home-page]: Likewise.
* gnu/packages/shellutils.scm (hstr, rig)[home-page]: Likewise.
* gnu/packages/simulation.scm (python-dolfin-adjoint)[home-page]:
Likewise.
* gnu/packages/smalltalk.scm (smalltalk)[home-page]: Likewise.
* gnu/packages/speech.scm (espeak)[home-page]: Likewise.
* gnu/packages/stalonetray.scm (stalonetray)[home-page]: Likewise.
* gnu/packages/statistics.scm (jags, r-mass, r-class, r-lattice)
(r-matrix, r-nnet, r-spatial, r-bit, r-bit64, r-digest, r-xtable)
(python-statsmodels, r-ade4, r-latticeextra, r-rcurl, r-xml, r-mvtnorm)
(r-robustbase, r-minqa, r-fdrtool, java-jdistlib, xlispstat)[home-page]:
Likewise.
* gnu/packages/swig.scm (swig)[home-page]: Likewise.
* gnu/packages/task-management.scm (wtime)[home-page]: Likewise.
* gnu/packages/tcl.scm (itcl, tclxml, tclx)[home-page]: Likewise.
* gnu/packages/terminals.scm (libtermkey, mlterm, libvterm)
(libvterm)[home-page]: Likewise.
* gnu/packages/tex.scm (texlive-lm, texlive-lm-math, texlive-cs)
(texlive-csplain, biber, texmaker)[home-page]: Likewise.
* gnu/packages/text-editors.scm (joe)[home-page]: Likewise.
* gnu/packages/textutils.scm (drm-tools, docx2txt)[home-page]: Likewise.
* gnu/packages/tv.scm (tvtime)[home-page]: Likewise.
* gnu/packages/unicode.scm (libunibreak)[home-page]: Likewise.
* gnu/packages/upnp.scm (libupnp)[home-page]: Likewise.
* gnu/packages/version-control.scm (cvs)[home-page]: Likewise.
* gnu/packages/video.scm (transcode, libquicktime, mjpegtools, aalib)
(liba52, libmpeg2, x265, libdv, dvdauthor, aegisub, pitivi, gavl)
(dvdbackup, guvcview, video-contact-sheet)[home-page]: Likewise.
* gnu/packages/virtualization.scm (bochs)[home-page]: Likewise.
* gnu/packages/w3m.scm (w3m)[home-page]: Likewise.
* gnu/packages/web.scm (qjson, libquvi-scripts, libquvi, quvi)
(tidy-html, htmlcxx)[home-page]: Likewise.
* gnu/packages/wm.scm (evilwm, menumaker)[home-page]: Likewise.
* gnu/packages/wv.scm (wv)[home-page]: Likewise.
* gnu/packages/wxwidgets.scm (wxsvg)[home-page]: Likewise.
* gnu/packages/xdisorg.scm (mtdev, xsel)[home-page]: Likewise.
* gnu/packages/xfig.scm (xfig, transfig)[home-page]: Likewise.
* gnu/packages/xml.scm (openjade, python-pyxb, xmlstarlet, xmlrpc-c)
(opensp)[home-page]: Likewise.
* gnu/packages/xorg.scm (xf86-video-qxl)[home-page]: Likewise.
2023-02-11 19:00:00 -05:00
|
|
|
(home-page "https://www.kde.org/")
|
2019-12-08 16:53:19 -05:00
|
|
|
(synopsis "Versatile and user-friendly download manager")
|
|
|
|
(description "KGet is an advanced download manager with support for
|
|
|
|
Metalink and Bittorrent. Downloads are added to the list, where they can be
|
2022-07-26 04:47:21 -04:00
|
|
|
paused, queued, or scheduled for later. KGet supports download via FTP anf
|
2019-12-08 16:53:19 -05:00
|
|
|
HTTP(S) as well as pausing downloads.
|
|
|
|
|
|
|
|
This package is part of the KDE networking module.")
|
|
|
|
(license ;; GPL for programs, LGPL for libraries, FDL for documentation
|
|
|
|
(list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
|
2019-12-08 17:09:54 -05:00
|
|
|
|
|
|
|
(define-public konversation
|
|
|
|
(package
|
|
|
|
(name "konversation")
|
2023-07-29 01:43:48 -04:00
|
|
|
(version "23.04.3")
|
2019-12-08 17:09:54 -05:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
2022-02-03 03:42:15 -05:00
|
|
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
2019-12-08 17:09:54 -05:00
|
|
|
"/src/konversation-" version ".tar.xz"))
|
|
|
|
(sha256
|
2023-07-29 01:43:48 -04:00
|
|
|
(base32 "1ip0jlz71fad5l0ppbc6w914hqk7h626s12ssbb9p1c2yvlr1j1v"))))
|
2019-12-08 17:09:54 -05:00
|
|
|
(build-system qt-build-system)
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
(list extra-cmake-modules kdoctools))
|
2019-12-08 17:09:54 -05:00
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
(list karchive
|
|
|
|
kbookmarks
|
|
|
|
kconfig
|
|
|
|
kconfigwidgets
|
|
|
|
kcoreaddons
|
|
|
|
kcrash
|
|
|
|
kdbusaddons
|
|
|
|
kemoticons
|
|
|
|
kglobalaccel
|
|
|
|
ki18n
|
|
|
|
kiconthemes
|
|
|
|
kidletime
|
|
|
|
kio
|
|
|
|
kitemviews
|
2022-02-03 03:42:15 -05:00
|
|
|
knewstuff
|
2021-12-13 11:18:24 -05:00
|
|
|
knotifications
|
|
|
|
knotifyconfig
|
|
|
|
kparts
|
|
|
|
kwallet
|
|
|
|
kwidgetsaddons
|
|
|
|
kwindowsystem
|
2022-02-15 06:21:15 -05:00
|
|
|
breeze-icons ; default icon set
|
2021-12-13 11:18:24 -05:00
|
|
|
phonon
|
|
|
|
qtbase-5
|
|
|
|
qca
|
2022-08-02 00:56:24 -04:00
|
|
|
qtmultimedia-5
|
2021-12-13 11:18:24 -05:00
|
|
|
solid
|
|
|
|
sonnet))
|
2022-07-26 04:47:21 -04:00
|
|
|
(home-page "https://apps.kde.org/konversation/")
|
2019-12-08 17:09:54 -05:00
|
|
|
(synopsis "Graphical Internet Relay Chat (IRC) client for KDE")
|
|
|
|
(description "Konversation is a graphical Internet Relay Chat client (IRC)
|
|
|
|
with KDE support.
|
|
|
|
|
|
|
|
Features are:
|
|
|
|
@itemize
|
|
|
|
@item Standard IRC features
|
|
|
|
@item SSL server support
|
|
|
|
@item Bookmarking support
|
|
|
|
@item Easy to use graphical user interface
|
|
|
|
@item Multiple servers and channels in one single window
|
|
|
|
@item DCC file transfer with resume support
|
|
|
|
@item Multiple identities for different servers
|
|
|
|
@item Text decorations and colors
|
|
|
|
@item Pattern-based message highlighting and OnScreen Display notifications
|
|
|
|
@item Automatic UTF-8 detection
|
|
|
|
@item Per channel encoding support
|
|
|
|
@item Theme support for nick icons
|
|
|
|
@item Highly configurable
|
|
|
|
@item Multi-language scripting support (with DCOP)
|
|
|
|
@item Customizable command aliases
|
|
|
|
@item NickServ-aware log-on (for registered nicknames)
|
|
|
|
@item Smart logging
|
|
|
|
@item Traditional or enhanced-shell-style nick completion
|
|
|
|
@end itemize")
|
|
|
|
(license ;; GPL for programs, FDL for documentation
|
|
|
|
(list license:gpl2+ license:fdl1.2+))))
|
2019-12-23 13:54:22 -05:00
|
|
|
|
|
|
|
(define-public kopete
|
|
|
|
(package
|
|
|
|
(name "kopete")
|
2023-07-29 01:43:48 -04:00
|
|
|
(version "23.04.3")
|
2019-12-23 13:54:22 -05:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
gnu: KDE: Update to 20.04.1.
* gnu/packages/patches/akonadi-paths.patch: Adjust for upstream changes.
* gnu/packages/patches/kdepim-runtime-Fix-missing-link-libraries.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/kde-internet.scm (kget, kopete, krdc, libgravatar): Update to
20.04.1.
[source](uri): Adjust for new upstream location.
* gnu/packages/kde-multimedia.scm (audiocd-kio, dragon, ffmpegthumbs, juk,
k3b, kamoso, kmix, kwave, libkcddb, libkcompactdisc): Likewise.
* gnu/packages/kde-systemtools.scm (dolphin, dolphin-plugins, khelpcenter,
konsole, krfb, ksystemlog): Update to 20.04.1.
[source](uri): Adjust for new upstream location.
* gnu/packages/kde-utils.scm (kate, kmag, kmousetool, kmouth, sweeper): Update
to 20.04.1.
[source](uri): Adjust for new upstream location.
* gnu/packages/kde.scm (baloo-widgets, libkomparediff2, kqtquickcharts,
grantleetheme, kcachegrind, libkdegames, zeroconf-ioslave): Update to 20.04.1.
[source](uri): Adjust for new upstream location.
(grantleetheme)[inputs]: Add KGUIADDONS.
* gnu/packages/kde-pim.scm (akonadi, akonadi-calendar, akonadi-contacts,
akonadi-mime, akonadi-notes, akonadi-search, kincidenceeditor, kaddressbook,
kalarmcal, kblog, kcalendarsupport, kcalutils, kdav, kdepim-apps-libs,
kdepim-runtime, keventviews, kgpg, kidentitymanagement, kimap, kldap,
kleopatra, kmail, kmailcommon, kmailimporter, kmailtransport, kmbox,
kmessagelib, kmime, knotes, kontactinterface, korganizer, kpimcommon,
kpimtextedit, ksmtp, ktnef, libkdepim, libkgapi, libkleo, libksieve): Update
to 20.04.1.
[source](uri): Adjust to current.
(akonadi)[inputs]: Remove KDBUSADDONS and KDESIGNERPLUGIN.
(akonadi-calendar)[inputs]: Remove KDBUSADDONS.
(kdepim-runtime)[source](patches): Remove.
[arguments]: Add phase 'extend-CPLUS_INCLUDE_PATH'.
[inputs]: Remove KDBUSADDONS and KICONTHEMES.
(kmessagelib)[arguments]: Add phase 'extend-CPLUS_INCLUDE_PATH.
[inputs]: Add QCA.
(kdepim-apps-libs)[inputs]: Remove KDBUSADDONS and KICONTHEMES.
(knotes)[inputs]: Remove KDBUSADDONS.
(kpimcommon)[inputs]: Remove KDBUSADDONS and KCOMPLETION.
(libksieve)[arguments]: Disable one more test.
(korganizer)[arguments]: Disable one test.
2020-06-06 10:06:58 -04:00
|
|
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
2019-12-23 13:54:22 -05:00
|
|
|
"/src/kopete-" version ".tar.xz"))
|
|
|
|
(sha256
|
2023-07-29 01:43:48 -04:00
|
|
|
(base32 "1ps6g440p1dy2zwbj23f0mzw1d78r02aj88fy3i5sws9p9ra92gi"))))
|
2019-12-23 13:54:22 -05:00
|
|
|
(build-system qt-build-system)
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
(list extra-cmake-modules kdoctools pkg-config))
|
2019-12-23 13:54:22 -05:00
|
|
|
(inputs
|
2021-12-13 16:15:07 -05:00
|
|
|
(list alsa-lib
|
|
|
|
boost
|
|
|
|
expat
|
|
|
|
glib
|
|
|
|
gpgme
|
|
|
|
jsoncpp
|
|
|
|
kcmutils
|
|
|
|
kconfig
|
|
|
|
kcontacts
|
|
|
|
kcoreaddons
|
|
|
|
kcrash
|
|
|
|
kdbusaddons
|
|
|
|
kdelibs4support
|
|
|
|
kdnssd
|
|
|
|
kemoticons
|
|
|
|
khtml
|
|
|
|
ki18n
|
|
|
|
kidentitymanagement
|
|
|
|
kjs
|
|
|
|
;; TODO? kleopatra (additionally to libkleo)
|
|
|
|
knotifyconfig
|
|
|
|
kparts
|
|
|
|
kpimtextedit
|
2022-02-03 03:42:15 -05:00
|
|
|
ksyntaxhighlighting
|
2021-12-13 16:15:07 -05:00
|
|
|
ktexteditor
|
|
|
|
kwallet
|
|
|
|
;; TODO: Libgadu
|
|
|
|
libidn
|
|
|
|
libkleo
|
|
|
|
;; TODO: LibMeanwhile
|
|
|
|
libotr
|
|
|
|
libsrtp
|
|
|
|
libxml2
|
|
|
|
libxslt
|
2022-02-03 03:42:15 -05:00
|
|
|
mediastreamer2
|
2021-12-13 16:15:07 -05:00
|
|
|
openssl
|
|
|
|
ortp
|
|
|
|
phonon
|
|
|
|
qca
|
|
|
|
qgpgme
|
|
|
|
qtbase-5
|
|
|
|
speex
|
|
|
|
v4l-utils
|
|
|
|
;; TODO: Xmms
|
|
|
|
zlib))
|
2019-12-23 13:54:22 -05:00
|
|
|
;; TODO: enable video support
|
2022-07-26 04:47:21 -04:00
|
|
|
(home-page "https://apps.kde.org/kopete/")
|
2019-12-23 13:54:22 -05:00
|
|
|
(synopsis "Instant messaging and chat application")
|
|
|
|
(description "Kopete is an instant messenger supporting Jabber/XMPP ,AIM,
|
|
|
|
ICQ, Gadu-Gadu, Novell GroupWise Messenger, and more. It is designed to be a
|
|
|
|
flexible and extensible multi-protocol system suitable for personal and
|
|
|
|
enterprise use.
|
|
|
|
|
|
|
|
The goal of Kopete is to provide users with a single easy-to-use way to access
|
|
|
|
all of their instant messaging systems. The interface puts people first, and
|
|
|
|
is integrated with the system address book to let you access your contacts
|
|
|
|
from other KDE applications.
|
|
|
|
|
|
|
|
This package is part of the KDE networking module.")
|
|
|
|
(license ;; GPL for programs, LGPL for libraries, FDL for documentation
|
|
|
|
(list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
|
2019-12-09 03:25:35 -05:00
|
|
|
|
|
|
|
(define-public krdc
|
|
|
|
(package
|
|
|
|
(name "krdc")
|
2023-07-29 01:43:49 -04:00
|
|
|
(version "23.04.3")
|
2019-12-09 03:25:35 -05:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
gnu: KDE: Update to 20.04.1.
* gnu/packages/patches/akonadi-paths.patch: Adjust for upstream changes.
* gnu/packages/patches/kdepim-runtime-Fix-missing-link-libraries.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/kde-internet.scm (kget, kopete, krdc, libgravatar): Update to
20.04.1.
[source](uri): Adjust for new upstream location.
* gnu/packages/kde-multimedia.scm (audiocd-kio, dragon, ffmpegthumbs, juk,
k3b, kamoso, kmix, kwave, libkcddb, libkcompactdisc): Likewise.
* gnu/packages/kde-systemtools.scm (dolphin, dolphin-plugins, khelpcenter,
konsole, krfb, ksystemlog): Update to 20.04.1.
[source](uri): Adjust for new upstream location.
* gnu/packages/kde-utils.scm (kate, kmag, kmousetool, kmouth, sweeper): Update
to 20.04.1.
[source](uri): Adjust for new upstream location.
* gnu/packages/kde.scm (baloo-widgets, libkomparediff2, kqtquickcharts,
grantleetheme, kcachegrind, libkdegames, zeroconf-ioslave): Update to 20.04.1.
[source](uri): Adjust for new upstream location.
(grantleetheme)[inputs]: Add KGUIADDONS.
* gnu/packages/kde-pim.scm (akonadi, akonadi-calendar, akonadi-contacts,
akonadi-mime, akonadi-notes, akonadi-search, kincidenceeditor, kaddressbook,
kalarmcal, kblog, kcalendarsupport, kcalutils, kdav, kdepim-apps-libs,
kdepim-runtime, keventviews, kgpg, kidentitymanagement, kimap, kldap,
kleopatra, kmail, kmailcommon, kmailimporter, kmailtransport, kmbox,
kmessagelib, kmime, knotes, kontactinterface, korganizer, kpimcommon,
kpimtextedit, ksmtp, ktnef, libkdepim, libkgapi, libkleo, libksieve): Update
to 20.04.1.
[source](uri): Adjust to current.
(akonadi)[inputs]: Remove KDBUSADDONS and KDESIGNERPLUGIN.
(akonadi-calendar)[inputs]: Remove KDBUSADDONS.
(kdepim-runtime)[source](patches): Remove.
[arguments]: Add phase 'extend-CPLUS_INCLUDE_PATH'.
[inputs]: Remove KDBUSADDONS and KICONTHEMES.
(kmessagelib)[arguments]: Add phase 'extend-CPLUS_INCLUDE_PATH.
[inputs]: Add QCA.
(kdepim-apps-libs)[inputs]: Remove KDBUSADDONS and KICONTHEMES.
(knotes)[inputs]: Remove KDBUSADDONS.
(kpimcommon)[inputs]: Remove KDBUSADDONS and KCOMPLETION.
(libksieve)[arguments]: Disable one more test.
(korganizer)[arguments]: Disable one test.
2020-06-06 10:06:58 -04:00
|
|
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
2019-12-09 03:25:35 -05:00
|
|
|
"/src/krdc-" version ".tar.xz"))
|
|
|
|
(sha256
|
2023-07-29 01:43:49 -04:00
|
|
|
(base32 "0jva74n11fpm4ix4sbi0y1xnbly97lnap7dfj0bliw5s2d0sdjr0"))))
|
2019-12-09 03:25:35 -05:00
|
|
|
(build-system qt-build-system)
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
(list extra-cmake-modules kdoctools))
|
2019-12-09 03:25:35 -05:00
|
|
|
(inputs
|
2021-12-13 16:15:07 -05:00
|
|
|
(list kbookmarks
|
|
|
|
freerdp
|
|
|
|
kcmutils
|
|
|
|
kcompletion
|
|
|
|
kconfig
|
|
|
|
kdnssd
|
|
|
|
ki18n
|
|
|
|
kiconthemes
|
|
|
|
knotifications
|
|
|
|
knotifyconfig
|
|
|
|
kwallet
|
|
|
|
kwidgetsaddons
|
|
|
|
kwindowsystem
|
|
|
|
kxmlgui
|
|
|
|
libssh
|
2022-02-03 03:42:15 -05:00
|
|
|
libvnc
|
2022-02-15 06:21:15 -05:00
|
|
|
breeze-icons ; default icon set
|
2021-12-13 16:15:07 -05:00
|
|
|
qtbase-5))
|
2022-02-03 03:42:15 -05:00
|
|
|
(arguments ;; FIXEME: libvnc can't be found for some reason.
|
|
|
|
(list #:configure-flags #~(list "-DWITH_VNC=NO")))
|
2022-07-26 04:47:21 -04:00
|
|
|
(home-page "https://apps.kde.org/krdc/")
|
2019-12-09 03:25:35 -05:00
|
|
|
(synopsis "Remote desktop client")
|
|
|
|
(description "KRDC is a client application that allows you to view or even
|
|
|
|
control the desktop session on another machine that is running a compatible
|
|
|
|
server. VNC and RDP are supported.
|
|
|
|
|
|
|
|
This package is part of the KDE networking module.")
|
|
|
|
(license ;; GPL for programs, LGPL for libraries, FDL for documentation
|
|
|
|
(list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
|
2019-12-09 03:53:12 -05:00
|
|
|
|
2019-12-09 04:47:25 -05:00
|
|
|
(define-public ktorrent
|
|
|
|
(package
|
|
|
|
(name "ktorrent")
|
2023-07-29 01:43:49 -04:00
|
|
|
(version "23.04.3")
|
2019-12-09 04:47:25 -05:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
2022-02-03 03:42:15 -05:00
|
|
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
|
|
|
"/src/ktorrent-" version ".tar.xz"))
|
2019-12-09 04:47:25 -05:00
|
|
|
(sha256
|
2023-07-29 01:43:49 -04:00
|
|
|
(base32 "17q6ivnbh4zxqnbm1bdzz3hri1434sq2rs9y57lvn4bb2xdwn1z5"))))
|
2019-12-09 04:47:25 -05:00
|
|
|
(build-system qt-build-system)
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
(list extra-cmake-modules kdoctools))
|
2019-12-09 04:47:25 -05:00
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
(list boost
|
|
|
|
gmp
|
|
|
|
karchive
|
|
|
|
kcmutils
|
|
|
|
kconfig
|
|
|
|
kconfigwidgets
|
|
|
|
kcoreaddons
|
|
|
|
kcrash
|
|
|
|
kdbusaddons
|
|
|
|
kdnssd
|
|
|
|
ki18n
|
|
|
|
kiconthemes
|
|
|
|
kio
|
|
|
|
knotifications
|
|
|
|
knotifyconfig
|
|
|
|
kparts
|
|
|
|
kplotting
|
|
|
|
kross
|
|
|
|
kwidgetsaddons
|
|
|
|
kwindowsystem
|
|
|
|
kxmlgui
|
|
|
|
libgcrypt
|
|
|
|
libktorrent
|
|
|
|
;; TODO: LibKWorkspace -> plasma-workspace?
|
2022-02-15 06:21:15 -05:00
|
|
|
breeze-icons ; default icon set
|
2021-12-13 11:18:24 -05:00
|
|
|
phonon
|
|
|
|
qtbase-5
|
|
|
|
qtscript
|
2022-11-27 13:27:39 -05:00
|
|
|
qtwebengine-5
|
2021-12-13 11:18:24 -05:00
|
|
|
solid
|
|
|
|
syndication
|
|
|
|
taglib))
|
2022-07-26 04:47:21 -04:00
|
|
|
(home-page "https://apps.kde.org/ktorrent/")
|
2019-12-09 04:47:25 -05:00
|
|
|
(synopsis "BitTorrent client")
|
|
|
|
(description "KTorrent is a BitTorrent application by KDE which allows you
|
|
|
|
to download files using the BitTorrent protocol. It enables you to run
|
|
|
|
multiple torrents at the same time and comes with extended features to make it
|
|
|
|
a full-featured client for BitTorrent.")
|
|
|
|
(license license:gpl2+)))
|
|
|
|
|
2019-12-09 03:53:12 -05:00
|
|
|
(define-public libktorrent
|
|
|
|
(package
|
|
|
|
(name "libktorrent")
|
2023-07-29 01:43:49 -04:00
|
|
|
(version "23.04.3")
|
2019-12-09 03:53:12 -05:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
2022-02-03 03:42:15 -05:00
|
|
|
(uri (string-append "mirror://kde/stable/release-service/"
|
|
|
|
version "/src/" name "-" version ".tar.xz"))
|
2019-12-09 03:53:12 -05:00
|
|
|
(sha256
|
2023-07-29 01:43:49 -04:00
|
|
|
(base32 "1m6gyk1bids7qr9wfh6gcfq73ac9j5b2bljvfvfsw9f1ky1cmwab"))))
|
2019-12-09 03:53:12 -05:00
|
|
|
(build-system qt-build-system)
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
(list extra-cmake-modules))
|
2019-12-09 03:53:12 -05:00
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
(list boost
|
|
|
|
gmp
|
|
|
|
karchive
|
|
|
|
kcrash
|
|
|
|
ki18n
|
|
|
|
kio
|
|
|
|
libgcrypt
|
|
|
|
qca
|
|
|
|
qtbase-5
|
|
|
|
solid))
|
gnu: KDE: Fix old cgit home-pages.
Fix all home-pages pointing to git-repos a cgit.kde.org, which is
gone, to now use the correct repo at invent.kde.org.
* gnu/packages/kde.scm (grantleetheme, kdiagram): Update home-page.
* gnu/packages/kde-frameworks.scm (kholidays): Likewise.
* gnu/packages/kde-internet.scm (libgravatar, libktorrent): Likewise.
* gnu/packages/kde-multimedia.scm (libkcddb, libkcompactdisc): Likewise.
* gnu/packages/kde-pim.scm (kblog, kdav, kdepim-apps-libs,
kdepim-runtime, keventviews, kincidenceeditor, kmailcommon,
kmailimporter, kmessagelib, kpimcommon, ksmtp, libkdepim, libkgapi,
libkleo, libksieve): Likewise.
* gnu/packages/kde-plasma.scm (kdecoration, kscreenlocker): Likewise.
2020-12-12 12:22:37 -05:00
|
|
|
(home-page "https://invent.kde.org/network/libktorrent")
|
2019-12-09 03:53:12 -05:00
|
|
|
(synopsis "BitTorrent protocol library for C++ / Qt 5 / KDE Frameworks")
|
|
|
|
(description "The KTorrent library supports connectivity to HTTP and UDP
|
|
|
|
trackers, mainline DHT and the new generation Micro Transport
|
|
|
|
Protocol (uTP). In addition, it provides many powerful BitTorrent network
|
|
|
|
features including but not limited to torrent downloading and seeding, torrent
|
|
|
|
creation and downloaded data verification, magnet links, advanced peer
|
|
|
|
management, IP blocking lists.")
|
|
|
|
(license license:gpl2+)))
|