summaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
Commit message (Collapse)AuthorAge
* gnu: Add Cairomm.Ludovic Courtès2013-10-07
| | | | * gnu/packages/gtk.scm (cairomm): New variable.
* gnu: gtk+: Propagate inputs.Andreas Enge2013-10-01
| | | | | * gnu/packages/gtk.scm (gtk+): Propagate inputs at-spi2-atk, libxi and libxinerama.
* gnu: gtk+-2: Update to 2.24.21.Andreas Enge2013-10-01
| | | | | * gnu/packages/gtk.scm (gtk+-2): Update to 2.24.21, add inputs perl and python.
* gnu: Add Gtk+ 3.Andreas Enge2013-10-01
| | | | | * gnu/packages/gtk.scm (gtk+): Switch to version 3.10.0. * gnu/packages/gtk.scm (gtk+-2): New name for version 2.24.20.
* gnu: Drop gtk+-3, erroneously pushed in the previous commit.Andreas Enge2013-10-01
| | | | * gnu/packages/gtk.scm (gtk+-3): Delete variable.
* gnu: Add at-spi2-atk.Andreas Enge2013-10-01
| | | | * gnu/packages/gtk.scm (at-spi2-atk): New variable.
* gnu: atk: Update to 2.10.0.Andreas Enge2013-10-01
| | | | * gnu/packages/gtk.scm (atk): Update to 2.10.0.
* gnu: Add at-spi2-core.Andreas Enge2013-10-01
| | | | * gnu/packages/gtk.scm (at-spi2-core): New variable.
* gnu: Add Guile-Cairo.Ludovic Courtès2013-09-28
| | | | * gnu/packages/gtk.scm (guile-cairo): New variable.
* gnu: harfbuzz: Update to 0.9.21.Andreas Enge2013-09-26
| | | | * gnu/packages/gtk.scm (harfbuzz): Update to 0.9.21.
* gnu: python: Replace input python by python-wrapper.Andreas Enge2013-09-03
| | | | | | | | | | | * gnu/packages/{gdb.scm (gdb), cryptsetup.scm (cryptsetup), ghostscript.scm (ghostscript), glib.scm (glib), gnupg.scm (pius), gtk.scm (cairo, harfbuzz), libevent.scm (libevent), netpbm.scm (netpbm), oggvorbis.scm (libkate), qemu.scm (qemu), samba.scm (samba), texlive.scm (rubber, texlive), version-control.scm (subversion), xml.scm (libxml2, libxslt), xorg.scm (libxcb, mesa, xcb-proto, xorg-server), yasm.scm (yasm), zip.scm (zziplib)}: Replace input python by python-wrapper.
* gnu: cairo: Update to 1.12.16.Andreas Enge2013-09-01
| | | | * gnu/packages/gtk.scm (cairo): Update to 1.12.16.
* gnu: Update harfbuzz to 0.9.20.Andreas Enge2013-09-01
| | | | * gnu/packages/gtk.scm (harfbuzz): Update to 0.9.20.
* gnu: harfbuzz: Update to 0.9.19.Andreas Enge2013-08-05
| | | | * gnu/packages/gtk.scm (harfbuzz): Update to 0.9.19.
* gnu: gtk+: Synchronise description with GSRC.Andreas Enge2013-08-05
| | | | * gnu/packages/gtk.scm (gtk+): Modify description.
* gnu: pango, gtk+: Propagate inputs.Andreas Enge2013-07-15
| | | | | | * gnu/packages/gtk.scm (pango): Propagate input cairo. * gnu/packages/gtk.scm (gtk+): Propagate inputs atk, gdk-pixbuf and pango; drop input cairo, propagated through pango.
* Add gtk+.Andreas Enge2013-07-15
| | | | | * gnu/packages/gtk.scm (pango): Propagate input harfbuzz. * gnu/packages/gtk.scm (gtk+): New variable.
* gnu: Add gdk-pixbuf.Andreas Enge2013-06-23
| | | | * gnu/packages/gtk.scm (gdk-pixbuf): New variable.
* gnu: Add pango.Andreas Enge2013-06-14
| | | | * gnu/packages/gtk.scm (pango): New variable.
* gnu: Add harfbuzz.Andreas Enge2013-06-14
| | | | * gnu/packages/gtk.scm (harfbuzz): New variable.
* gnu: Add cairo.Andreas Enge2013-06-14
| | | | * gnu/packages/gtk.scm (cairo): New variable.
* gnu: Add atk.Andreas Enge2013-05-05
* gnu/packages/gtk.scm: New module. * Makefile.am (MODULES): Add it.