diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-03-11 10:56:29 -0500 |
---|---|---|
committer | Raghav Gururajan <rg@raghavgururajan.name> | 2021-09-05 10:26:16 -0400 |
commit | c068727dbbd43dedbbec181cc23772becf10b5e6 (patch) | |
tree | 540a50bc9baf6191b464898d26a0180219af301a | |
parent | c13fb7cb9b20dad628ff63756357e01b77c72802 (diff) | |
download | guix-c068727dbbd43dedbbec181cc23772becf10b5e6.tar.gz |
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>
-rw-r--r-- | gnu/packages/gtk.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 43b1fb71f7..7b556c724c 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 |