From: David Craven <david@craven.ch>
To: guix-devel@gnu.org
Cc: David Craven <david@craven.ch>
Subject: [PATCH 00/31] KDE Framework Tier1 Packages
Date: Mon, 1 Aug 2016 20:13:11 +0200 [thread overview]
Message-ID: <20160801181342.16203-1-david@craven.ch> (raw)
* ki18n: qtdeclarative isn't found.
* kidletime: qtx11extras isn't found.
* kwidgetsaddons: qttools isn't found.
* kwindowsystem: qtx11extras isn't found.
Then there are multiple test failures affecting the following packages:
* extra-cmake-modules: All tests pass, but install fails after running tests.
* bluez-qt: Tests freeze.
* kconfig: 28/34 tests fail.
* kcoreaddons: 4/23 tests fail.
* kdbusaddons: Tests freeze.
* kguiaddons: Tests fail only when run by guix.
* kitemmodels: 10/10 tests fail.
* kitemviews: 1/1 tests fail.
* kplotting: 4/4 tests fail.
* kwayland: Tests freeze.
* modemmanager-qt: 10/10 tests fail.
* networkmanager-qt: 3/3 tests fail.
David Craven (7):
gnu: network-manager: Propagate GLIB.
download: Add KDE mirrors.
gnu-maintenance: Add KDE updater.
lint: 'inputs-should-be-native' checks for extra-cmake-modules and
qttools.
gnu: kwindowsystem: Update to 5.24.0.
gnu: oxygen-icons: Update to 5.24.0.
gnu: kde-frameworks: Remove kde-frameworks-version.
Hartmut Goebel (24):
gnu: extra-cmake-modules: Update to 5.24.0.
gnu: kde-frameworks: Add attica.
gnu: kde-frameworks: Add bluez-qt.
gnu: kde-frameworks: Add breeze-icons.
gnu: kde-frameworks: Add kapidox.
gnu: kde-frameworks: Add karchive.
gnu: kde-frameworks: Add kcodecs.
gnu: kde-frameworks: Add kconfig.
gnu: kde-frameworks: Add kcoreaddons.
gnu: kde-frameworks: Add kdbusaddons.
gnu: kde-frameworks: Add kdnssd.
gnu: kde-frameworks: Add kguiaddons.
gnu: kde-frameworks: Add ki18n.
gnu: kde-frameworks: Add kidletime.
gnu: kde-frameworks: Add kitemmodels.
gnu: kde-frameworks: Add kitemviews.
gnu: kde-frameworks: Add kplotting.
gnu: kde-frameworks: Add kwayland.
gnu: kde-frameworks: Add kwidgetsaddons.
gnu: kde-frameworks: Add modemmanager-qt.
gnu: kde-frameworks: Add networkmanager-qt.
gnu: kde-frameworks: Add solid.
gnu: kde-frameworks: Add sonnet.
gnu: kde-frameworks: Add threadweaver.
doc/guix.texi | 2 +
gnu/packages/gnome.scm | 2 +
gnu/packages/kde-frameworks.scm | 807 ++++++++++++++++++++++++++++++++++++++--
guix/download.scm | 47 ++-
guix/gnu-maintenance.scm | 35 ++
guix/scripts/lint.scm | 8 +-
guix/scripts/refresh.scm | 6 +-
7 files changed, 881 insertions(+), 26 deletions(-)
--
2.9.0
next reply other threads:[~2016-08-01 18:14 UTC|newest]
Thread overview: 73+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-01 18:13 David Craven [this message]
2016-08-01 18:13 ` [PATCH 01/31] gnu: network-manager: Propagate GLIB David Craven
2016-08-01 19:48 ` Andreas Enge
2016-08-01 19:56 ` David Craven
2016-08-01 21:16 ` Andreas Enge
2016-08-01 18:13 ` [PATCH 02/31] download: Add KDE mirrors David Craven
2016-08-01 19:54 ` Andreas Enge
2016-08-02 9:55 ` Ludovic Courtès
2016-08-02 10:08 ` David Craven
2016-08-02 15:47 ` Leo Famulari
2016-08-02 15:52 ` David Craven
2016-08-02 16:27 ` Leo Famulari
2016-08-02 16:40 ` David Craven
2016-08-02 16:54 ` David Craven
2016-08-01 18:13 ` [PATCH 03/31] gnu-maintenance: Add KDE updater David Craven
2016-08-02 10:02 ` Ludovic Courtès
2016-08-02 10:41 ` Andreas Enge
2016-08-02 12:42 ` Ludovic Courtès
2016-08-01 18:13 ` [PATCH 04/31] lint: 'inputs-should-be-native' checks for extra-cmake-modules and qttools David Craven
2016-08-01 21:22 ` Ludovic Courtès
2016-08-01 18:13 ` [PATCH 05/31] gnu: extra-cmake-modules: Update to 5.24.0 David Craven
2016-08-01 20:19 ` Andreas Enge
2016-08-01 18:13 ` [PATCH 06/31] gnu: kwindowsystem: " David Craven
2016-08-01 21:10 ` Andreas Enge
2016-08-01 22:17 ` Andreas Enge
2016-08-01 22:21 ` David Craven
2016-08-01 22:28 ` David Craven
2016-08-01 22:51 ` David Craven
2016-08-02 17:36 ` David Craven
2016-08-02 21:31 ` Ludovic Courtès
2016-08-03 14:08 ` David Craven
2016-08-05 14:36 ` David Craven
2016-08-05 18:21 ` Andreas Enge
2016-08-05 18:23 ` Andreas Enge
2016-08-05 19:38 ` Andreas Enge
2016-08-05 19:51 ` David Craven
2016-08-01 18:13 ` [PATCH 07/31] gnu: oxygen-icons: " David Craven
2016-08-01 18:13 ` [PATCH 08/31] gnu: kde-frameworks: Remove kde-frameworks-version David Craven
2016-08-01 19:57 ` Andreas Enge
2016-08-01 20:00 ` David Craven
2016-08-01 21:17 ` Andreas Enge
2016-08-02 11:55 ` David Craven
2016-08-02 11:57 ` David Craven
2016-08-02 12:15 ` Andreas Enge
2016-08-02 12:44 ` Ludovic Courtès
2016-08-02 12:50 ` David Craven
2016-08-01 19:58 ` Andreas Enge
2016-08-02 12:33 ` Ludovic Courtès
2016-08-01 18:13 ` [PATCH 09/31] gnu: kde-frameworks: Add attica David Craven
2016-08-01 18:13 ` [PATCH 10/31] gnu: kde-frameworks: Add bluez-qt David Craven
2016-08-01 18:13 ` [PATCH 11/31] gnu: kde-frameworks: Add breeze-icons David Craven
2016-08-01 18:13 ` [PATCH 12/31] gnu: kde-frameworks: Add kapidox David Craven
2016-08-01 18:13 ` [PATCH 13/31] gnu: kde-frameworks: Add karchive David Craven
2016-08-01 18:13 ` [PATCH 14/31] gnu: kde-frameworks: Add kcodecs David Craven
2016-08-01 18:13 ` [PATCH 15/31] gnu: kde-frameworks: Add kconfig David Craven
2016-08-01 18:13 ` [PATCH 16/31] gnu: kde-frameworks: Add kcoreaddons David Craven
2016-08-01 18:13 ` [PATCH 17/31] gnu: kde-frameworks: Add kdbusaddons David Craven
2016-08-01 18:13 ` [PATCH 18/31] gnu: kde-frameworks: Add kdnssd David Craven
2016-08-01 18:13 ` [PATCH 19/31] gnu: kde-frameworks: Add kguiaddons David Craven
2016-08-01 18:13 ` [PATCH 20/31] gnu: kde-frameworks: Add ki18n David Craven
2016-08-01 18:13 ` [PATCH 21/31] gnu: kde-frameworks: Add kidletime David Craven
2016-08-01 18:13 ` [PATCH 22/31] gnu: kde-frameworks: Add kitemmodels David Craven
2016-08-01 18:13 ` [PATCH 23/31] gnu: kde-frameworks: Add kitemviews David Craven
2016-08-01 18:13 ` [PATCH 24/31] gnu: kde-frameworks: Add kplotting David Craven
2016-08-01 18:13 ` [PATCH 25/31] gnu: kde-frameworks: Add kwayland David Craven
2016-08-01 18:13 ` [PATCH 26/31] gnu: kde-frameworks: Add kwidgetsaddons David Craven
2016-08-01 18:13 ` [PATCH 27/31] gnu: kde-frameworks: Add modemmanager-qt David Craven
2016-08-01 18:13 ` [PATCH 28/31] gnu: kde-frameworks: Add networkmanager-qt David Craven
2016-08-01 18:13 ` [PATCH 29/31] gnu: kde-frameworks: Add solid David Craven
2016-08-01 18:13 ` [PATCH 30/31] gnu: kde-frameworks: Add sonnet David Craven
2016-08-01 18:13 ` [PATCH 31/31] gnu: kde-frameworks: Add threadweaver David Craven
2016-08-01 19:44 ` [PATCH 00/31] KDE Framework Tier1 Packages Andreas Enge
2016-08-01 21:21 ` Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160801181342.16203-1-david@craven.ch \
--to=david@craven.ch \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).