[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
40/124: gnu: gdk-pixbuf: Update synopsis, description, home-page and lic
From: |
guix-commits |
Subject: |
40/124: gnu: gdk-pixbuf: Update synopsis, description, home-page and license. |
Date: |
Sun, 5 Sep 2021 10:42:03 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit c068727dbbd43dedbbec181cc23772becf10b5e6
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 10:56:29 2021 -0500
gnu: gdk-pixbuf: Update synopsis, description, home-page and license.
* gnu/packages/gtk.scm (gdk-pixbuf) [synopsis]: Modify.
[description]: Modify.
[home-page]: Modify.
[license]: Update to lgpl2.1+.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 43b1fb7..7b556c7 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -640,12 +640,12 @@ highlighting and other features typical of a source code
editor.")
("perl" ,perl)
("pkg-config" ,pkg-config)
("xsltproc" ,libxslt)))
- (synopsis "GNOME image loading and manipulation library")
- (description
- "GdkPixbuf is a library for image loading and manipulation developed
-in the GNOME project.")
- (license license:lgpl2.0+)
- (home-page "https://developer.gnome.org/gdk-pixbuf/")))
+ (synopsis "Image loading library")
+ (description "GdkPixbuf is a library that loads image data in various
+formats and stores it as linear buffers in memory. The buffers can then be
+scaled, composited, modified, saved, or rendered.")
+ (home-page "https://wiki.gnome.org/Projects/GdkPixbuf")
+ (license license:lgpl2.1+)))
;; To build gdk-pixbuf with SVG support, we need librsvg, and librsvg depends
;; on gdk-pixbuf, so this new varibale. Also, librsvg adds 90MiB to the
- 38/124: gnu: gdk-pixbuf: Fix documentation., (continued)
- 38/124: gnu: gdk-pixbuf: Fix documentation., guix-commits, 2021/09/05
- 28/124: gnu: pango: Add missing arguments., guix-commits, 2021/09/05
- 39/124: gnu: gdk-pixbuf: Update to 2.42.4., guix-commits, 2021/09/05
- 43/124: gnu: vala: Change build-system., guix-commits, 2021/09/05
- 41/124: gnu: gdk-pixbuf: Disable failing tests., guix-commits, 2021/09/05
- 29/124: gnu: pango: Re-arrange inputs in alphabetical order., guix-commits, 2021/09/05
- 33/124: gnu: pangomm: Enable documentation., guix-commits, 2021/09/05
- 42/124: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., guix-commits, 2021/09/05
- 47/124: gnu: vala: Update synopsis and description., guix-commits, 2021/09/05
- 27/124: gnu: cairomm-1.13: Fix build., guix-commits, 2021/09/05
- 40/124: gnu: gdk-pixbuf: Update synopsis, description, home-page and license.,
guix-commits <=
- 44/124: gnu: vala: Enable coverage support., guix-commits, 2021/09/05
- 45/124: gnu: vala: Fix documentation., guix-commits, 2021/09/05
- 46/124: gnu: vala: Update to 0.52.0., guix-commits, 2021/09/05
- 48/124: gnu: libgsf: Change build-system., guix-commits, 2021/09/05
- 49/124: gnu: libgsf: Make separate output for binaries., guix-commits, 2021/09/05
- 50/124: gnu: libgsf: Re-arrange inputs in alphabetical order., guix-commits, 2021/09/05
- 51/124: gnu: libgsf: Enable missing features., guix-commits, 2021/09/05
- 52/124: gnu: libgsf: Correct inputs., guix-commits, 2021/09/05
- 55/124: gnu: atk: Re-arrange inputs in alphabetical order., guix-commits, 2021/09/05
- 58/124: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/09/05