summaryrefslogtreecommitdiff
path: root/gnu/packages/kde-pim.scm
Commit message (Collapse)AuthorAge
* gnu: qtnetworkauth: Rename to qtnetworkauth-5.Maxim Cournoyer2022-07-31
| | | | | | Automated with: git grep -l qtnetworkauth | xargs sed 's/\bqtnetworkauth\b/\0-5/g' -i
* gnu: qttools: Rename to qttools-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
* gnu: qtwebengine: Rename to qtwebengine-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated with: git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i git checkout NEWS
* gnu: qtwebchannel: Rename to qtwebchannel-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via: git grep -l qtwebchannel | xargs sed 's/\bqtwebchannel\b/\0-5/g' -i git checkout NEWS
* gnu: qtdeclarative: Rename to qtdeclarative-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS
* gnu: kmessagelib: Fix building.Efraim Flashner2022-04-19
| | | | | * gnu/packages/kde-pim.scm (kmessagelib)[arguments]: Adjust custom 'extend-CPUS_INCLUDE_PATH phase to specifically add libkdepim.
* gnu: kpeoplevcard: Use mirror URI.Efraim Flashner2022-03-29
| | | | * gnu/packages/kde-pim.scm (kpeoplevcard)[source]: Use kde mirror URI.
* gnu: kldap: Fix trailing whitespace in description.Vagrant Cascadian2021-12-29
| | | | * gnu/packages/kde-pim.scm (kldap)[description]: Fix trailing whitespace.
* gnu: Further simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* gnu: akonadi: Remove references to '%outputs' and '%build-inputs'.Ludovic Courtès2021-11-27
| | | | | * gnu/packages/kde-pim.scm (akonadi)[arguments]: Remove references to '%outputs' and '%build-inputs'.
* Merge branch 'master' into core-updates-frozenMarius Bakke2021-09-17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/bioinformatics.scm gnu/packages/chez.scm gnu/packages/docbook.scm gnu/packages/ebook.scm gnu/packages/gnome.scm gnu/packages/linux.scm gnu/packages/networking.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/tex.scm gnu/packages/version-control.scm gnu/packages/xml.scm guix/build-system/dune.scm guix/build-system/go.scm guix/build-system/linux-module.scm guix/packages.scm
| * gnu: korganizer: Allow skipping tests.Efraim Flashner2021-09-13
| | | | | | | | | | * gnu/packages/kde-pim.scm (korganizer)[arguments]: Have custom 'check phase honor #:tests?.
| * gnu: kleopatra: Allow skipping tests.Efraim Flashner2021-09-13
| | | | | | | | | | * gnu/packages/kde-pim.scm (kleopatra)[arguments]: Have custom 'check phase honor #:tests?.
| * gnu: kmail: Allow skipping tests.Efraim Flashner2021-09-13
| | | | | | | | | | * gnu/packages/kde-pim.scm (kmail)[arguments]: Have custom 'check phase honor #:tests?.
| * gnu: akonadi-search: Allow skipping tests.Efraim Flashner2021-09-13
| | | | | | | | | | * gnu/packages/kde-pim.scm (akonadi-search)[arguments]: Have custom 'check phase honor #:tests?.
* | gnu: Use 'search-input-directory' when looking for C/C++ library headers.Ludovic Courtès2021-07-24
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/arcan.scm (arcan)[arguments]: Use 'search-input-directory' for "include/libdrm" and "include/apr-1". * gnu/packages/bioinformatics.scm (sailfish): Likewise for jellyfish. * gnu/packages/boost.scm (boost-for-irods): Likewise for libcxx headers. * gnu/packages/cedille.scm (cedille): Likewise for IAL headers. * gnu/packages/compression.scm (snappy-with-clang6): Likewise for libcxx headers. * gnu/packages/cups.scm (hplip): Likewise for libusb headers. * gnu/packages/emulators.scm (pcsxr): Likewise for libcdio headers. * gnu/packages/game-development.scm (python2-renpy): Likewise for fribidi headers. * gnu/packages/games.scm (pokerth): Likewise for libircclient. * gnu/packages/guile-xyz.scm (guile-persist): Likewise for Guile. * gnu/packages/hurd.scm (hurd): Likewise for libtirpc. * gnu/packages/irods.scm (irods, irods-client-icommands): Likewise for libcxx, catch2, and nlohmann-json-cpp. * gnu/packages/julia.scm (julia): Use 'search-input-file' for libuv's errno.h. * gnu/packages/kde-pim.scm (kdepim-runtime): Use 'search-input-directory' for "include/KF5". (kmessagelib): Likewise. * gnu/packages/kde.scm (kdeconnect): Likewise. * gnu/packages/llvm.scm (clang-runtime-3.5): Likewise for libtirpc. * gnu/packages/mpi.scm (openmpi): Likewise for "include/infiniband". * gnu/packages/pumpio.scm (pumpa): Use 'search-input-file' for "tidy.h" and "aspell.h". * gnu/packages/radio.scm (dream): Use 'search-input-file' and 'search-input-directory' for pulseaudio, sndfile, etc. * gnu/packages/selinux.scm (policycoreutils): Likewise for PAM and libaudit. * gnu/packages/serialization.scm (avro-cpp-1.9-for-irods): Likewise for libcxx. * gnu/packages/sync.scm (nextcloud-client): Likewise for "include/KF5". * gnu/packages/video.scm (mkvtoolnix): Likewise for "include/gtest". (libopenshot): Likewise for "include/UnitTest++". * gnu/packages/virtualization.scm (criu): Likewise for libnl3 and for protobuf file.
* gnu: Rename qtbase to qtbase-5.Maxim Cournoyer2021-06-14
| | | | | | | | | | | | This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit.
* gnu: kmail: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/kde-pim.scm (kmail)[description]: Fix typo.
* gnu: Fix input typoes.Tobias Geerinckx-Rice2021-03-06
| | | | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-nettle-sys-2)[inputs]: Move ‘,’ to its operand. * gnu/packages/docbook.scm (docbook-dsssl)[native-inputs]: Likewise. (docbook-dsssl-doc)[native-inputs]: Likewise. * gnu/packages/emacs-xyz.scm (emacs-helm-slack)[propagated-inputs]: Likewise. * gnu/packages/kde-multimedia.scm (audiocd-kio)[inputs]: Likewise. * gnu/packages/kde-pim.scm (akonadi-mime, kalarmcal, kcalendarsupport) (keventviews, kmailtransport, kpimtextedit)[inputs]: Likewise. * gnu/packages/mpd.scm (cantata)[inputs]: Likewise. * gnu/packages/raspberry-pi.scm (bcm2835): Likewise. * gnu/packages/samba.scm (samba)[native-inputs]: Likewise. * gnu/packages/xdisorg.scm (dex)[inputs]: Likewise.
* gnu: kdav: Update to 20.04.3.Efraim Flashner2020-12-30
| | | | * gnu/packages/kde-pim.scm (kdav): Update to 20.04.3.
* gnu: KDE: Fix old cgit home-pages.Hartmut Goebel2020-12-12
| | | | | | | | | | | | | | | 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.
* gnu: akonadi: Update home-page.Efraim Flashner2020-08-19
| | | | | | * gnu/packages/kde-pim.scm (akonadi-calendar, akonadi-contacts, akonadi-mime, akonadi-notes, akonadi-search)[home-page]: Update to new home-page.
* gnu: KDE: Update to 20.04.1.Marius Bakke2020-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* gnu: Add kpeoplevcard.Marius Bakke2020-06-06
| | | | * gnu/packages/kde-pim.scm (kpeoplevcard): New public variable.
* gnu: akonadi-search: Enable tests.Marius Bakke2020-06-06
| | | | | * gnu/packages/kde-pim.scm (akonadi-search)[native-inputs]: Add DBUS. [arguments]: Add #:phases.
* gnu: kdav: Fix spelling of "implementation".Vagrant Cascadian2020-04-12
| | | | * gnu/packages/kde-pim (kdav): Fix typo.
* gnu: kmail: Fix spelling of "Environments".Vagrant Cascadian2020-04-12
| | | | * gnu/packages/kde-pim (kmail): Fix typo.
* gnu: kmessagelib: Fix typo "This package".Vagrant Cascadian2020-04-12
| | | | * gnu/packages/kde-pim (kmessagelib): Fix typo.
* gnu: kdepim-apps-libs: Fix typo "This package".Vagrant Cascadian2020-04-12
| | | | * gnu/packages/kde-pim (kdepim-apps-libs): Fix typo.
* gnu: akonadi: Shorten file name of patch.Ludovic Courtès2020-04-10
| | | | | | | | | | This ensures we stay below the POSIX tar file name length limit. * gnu/packages/patches/akonadi-Revert-Make-installation-properly-relo.patch: Rename to... * gnu/packages/patches/akonadi-not-relocatable.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/kde-pim.scm (akonadi): Likewise.
* gnu: KOrganizer: Fix typo in description.Marius Bakke2020-03-28
| | | | * gnu/packages/kde-pim.scm (korganizer)[description]: clanedaring -> calendaring.
* gnu: Add korganizer.Hartmut Goebel2020-03-19
| | | | * gnu/packages/kde-pim.scm (korganizer): New variable.
* gnu: Add kincidenceeditor.Hartmut Goebel2020-03-19
| | | | * gnu/packages/kde-pim.scm (kincidenceeditor): New variable.
* gnu: Add keventviews.Hartmut Goebel2020-03-19
| | | | * gnu/package/kde-pim.scm (keventviews): New variable.
* gnu: Add kcalendarsupport.Hartmut Goebel2020-03-19
| | | | * gnu/packages/kde-pim.scm (kcalendarsupport): New variable.
* gnu: Add kmail.Hartmut Goebel2020-03-19
| | | | | | | * gnu/packages/kde-pim.scm (kmail): New variable. * gnu/packages/patches/kmail-Fix-missing-link-libraries.patch: New file. * gnu/local.mk: Add it.
* gnu: Add knotes.Hartmut Goebel2020-03-19
| | | | * gnu/packages/kde-pim.scm (knotes): NEw variable.
* gnu: Add kaddressbook.Hartmut Goebel2020-03-19
| | | | * gnu/packages/kde-pim.scm (kaddressbook): New variable.
* gnu: Add kdepim-runtime.Hartmut Goebel2020-03-19
| | | | | | | * gnu/packages/kde-pim.scm (kdepim-runtime): New variable. * gnu/packages/patches/kdepim-runtime-Fix-missing-link-libraries.patch: New file. * gnu/local.mk: Add it.
* gnu: Add kdav.Hartmut Goebel2020-03-19
| | | | | | This is in kde-pim.scm since it explicitly offers the "KPimKDAV". * gnu/package/kde-pim.scm (kdav): New variable.
* gnu: Add kblog.Hartmut Goebel2020-03-19
| | | | * gnu/packages/kde-pim.scm (kblog): New variable.
* gnu: Add kmailcommon.Hartmut Goebel2020-03-19
| | | | * gnu/packages/kde-pim.scm (kmailcommon): New variable.
* gnu: Add kmessagelib.Hartmut Goebel2020-03-19
| | | | * gnu/packages/kde-pim.scm (kmessagelib): New variable.
* gnu: Add libksieve.Hartmut Goebel2020-03-19
| | | | | | | * gnu/packages/kde-pim.scm (libksieve): New variable. * gnu/packages/patches/libksieve-Fix-missing-link-libraries.patch: New file. * gnu/local.mk: Add it.
* gnu: Reword and extend descriptions for some KDE packages.Hartmut Goebel2020-03-08
| | | | | | | | | | * gnu/packages/kde-multimedia.scm (libkcompatdisc)[description]: Extend. * gnu/packages/kde-pim.scm (akonadi-search, kalarmcal, kdemailimporter, kdepim-apps-libs, kidentitymanagement, kldap, kmailtransport, kmbox, kmime, kontactinterface, kpimtextedit)[description]: Reword and extend. (ktnef, kpimcommon, libkdepim)[synopsis, description]: Reword and extend. (kmailtransport)[synopsis]: Fix space. * gnu/packages/kde-systemtools.scm (khelpcenter)[description]: Extend.
* gnu: akonadi: Rename patch to fix guix lint warning about patch filename size.Vagrant Cascadian2020-03-06
| | | | | | | | | * gnu/packages/patches/akonadi-Revert-Make-installation-properly-relocatabl.patch: Rename to ... * gnu/packages/patches/akonadi-Revert-Make-installation-properly-relo.patch: ... this. * gnu/packages/kde-pim (akonadi) Update accordingly. * gnu/local.mk: Update accordingly.
* gnu: Add kdepim-apps-libs.Hartmut Goebel2020-02-03
| | | | * gnu/packages/kde-pim.scm (kdepim-apps-libs): New variable.
* gnu: Add kpimcommon.Hartmut Goebel2020-02-03
| | | | * gnu/packages/kde-pim.scm (kpimcommon): New variable.
* gnu: Add kmailimporter.Hartmut Goebel2020-02-03
| | | | * gnu/packages/kde-pim.scm (kmailimporter): New variable.