unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 2/2] gnu: Add add kdevelop-pg-qt.
@ 2016-11-08 13:34 Thomas Danckaert
  2016-11-09 15:12 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Danckaert @ 2016-11-08 13:34 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: 0002-gnu-Add-add-kdevelop-pg-qt.patch --]
[-- Type: Text/X-Patch, Size: 1526 bytes --]

From c26790b1f47e78c37d0efab82c114f2aae1515dc Mon Sep 17 00:00:00 2001
From: Thomas Danckaert <thomas.danckaert@gmail.com>
Date: Tue, 8 Nov 2016 14:16:43 +0100
Subject: [PATCH 2/2] gnu: Add add kdevelop-pg-qt.

* gnu/packages/kde.scm (kdevelop-pg-qt): New variable.
---
 gnu/packages/kde.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 47ca002..13e6ff3 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")
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 2/2] gnu: Add add kdevelop-pg-qt.
  2016-11-08 13:34 [PATCH 2/2] gnu: Add add kdevelop-pg-qt Thomas Danckaert
@ 2016-11-09 15:12 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2016-11-09 15:12 UTC (permalink / raw)
  To: Thomas Danckaert; +Cc: guix-devel

Thomas Danckaert <post@thomasdanckaert.be> skribis:

> From c26790b1f47e78c37d0efab82c114f2aae1515dc Mon Sep 17 00:00:00 2001
> From: Thomas Danckaert <thomas.danckaert@gmail.com>
> Date: Tue, 8 Nov 2016 14:16:43 +0100
> Subject: [PATCH 2/2] gnu: Add add kdevelop-pg-qt.
>
> * gnu/packages/kde.scm (kdevelop-pg-qt): New variable.

I changed the license to ‘lgpl2.0+’ (since headers carry the “or any
later version” wording) and committed.

Thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-09 15:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-08 13:34 [PATCH 2/2] gnu: Add add kdevelop-pg-qt Thomas Danckaert
2016-11-09 15:12 ` Ludovic Courtès

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).