aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
AgeCommit message (Collapse)Author
2015-05-01gnu: ganv: Set the RUNPATH of binaries to $libdir.Ludovic Courtès
* gnu/packages/gtk.scm (ganv)[arguments]: Add 'set-ldflags' phase.
2015-04-22gnu: gtkmm-2: Update to 2.24.4.宋文武
* gnu/packages/gtk.scm (gtkmm-2): Update to 2.24.4.
2015-04-22gnu: gtkmm: Update to 3.16.0.宋文武
* gnu/packages/gtk.scm (gtkmm): Update to 3.16.0.
2015-04-22gnu: pangomm: Update to 2.36.0.宋文武
* gnu/packages/gtk.scm (pangomm): Update to 2.36.0.
2015-04-22gnu: gtk+: Update to 3.16.2.宋文武
* gnu/packages/gtk.scm (gtk+): Update to 3.16.2.
2015-04-22Remove all the 'CC=gcc' hacks for 'g-ir-scanner'.宋文武
* gnu/packages/glib.scm (telepathy-glib)[arguments]: Remove. * gnu/packages/gtk.scm (at-spi2-core, gtk+-2): Remove #:make-flags. * gnu/packages/gnome.scm (libpeas, librsvg, vala, vte, json-glib, libxklavier, libsoup, libsecret, colord, geocode-glib, libgweather): Remove #:make-flags or the '(setenv "CC" "gcc")' phase.
2015-04-22gnu: python-pycairo: Fix build with with python-3.4.3.宋文武
* gnu/packages/patches/pycairo-wscript.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/gtk.scm (python-pycairo)[source]: Use it. [build-system]: Use waf-build-system. [native-inputs]: Add python-waf. [arguments]<#:phases>: Use 'modify-phases'. Add 'patch-waf phase. * gnu/packages/gtk.scm (python2-pycairo): Adjust accordingly.
2015-04-12gnu: gtk+: Pass --with-html-dir=$doc.Ludovic Courtès
Fixes a regression introduced in 6b1f238. * gnu/packages/gtk.scm (gtk+)[arguments]: Add #:configure-flags.
2015-04-10gnu: Add missing quotes in phase names passed to 'modify-phases'.Ludovic Courtès
This is a followup to f8503e2. * gnu/packages/gnome.scm (glib-networking): Add missing quotes before phase names passed to 'modify-phases'. (libsoup): Likewise. (gnome-terminal): Likewise. (colord): Likewise. (geoclue): Likewise. * gnu/packages/gtk.scm (at-spi2-core, at-spi2-atk): Likewise. * gnu/packages/haskell.scm (ghc-network): Likewise. * gnu/packages/imagemagick.scm (perl-image-magick): Likewise. * gnu/packages/video.scm (aalib): Likewise. * gnu/packages/web.scm (nginx): Likewise.
2015-04-08Merge branch 'master' into core-updates宋文武
2015-04-08gnu: at-spi2-core: Move html documentation to 'doc' output.宋文武
* gnu/packages/gtk.scm (at-spi2-core)[outputs]: New field. [arguments]: Add #:configure-flags.
2015-04-08gnu: at-spi2-atk: Propagate input at-spi2-core.宋文武
* gnu/packages/gtk.scm (at-spi2-atk): Move at-spi2-core to 'propagated-inputs'. Move dbus to 'native-inputs'.
2015-04-08gnu: at-spi2-atk: Enable tests.宋文武
* gnu/packages/gtk.scm (at-spi2-atk)[arguments]: Remove #:tests? #f. Add #:phases.
2015-04-08gnu: atk: Propagate input glib.宋文武
* gnu/packages/gtk.scm (atk): Move glib to 'propagated-inputs'.
2015-04-08gnu: at-spi2-atk: Update to 2.16.0.宋文武
* gnu/packages/gtk.scm (at-spi2-atk): Update to 2.16.0.
2015-04-08gnu: atk: Move html documentation to 'doc' output.宋文武
* gnu/packages/gtk.scm (atk)[outputs]: New field. [arguments]: New field.
2015-04-08gnu: atk: Update to 2.16.0.宋文武
* gnu/packages/gtk.scm (atk): Update to 2.16.0.
2015-04-08gnu: at-spi2-core: Enable GObject introspection.宋文武
* gnu/packages/gtk.scm (at-spi2-core)[arguments]: Add #:make-flags. [native-inputs]: Add gobject-introspection.
2015-04-08gnu: at-spi2-core: Propagate inputs dbus and glib.宋文武
* gnu/packages/gtk.scm (at-spi2-core): Move dbus and glib to 'propagated-inputs'.
2015-04-08gnu: at-spi2-core: Enable tests.宋文武
* gnu/packages/gtk.scm (at-spi2-core)[arguments]: Remove #:tests? #f. Add #:phases.
2015-04-08gnu: at-spi2-core: Update to 2.16.0.宋文武
* gnu/packages/gtk.scm (at-spi2-core): Update to 2.16.0.
2015-04-08gnu: gtk+-2: Move html documentation to 'doc' output.宋文武
* gnu/packages/gtk.scm (gtk+-2)[outputs]: New field. [arguments]<#:configure-flags>: Add '--with-html-dir'.
2015-04-08gnu: gtk+-2: Add more inputs.宋文武
* gnu/packages/gtk.scm (gtk+-2)[inputs]: Add cups, libxcomposite, libxcursor, libxdamage, libxi, libxinerama and libxrandr. [native-inputs]: Add gettext. [arguments]: Add #:configure-flags.
2015-04-08gnu: gtk+-2: Update to 2.24.27.宋文武
* gnu/packages/gtk.scm (gtk+-2): Update to 2.24.27.
2015-04-06gnu: gtk+: Update to 3.16.0.Andy Wingo
* gnu/packages/gtk.scm (gtk+): Update to 3.16.0. Add libepoxy to propagated-inputs. Add gettext to native-inputs. Add a 'pre-configure' phase instead of modifying the existing 'configure' phase. Fix references to 'gtk-update-icon-cache' in Makefile.in files. Co-Authored-By: Mark H Weaver <mhw@netris.org>
2015-04-05gnu: cairo: Update to 1.14.2.Andy Wingo
* gnu/packages/gtk.scm (cairo): Update to 1.14.2.
2015-03-21gnu: gtk+-2: build gobject introspection typelib file.Ricardo Wurmus
* gnu/packages/gtk.scm (gtk+-2): add `gobject-introspection' to the native-inputs to install typelib file.
2015-03-04Merge branch 'core-updates'.Ludovic Courtès
2015-03-04gnu: python2-pygtk: fix path to pygobject-codegen-2.0Ricardo Wurmus
* gnu/packages/gtk.scm (python2-pygtk)[arguments]: Add phase to patch the path to the pygobject-codegen-2.0 executable.
2015-03-02gnu: Add girara.Paul van der Walt
* gnu/packages/gtk.scm (girara): Add variable.
2015-03-01Merge branch 'master' into core-updatesMark H Weaver
Conflicts: gnu/packages/gnupg.scm
2015-02-27gnu: python2-py2cairo: Rename to python2-pycairo.Andreas Enge
* gnu/packages/gtk.scm (python2-py2cairo): Rename to ... (python2-pycairo): ... this (python2-pygtk): Adapt input. * gnu/packages/glib.scm (python2-pygobject-2): Adapt input. * gnu/packages/python.scm (package-with-python2): Adapt input.
2015-02-26gnu: cairo: Enable tee surface backend.Mark H Weaver
* gnu/packages/gtk.scm (cairo)[arguments]: Add --enable-tee to configure-flags.
2015-02-16gnu: Add ganv.Ricardo Wurmus
* gnu/packages/gtk.scm (ganv): New variable.
2015-02-01gnu: gdk-pixbuf: Enable Xlib rendering support.宋文武
* gnu/packages/gtk.scm (gdk-pixbuf)[arguments]: New field. [inputs]: Add LIBX11.
2015-01-25Merge branch 'wip-gobject-introspection'Mark H Weaver
2015-01-23gnu: gtk+: Add CUPS print back-end.Ludovic Courtès
* gnu/packages/gtk.scm (gtk+)[inputs]: Add CUPS.
2015-01-18gnu: gtkmm: Update to 3.14.0.Federico Beffa
* gnu/packages/gtk.scm (gtkmm): Update to 3.14.0.
2015-01-18gnu: gtk+: Update to 3.14.7.Federico Beffa
* gnu/packages/gtk.scm (gtk+): Update to 3.14.7.
2015-01-18gnu: atk: Update to 2.15.3.Federico Beffa
* gnu/packages/gtk.scm (atk): Update to 2.15.3.
2015-01-18gnu: gdk-pixbuf: Update to 2.31.1.Federico Beffa
* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.31.1.
2015-01-18gnu: pango: Update to 1.36.8.Federico Beffa
* gnu/packages/gtk.scm (pango): Update to 1.36.8.
2015-01-06gnu: gtk+: Include xorg-server in native-inputs on MIPS; enable tests.Mark H Weaver
* gnu/packages/gtk.scm (gtk+)[native-inputs]: Unconditionally include xorg-server and enable tests.
2014-12-19gnu: cairomm: Update to 1.11.2.Mark H Weaver
* gnu/packages/gtk.scm (cairomm): Update to 1.11.2.
2014-12-19gnu: cairo: Update to 1.12.18.Mark H Weaver
* gnu/packages/gtk.scm (cairo): Update to 1.12.18. Add libxdamage to propagated-inputs.
2014-12-18gnu: cairocffi: Move to python module.Federico Beffa
* gnu/packages/gtk.scm, gnu/packages/python.scm (python-cairocffi, python2-cairocffi): Move variables from gtk to python module to avoid circular dependency. Reported by Mark H Weaver <mhw@netris.org>
2014-12-18gnu: Add cairocffi.Federico Beffa
* gnu/packages/gtk.scm (python-cairocffi, python2-cairocffi): New variables.
2014-12-11gnu: gdk-pixbuf: Propagate glib and libpng.宋文武
* gnu/packages/gtk.scm (gdk-pixbuf): Move glib and libpng to 'propagated-inputs'.
2014-12-07gnu: python2-py2cairo: Fix 'license' field.Ludovic Courtès
* gnu/packages/gtk.scm (python2-py2cairo)[license]: Change to a list of <license> (was a list of symbols.)
2014-12-02gnu: Add missing uses of (gnu packages xdisorg).Ludovic Courtès
This is a followup to 3c156c8. * gnu/packages/gtk.scm: Use (gnu packages xdisorg). * gnu/packages/xorg.scm: Likewise.