[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/122: gnu: cairo: Update synopsis, description and license.
From: |
guix-commits |
Subject: |
24/122: gnu: cairo: Update synopsis, description and license. |
Date: |
Fri, 11 Jun 2021 12:11:55 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit f17db56f8052fb7a58d8a3ec65880b6f8200ae4d
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Fri Dec 4 01:04:37 2020 -0500
gnu: cairo: Update synopsis, description and license.
* gnu/packages/gtk.scm (cairo) [synopsis]: Modify.
[description]: Modify.
[license]: Modify.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 18 +++++++-----------
1 file changed, 7 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 83f710d..5b335a2 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -180,21 +180,17 @@ tools have full access to view and control running
applications.")
("xcb" ,libxcb)
("xext" ,libxext)
("xrender" ,libxrender)))
- (synopsis "2D graphics library")
+ (synopsis "Multi-platform 2D graphics library")
(description "Cairo is a 2D graphics library with support for multiple
output
devices. Currently supported output targets include the X Window System (via
both Xlib and XCB), Quartz, Win32, image buffers, PostScript, PDF, and SVG file
-output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.
-Cairo is designed to produce consistent output on all output media while
-taking advantage of display hardware acceleration when available
-eg. through the X Render Extension).
-The cairo API provides operations similar to the drawing operators of
-PostScript and PDF. Operations in cairo including stroking and filling cubic
-Bézier splines, transforming and compositing translucent images, and
-antialiased text rendering. All drawing operations can be transformed by any
-affine transformation (scale, rotation, shear, etc.).")
+output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.")
(home-page "https://cairographics.org/")
- (license license:lgpl2.1))) ; or Mozilla Public License 1.1
+ (license
+ ;; This project is dual-licensed.
+ (list
+ license:lgpl2.1+
+ license:mpl1.1))))
(define-public cairo-sans-poppler
;; Variant used to break the dependency cycle between Poppler and Cairo.
- 42/122: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., (continued)
- 42/122: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., guix-commits, 2021/06/11
- 43/122: gnu: vala: Change build-system., guix-commits, 2021/06/11
- 48/122: gnu: libgsf: Change build-system., guix-commits, 2021/06/11
- 49/122: gnu: libgsf: Make separate output for binaries., guix-commits, 2021/06/11
- 51/122: gnu: libgsf: Enable missing features., guix-commits, 2021/06/11
- 53/122: gnu: libgsf: Enable documentation., guix-commits, 2021/06/11
- 58/122: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/06/11
- 57/122: gnu: atk: Update home-page and license., guix-commits, 2021/06/11
- 61/122: gnu: Add atkmm-2.28., guix-commits, 2021/06/11
- 60/122: gnu: atkmm: Update synopsis, description, home-page and license., guix-commits, 2021/06/11
- 24/122: gnu: cairo: Update synopsis, description and license.,
guix-commits <=
- 40/122: gnu: gdk-pixbuf: Update synopsis, description, home-page and license., guix-commits, 2021/06/11
- 39/122: gnu: gdk-pixbuf: Update to 2.42.4., guix-commits, 2021/06/11
- 47/122: gnu: vala: Update synopsis and description., guix-commits, 2021/06/11
- 63/122: gnu: at-spi2-core: Fix documentation., guix-commits, 2021/06/11
- 72/122: gnu: wayland: Update synopsis, description and license., guix-commits, 2021/06/11
- 74/122: gnu: yelp-xsl: Enable documentation., guix-commits, 2021/06/11
- 77/122: gnu: gtk+-2: Update to 2.24.33., guix-commits, 2021/06/11
- 86/122: gnu: ibus: Enable memconf., guix-commits, 2021/06/11
- 89/122: gnu: iqa: Correct source uri., guix-commits, 2021/06/11
- 92/122: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/06/11