guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: Add kdevelop-pg-qt.


From: Ludovic Courtès
Subject: 04/06: gnu: Add kdevelop-pg-qt.
Date: Wed, 9 Nov 2016 20:25:00 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 8bb115e0c6673143f174e88df43594077979945b
Author: Thomas Danckaert <address@hidden>
Date:   Tue Nov 8 14:16:43 2016 +0100

    gnu: Add kdevelop-pg-qt.
    
    * gnu/packages/kde.scm (kdevelop-pg-qt): New variable.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/kde.scm |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 47ca002..82e7ed2 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -28,6 +28,29 @@
   #:use-module (gnu packages tls)
   #:use-module (gnu packages qt))
 
+(define-public kdevelop-pg-qt
+  (package
+    (name "kdevelop-pg-qt")
+    (version "2.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/KDE/kdevelop-pg-qt/archive/v";
+                           version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1av8plqz7hyhrd07avnmn6ryslqlarmxn0pw7swzvb6ddiqp59j4"))))
+    (native-inputs
+     `(("extra-cmake-modules" ,extra-cmake-modules)))
+    (inputs
+     `(("qtbase" ,qtbase)))
+    (build-system cmake-build-system)
+    (home-page "https://kde.org";)
+    (synopsis "Parser generator library for KDevplatform")
+    (description "KDevelop-PG-Qt is the parser generator used in KDevplatform
+for some KDevelop language plugins (Ruby, PHP, CSS...).")
+    (license license:lgpl2.0+)))
+
 (define-public libkomparediff2
   (package
     (name "libkomparediff2")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]