From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Danckaert Subject: [PATCH 0/3] Add KDevelop. Date: Mon, 12 Dec 2016 20:09:29 +0100 Message-ID: <1481569772-26659-1-git-send-email-thomas.danckaert@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cGW0I-0005vs-87 for guix-devel@gnu.org; Mon, 12 Dec 2016 14:11:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cGW0E-0003BF-HK for guix-devel@gnu.org; Mon, 12 Dec 2016 14:11:14 -0500 Received: from mail-wm0-f65.google.com ([74.125.82.65]:36502) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cGW0E-00036T-BQ for guix-devel@gnu.org; Mon, 12 Dec 2016 14:11:10 -0500 Received: by mail-wm0-f65.google.com with SMTP id m203so13178601wma.3 for ; Mon, 12 Dec 2016 11:10:47 -0800 (PST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: post@thomasdanckaert.be, guix-devel@gnu.org Cc: Thomas Danckaert This patch series adds a package for the KDevelop IDE. KDevelop needs some QT_PLUGIN_PATH and QML2_IMPORT_PATH entries. For now I used wrap-program for this. If a user tries to start KDevelop while kdeinit5 is already running without the correct QT_PLUGIN_PATH and QML2_IMPORT_PATH entries, KDevelop won't work correctly (the solution is to force restart kdeinit5 with the correct environment). Best, Thomas Thomas Danckaert (3): gnu: libksysguard: Correct inputs. gnu: Add kdevplatform. gnu: Add kdevelop. gnu/packages/kde.scm | 174 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 167 insertions(+), 7 deletions(-) -- 2.7.4