Commit graph

56 commits

Author SHA1 Message Date
Maxim Cournoyer
ea0a51071e
gnu: Rename qtbase to qtbase-5.
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.
2021-06-14 00:24:42 -04:00
Tobias Geerinckx-Rice
87ff6ea8e2
gnu: kmail: Fix typo in description.
* gnu/packages/kde-pim.scm (kmail)[description]: Fix typo.
2021-04-10 14:11:30 +02:00
Tobias Geerinckx-Rice
ade77dd0d3
gnu: Fix input typoes.
* 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.
2021-03-06 16:44:09 +01:00
Efraim Flashner
15122d3cc9
gnu: kdav: Update to 20.04.3.
* gnu/packages/kde-pim.scm (kdav): Update to 20.04.3.
2020-12-30 23:24:44 +02:00
Hartmut Goebel
b828057ea4
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 18:25:00 +01:00
Efraim Flashner
433309d92e
gnu: akonadi: Update home-page.
* gnu/packages/kde-pim.scm (akonadi-calendar, akonadi-contacts,
akonadi-mime, akonadi-notes, akonadi-search)[home-page]: Update to
new home-page.
2020-08-19 16:08:46 +03:00
Marius Bakke
6701d23236
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 22:13:25 +02:00
Marius Bakke
b69ca4d234
gnu: Add kpeoplevcard.
* gnu/packages/kde-pim.scm (kpeoplevcard): New public variable.
2020-06-06 21:14:17 +02:00
Marius Bakke
6ecdb8dc5e
gnu: akonadi-search: Enable tests.
* gnu/packages/kde-pim.scm (akonadi-search)[native-inputs]: Add DBUS.
[arguments]: Add #:phases.
2020-06-06 21:14:17 +02:00
Vagrant Cascadian
5a03345898
gnu: kdav: Fix spelling of "implementation".
* gnu/packages/kde-pim (kdav): Fix typo.
2020-04-12 12:03:32 -07:00
Vagrant Cascadian
5995a9f7d1
gnu: kmail: Fix spelling of "Environments".
* gnu/packages/kde-pim (kmail): Fix typo.
2020-04-12 12:03:29 -07:00
Vagrant Cascadian
507779fdba
gnu: kmessagelib: Fix typo "This package".
* gnu/packages/kde-pim (kmessagelib): Fix typo.
2020-04-12 11:32:43 -07:00
Vagrant Cascadian
e3e13b128a
gnu: kdepim-apps-libs: Fix typo "This package".
* gnu/packages/kde-pim (kdepim-apps-libs): Fix typo.
2020-04-12 11:32:39 -07:00
Ludovic Courtès
79b0816e17
gnu: akonadi: Shorten file name of patch.
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.
2020-04-10 16:02:51 +02:00
Marius Bakke
043c3d6499
gnu: KOrganizer: Fix typo in description.
* gnu/packages/kde-pim.scm (korganizer)[description]: clanedaring -> calendaring.
2020-03-28 20:03:50 +01:00
Hartmut Goebel
d3d8be5281
gnu: Add korganizer.
* gnu/packages/kde-pim.scm (korganizer): New variable.
2020-03-19 11:36:23 +01:00
Hartmut Goebel
992c6d29bb
gnu: Add kincidenceeditor.
* gnu/packages/kde-pim.scm (kincidenceeditor): New variable.
2020-03-19 11:36:22 +01:00
Hartmut Goebel
b3359b8598
gnu: Add keventviews.
* gnu/package/kde-pim.scm (keventviews): New variable.
2020-03-19 11:36:21 +01:00
Hartmut Goebel
d9491d5053
gnu: Add kcalendarsupport.
* gnu/packages/kde-pim.scm (kcalendarsupport): New variable.
2020-03-19 11:36:21 +01:00
Hartmut Goebel
639b6ead0c
gnu: Add kmail.
* gnu/packages/kde-pim.scm (kmail): New variable.
* gnu/packages/patches/kmail-Fix-missing-link-libraries.patch:
  New file.
* gnu/local.mk: Add it.
2020-03-19 11:36:21 +01:00
Hartmut Goebel
dd80d13bea
gnu: Add knotes.
* gnu/packages/kde-pim.scm (knotes): NEw variable.
2020-03-19 11:36:20 +01:00
Hartmut Goebel
86633b2218
gnu: Add kaddressbook.
* gnu/packages/kde-pim.scm (kaddressbook): New variable.
2020-03-19 11:36:20 +01:00
Hartmut Goebel
de6b782204
gnu: Add kdepim-runtime.
* 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.
2020-03-19 11:36:20 +01:00
Hartmut Goebel
49e247efcc
gnu: Add kdav.
This is in kde-pim.scm since it explicitly offers the "KPimKDAV".

