From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:53232) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jAgnj-0005W3-AF for guix-patches@gnu.org; Sat, 07 Mar 2020 16:16:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jAgni-0003Pr-1E for guix-patches@gnu.org; Sat, 07 Mar 2020 16:16:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:41685) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jAgnh-0003Pm-Uf for guix-patches@gnu.org; Sat, 07 Mar 2020 16:16:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jAgnh-0001Dw-QP for guix-patches@gnu.org; Sat, 07 Mar 2020 16:16:01 -0500 Subject: [bug#39856] [PATCH] gnu: Reword and extend descriptions for some KDE packages. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <3b318dab904a53b3945346fb79a2a52188fb32ec.1583080156.git.h.goebel@crazy-compilers.com> Date: Sat, 07 Mar 2020 22:15:00 +0100 In-Reply-To: <3b318dab904a53b3945346fb79a2a52188fb32ec.1583080156.git.h.goebel@crazy-compilers.com> (Hartmut Goebel's message of "Sun, 1 Mar 2020 17:29:40 +0100") Message-ID: <87sgijeujv.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Hartmut Goebel Cc: 39856@debbugs.gnu.org Hi Hartmut, Hartmut Goebel skribis: > * gnu/packages/kde-multimedia.scm (libkcompatdisc)[description]: Extend. > * gnu/packages/kde-pim.scm (akonadi-search, kalarmcal, kdemailimporter, > kdepim-apps-libs, kidentitymanagement, kldap, kmailtransport, kmbox, km= ime, > kontactinterface, kpimtextedit)[description]: Reword and extend. > (ktnef, kpimcommon, libkdepim)[synopsis, description]: Reword and exten= d. > (kmailtransport)[synopsis]: Fix space. > * gnu/packages/kde-systemtools.scm (khelpcenter)[description]: Extend. Looks great, thank you! Ludo=E2=80=99.