[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/31: gnu: Add prefix to license imports in (gnu packages qt).
From: |
David Craven |
Subject: |
02/31: gnu: Add prefix to license imports in (gnu packages qt). |
Date: |
Tue, 30 Aug 2016 20:39:56 +0000 (UTC) |
dvc pushed a commit to branch master
in repository guix.
commit 225941b02813364dcba7203d2893adc5e99e1cbc
Author: David Craven <address@hidden>
Date: Thu Aug 25 20:45:07 2016 +0200
gnu: Add prefix to license imports in (gnu packages qt).
* gnu/packages/qt.scm: Import (guix licenses) with prefix
"license:".
---
gnu/packages/qt.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 5a93ea2..95690fa 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -20,7 +20,7 @@
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (gnu packages qt)
- #:use-module ((guix licenses) #:select (bsd-3 gpl2 gpl3 lgpl2.1 lgpl2.1+
lgpl3 x11-style))
+ #:use-module ((guix licenses) #:prefix license:)
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (guix build utils)
@@ -206,7 +206,7 @@
(synopsis "Cross-platform GUI library")
(description "Qt is a cross-platform application and UI framework for
developers using C++ or QML, a CSS & JavaScript like language.")
- (license lgpl2.1)
+ (license license:lgpl2.1)
;; Qt 4: 'QBasicAtomicPointer' leads to build failures on MIPS;
;; see <http://hydra.gnu.org/build/112828>.
@@ -491,7 +491,7 @@ developers using C++ or QML, a CSS & JavaScript like
language.")
(synopsis "Cross-platform GUI library")
(description "Qt is a cross-platform application and UI framework for
developers using C++ or QML, a CSS & JavaScript like language.")
- (license (list lgpl2.1 lgpl3))))
+ (license (list license:lgpl2.1 license:lgpl3))))
(define-public qtsvg
(package (inherit qtbase)
@@ -920,7 +920,7 @@ is then compiled to create the bindings extension module.
The SIP Python
module provides support functions to the automatically generated code.")
;; There is a choice between a python like license, gpl2 and gpl3.
;; For compatibility with pyqt, we need gpl3.
- (license gpl3)))
+ (license license:gpl3)))
(define-public python2-sip
(package (inherit python-sip)
@@ -985,7 +985,7 @@ module provides support functions to the automatically
generated code.")
"PyQt is a set of Python v2 and v3 bindings for the Qt application
framework. The bindings are implemented as a set of Python modules and
contain over 620 classes.")
- (license gpl3)))
+ (license license:gpl3)))
(define-public python2-pyqt
(package (inherit python-pyqt)
@@ -1067,7 +1067,7 @@ contain over 620 classes.")
"--destdir" lib
"--sipdir" sip))))
%standard-phases)))
- (license (list gpl2 gpl3)))) ; choice of either license
+ (license (list license:gpl2 license:gpl3)))) ; choice of either license
(define-public qtkeychain
(package
@@ -1101,4 +1101,4 @@ contain over 620 classes.")
(description
"QtKeychain is a Qt library to store passwords and other secret data
securely. It will not store any data unencrypted unless explicitly
requested.")
- (license bsd-3)))
+ (license license:bsd-3)))
- 26/31: gnu: Add ktextwidgets., (continued)
- 26/31: gnu: Add ktextwidgets., David Craven, 2016/08/30
- 29/31: gnu: Add kxmlrpcclient., David Craven, 2016/08/30
- 30/31: gnu: Add plasma-framework., David Craven, 2016/08/30
- 15/31: gnu: Add kglobalaccel., David Craven, 2016/08/30
- 27/31: gnu: Add kwallet., David Craven, 2016/08/30
- 05/31: gnu: Add kactivities., David Craven, 2016/08/30
- 06/31: gnu: Add kactivities-stats., David Craven, 2016/08/30
- 14/31: gnu: Add kemoticons., David Craven, 2016/08/30
- 10/31: gnu: Add kdeclarative., David Craven, 2016/08/30
- 21/31: gnu: Add kparts., David Craven, 2016/08/30
- 02/31: gnu: Add prefix to license imports in (gnu packages qt).,
David Craven <=
- 04/31: gnu: Add baloo., David Craven, 2016/08/30
- 28/31: gnu: Add kxmlgui., David Craven, 2016/08/30