* gnu/package/kde-pim.scm (kdav): New variable.
2020-03-19 11:36:19 +01:00
Hartmut Goebel
7a0bb02db4
gnu: Add kblog.
* gnu/packages/kde-pim.scm (kblog): New variable.
2020-03-19 11:36:19 +01:00
Hartmut Goebel
d3b543a1fd
gnu: Add kmailcommon.
* gnu/packages/kde-pim.scm (kmailcommon): New variable.
2020-03-19 11:36:19 +01:00
Hartmut Goebel
a146c18ca4
gnu: Add kmessagelib.
* gnu/packages/kde-pim.scm (kmessagelib): New variable.
2020-03-19 11:36:18 +01:00
Hartmut Goebel
83a4ab4e42
gnu: Add libksieve.
* gnu/packages/kde-pim.scm (libksieve): New variable.
* gnu/packages/patches/libksieve-Fix-missing-link-libraries.patch:
  New file.
* gnu/local.mk: Add it.
2020-03-19 11:36:18 +01:00
Hartmut Goebel
6434f9b634
gnu: Reword and extend descriptions for some KDE packages.
* 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.
2020-03-08 14:06:00 +01:00
Vagrant Cascadian
789c02478a
gnu: akonadi: Rename patch to fix guix lint warning about patch filename size.
* 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.
2020-03-06 17:33:56 -08:00
Hartmut Goebel
2dd5b1e8b3
gnu: Add kdepim-apps-libs.
* gnu/packages/kde-pim.scm (kdepim-apps-libs): New variable.
2020-02-03 14:27:32 +01:00
Hartmut Goebel
a8546f4682
gnu: Add kpimcommon.
* gnu/packages/kde-pim.scm (kpimcommon): New variable.
2020-02-03 14:27:31 +01:00
Hartmut Goebel
63d589626b
gnu: Add kmailimporter.
* gnu/packages/kde-pim.scm (kmailimporter): New variable.
2020-02-03 14:27:31 +01:00
Hartmut Goebel
4357222be3
gnu: Add libkdepim.
* gnu/packages/kde-pim.scm (libkdepim): New variable.
2020-02-03 14:27:31 +01:00
Hartmut Goebel
48d5d0ef1c
gnu: Add kgpg.
* gnu/packages/kde-utils.scm (kgpg): New variable.
2020-02-03 14:27:30 +01:00
Hartmut Goebel
ba4f9352c1
gnu: Add kleopatra.
* gnu/packages/kde-utils.scm (kleopatra): New variable.
2020-02-03 14:27:30 +01:00
Hartmut Goebel
25b620d967
gnu: Add libkleo.
* gnu/packages/kde-pim.scm (libkleo): New variable.
2020-02-03 14:27:29 +01:00
Hartmut Goebel
37ac66221c
gnu: Add akonadi-calendar.
* gnu/packages/kde-pim.scm (akonadi-calendar): New variable.
2020-02-03 14:27:29 +01:00
Hartmut Goebel
5a75e4448a
gnu: Add kmailtransport.
* gnu/packages/kde-pim.scm (kmailtransport): New variable.
2020-02-03 14:27:28 +01:00
Hartmut Goebel
0fcbdde77b
gnu: Add libkgapi.
* gnu/packages/kde-pim.scm (libkgapi): New variable.
2020-02-03 14:27:28 +01:00
Hartmut Goebel
789cf5c397
gnu: Add kontactinterface.
* gnu/packages/kde-pim.scm (kontactinterface): New variable.
2020-02-03 14:27:28 +01:00
Hartmut Goebel
29157edcd6
gnu: Add ksmtp.
* gnu/packages/kde-pim.scm (ksmtp): New variable.
2020-02-03 14:27:27 +01:00
Hartmut Goebel
ad80c7ef15
gnu: Add akonadi-contacts.
* gnu/packages/kde-pim.scm (akonadi-contacts): New variable.
2020-02-03 14:27:27 +01:00
Hartmut Goebel
a24fcdbdf4
gnu: Add akonadi-search.
* gnu/packages/kde-pim.scm (akonadi-search): New variable.
2020-02-03 14:27:27 +01:00
Hartmut Goebel
d03ad6cf77
gnu: Add akonadi-notes.
* gnu/packages/kde-pim.scm (akonadi-notes): New variable.
2020-02-03 14:27:26 +01:00
Hartmut Goebel
8d41c6a3b5
gnu: Add akonadi-mime.
* gnu/packages/kde-pim.scm (akonadi-mime): New variable.
2020-02-03 14:27:26 +01:00
Hartmut Goebel
2a876c1c1d
gnu: Add kalarmcal.
* gnu/packages/kde-pim.scm (kalarmcal): New variable.
2020-02-03 14:27:25 +01:00
Hartmut Goebel
ff6adc0aaa
gnu: Add ktnef.
* gnu/packages/kde-pim.scm (ktnef): New variable.
2020-02-03 14:27:25 +01:00
Hartmut Goebel
6e03dbea47
gnu: Add kldap.
* gnu/packages/kde-pim.scm (kldap): New variable.
2020-02-03 14:27:24 +01:00
Hartmut Goebel
037994df43
gnu: Add kimap.
* gnu/packages/kde-pim.scm (kimap): New variable.
2020-02-03 14:27:24 +01:00