aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
AgeCommit message (Collapse)Author
2013-07-15gnu: pango, gtk+: Propagate inputs.Andreas Enge
* 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.
2013-07-15Add gtk+.Andreas Enge
* gnu/packages/gtk.scm (pango): Propagate input harfbuzz. * gnu/packages/gtk.scm (gtk+): New variable.
2013-06-23gnu: Add gdk-pixbuf.Andreas Enge
* gnu/packages/gtk.scm (gdk-pixbuf): New variable.
2013-06-14gnu: Add pango.Andreas Enge
* gnu/packages/gtk.scm (pango): New variable.
2013-06-14gnu: Add harfbuzz.Andreas Enge
* gnu/packages/gtk.scm (harfbuzz): New variable.
2013-06-14gnu: Add cairo.Andreas Enge
* gnu/packages/gtk.scm (cairo): New variable.
2013-05-05gnu: Add atk.Andreas Enge
* gnu/packages/gtk.scm: New module. * Makefile.am (MODULES): Add it.