[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
293/377: gnu: gdk-pixbuf: Update synopsis, description, home-page and li
From: |
guix-commits |
Subject: |
293/377: gnu: gdk-pixbuf: Update synopsis, description, home-page and license. |
Date: |
Thu, 2 Sep 2021 17:56:01 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit f15d10a6c6da1e411a42d4af10486a62b6afd8d6
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
- 272/377: gnu: gobject-introspection: Propagate glib., (continued)
- 272/377: gnu: gobject-introspection: Propagate glib., guix-commits, 2021/09/02
- 270/377: gnu: gtk-doc: Enable help., guix-commits, 2021/09/02
- 268/377: gnu: gtk-doc: Correct inputs., guix-commits, 2021/09/02
- 280/377: gnu: cairomm-1.13: Fix build., guix-commits, 2021/09/02
- 261/377: gnu: libsigc++: Update to 3.0.6., guix-commits, 2021/09/02
- 286/377: gnu: pangomm: Enable documentation., guix-commits, 2021/09/02
- 292/377: gnu: gdk-pixbuf: Update to 2.42.4., guix-commits, 2021/09/02
- 287/377: gnu: pangomm-2.42: Update to 2.42.2., guix-commits, 2021/09/02
- 295/377: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., guix-commits, 2021/09/02
- 288/377: gnu: gdk-pixbuf: Add missing arguments., guix-commits, 2021/09/02
- 293/377: gnu: gdk-pixbuf: Update synopsis, description, home-page and license.,
guix-commits <=
- 291/377: gnu: gdk-pixbuf: Fix documentation., guix-commits, 2021/09/02
- 296/377: gnu: vala: Change build-system., guix-commits, 2021/09/02
- 297/377: gnu: vala: Enable coverage support., guix-commits, 2021/09/02
- 300/377: gnu: vala: Update synopsis and description., guix-commits, 2021/09/02
- 305/377: gnu: libgsf: Correct inputs., guix-commits, 2021/09/02
- 308/377: gnu: atk: Re-arrange inputs in alphabetical order., guix-commits, 2021/09/02
- 303/377: gnu: libgsf: Re-arrange inputs in alphabetical order., guix-commits, 2021/09/02
- 309/377: gnu: atk: Update to 2.36.0., guix-commits, 2021/09/02
- 310/377: gnu: atk: Update home-page and license., guix-commits, 2021/09/02
- 313/377: gnu: atkmm: Update synopsis, description, home-page and license., guix-commits, 2021/09/02