summaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: gtk+: Add SVG support to 'gtk-encode-symbolic-svg'.•••* gnu/packages/gtk.scm (gtk+)[inputs]: Add librsvg. [arguments]: Add 'wrap-gtk-encode-symbolic-svg' phase. 宋文武2015-05-231-2/+14
* gnu: gtk+: Update to 3.16.3.•••* gnu/packages/gtk.scm (gtk+): Update to 3.16.3. 宋文武2015-05-231-2/+2
* gnu: gtk+-2: Update to 2.24.28.•••* gnu/packages/gtk.scm (gtk+-2): Update to 2.24.28. 宋文武2015-05-231-2/+2
* gnu: harfbuzz: Enable GObject integration.•••* gnu/packages/gtk.scm (harfbuzz): Add glib to propagated-inputs. [native-inputs]: Add gobject-introspection. [arguments]<#:configure-flags>: Add "--with-gobject". 宋文武2015-05-231-2/+6
* gnu: harfbuzz: Update to 0.9.40.•••* gnu/packages/gtk.scm (harfbuzz): Update to 0.9.40. 宋文武2015-05-231-3/+3
* gnu: girara: Update to 0.2.4.•••* gnu/packages/gtk.scm (girara): Update to 0.2.4. Paul van der Walt2015-05-211-2/+2
* gnu: ganv: Set the RUNPATH of binaries to $libdir.•••* gnu/packages/gtk.scm (ganv)[arguments]: Add 'set-ldflags' phase. Ludovic Courtès2015-05-011-3/+11
* gnu: gtkmm-2: Update to 2.24.4.•••* gnu/packages/gtk.scm (gtkmm-2): Update to 2.24.4. 宋文武2015-04-221-2/+2
* gnu: gtkmm: Update to 3.16.0.•••* gnu/packages/gtk.scm (gtkmm): Update to 3.16.0. 宋文武2015-04-221-2/+2
* gnu: pangomm: Update to 2.36.0.•••* gnu/packages/gtk.scm (pangomm): Update to 2.36.0. 宋文武2015-04-221-2/+2
* gnu: gtk+: Update to 3.16.2.•••* gnu/packages/gtk.scm (gtk+): Update to 3.16.2. 宋文武2015-04-221-2/+2
* Remove 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-221-4/+2
* gnu: 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-221-19/+18
* gnu: gtk+: Pass --with-html-dir=$doc.•••Fixes a regression introduced in 6b1f238. * gnu/packages/gtk.scm (gtk+)[arguments]: Add #:configure-flags. Ludovic Courtès2015-04-121-1/+6
* gnu: Add missing quotes in phase names passed to 'modify-phases'.•••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. Ludovic Courtès2015-04-101-2/+2
* Merge branch 'master' into core-updates宋文武2015-04-081-26/+67
|\
| * gnu: 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-081-0/+5
| * gnu: 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-081-5/+6
| * gnu: at-spi2-atk: Enable tests.•••* gnu/packages/gtk.scm (at-spi2-atk)[arguments]: Remove #:tests? #f. Add #:phases. 宋文武2015-04-081-3/+7
| * gnu: atk: Propagate input glib.•••* gnu/packages/gtk.scm (atk): Move glib to 'propagated-inputs'. 宋文武2015-04-081-1/+1
| * gnu: at-spi2-atk: Update to 2.16.0.•••* gnu/packages/gtk.scm (at-spi2-atk): Update to 2.16.0. 宋文武2015-04-081-2/+2
| * gnu: atk: Move html documentation to 'doc' output.•••* gnu/packages/gtk.scm (atk)[outputs]: New field. [arguments]: New field. 宋文武2015-04-081-0/+6
| * gnu: atk: Update to 2.16.0.•••* gnu/packages/gtk.scm (atk): Update to 2.16.0. 宋文武2015-04-081-2/+2
| * gnu: at-spi2-core: Enable GObject introspection.•••* gnu/packages/gtk.scm (at-spi2-core)[arguments]: Add #:make-flags. [native-inputs]: Add gobject-introspection. 宋文武2015-04-081-3/+5
| * gnu: at-spi2-core: Propagate inputs dbus and glib.•••* gnu/packages/gtk.scm (at-spi2-core): Move dbus and glib to 'propagated-inputs'. 宋文武2015-04-081-4/+7
| * gnu: at-spi2-core: Enable tests.•••* gnu/packages/gtk.scm (at-spi2-core)[arguments]: Remove #:tests? #f. Add #:phases. 宋文武2015-04-081-3/+7
| * gnu: at-spi2-core: Update to 2.16.0.•••* gnu/packages/gtk.scm (at-spi2-core): Update to 2.16.0. 宋文武2015-04-081-2/+2
| * gnu: 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-081-1/+5
| * gnu: 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-081-0/+12
| * gnu: gtk+-2: Update to 2.24.27.•••* gnu/packages/gtk.scm (gtk+-2): Update to 2.24.27. 宋文武2015-04-081-2/+2
* | gnu: gtk+: Update to 3.16.0.•••* 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> Andy Wingo2015-04-061-15/+20
* | gnu: cairo: Update to 1.14.2.•••* gnu/packages/gtk.scm (cairo): Update to 1.14.2. Andy Wingo2015-04-051-2/+2
|/
* gnu: gtk+-2: build gobject introspection typelib file.•••* gnu/packages/gtk.scm (gtk+-2): add `gobject-introspection' to the native-inputs to install typelib file. Ricardo Wurmus2015-03-211-1/+3
* Merge branch 'core-updates'.Ludovic Courtès2015-03-041-1/+2
|\
| * Merge branch 'master' into core-updates•••Conflicts: gnu/packages/gnupg.scm Mark H Weaver2015-03-011-4/+4
| |\
| * | gnu: cairo: Enable tee surface backend.•••* gnu/packages/gtk.scm (cairo)[arguments]: Add --enable-tee to configure-flags. Mark H Weaver2015-02-261-1/+2
* | | gnu: python2-pygtk: fix path to pygobject-codegen-2.0•••* gnu/packages/gtk.scm (python2-pygtk)[arguments]: Add phase to patch the path to the pygobject-codegen-2.0 executable. Ricardo Wurmus2015-03-041-14/+22
* | | gnu: Add girara.•••* gnu/packages/gtk.scm (girara): Add variable. Paul van der Walt2015-03-021-0/+39
| |/ |/|
* | gnu: python2-py2cairo: Rename to python2-pycairo.•••* 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. Andreas Enge2015-02-271-4/+4
|/
* gnu: Add ganv.•••* gnu/packages/gtk.scm (ganv): New variable. Ricardo Wurmus2015-02-161-0/+28
* gnu: gdk-pixbuf: Enable Xlib rendering support.•••* gnu/packages/gtk.scm (gdk-pixbuf)[arguments]: New field. [inputs]: Add LIBX11. 宋文武2015-02-011-1/+4
* Merge branch 'wip-gobject-introspection'Mark H Weaver2015-01-251-12/+14
|\
| * gnu: gtkmm: Update to 3.14.0.•••* gnu/packages/gtk.scm (gtkmm): Update to 3.14.0. Federico Beffa2015-01-181-2/+2
| * gnu: gtk+: Update to 3.14.7.•••* gnu/packages/gtk.scm (gtk+): Update to 3.14.7. Federico Beffa2015-01-181-2/+3
| * gnu: atk: Update to 2.15.3.•••* gnu/packages/gtk.scm (atk): Update to 2.15.3. Federico Beffa2015-01-181-2/+2
| * gnu: gdk-pixbuf: Update to 2.31.1.•••* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.31.1. Federico Beffa2015-01-181-2/+2
| * gnu: pango: Update to 1.36.8.•••* gnu/packages/gtk.scm (pango): Update to 1.36.8. Federico Beffa2015-01-181-4/+5
* | gnu: gtk+: Add CUPS print back-end.•••* gnu/packages/gtk.scm (gtk+)[inputs]: Add CUPS. Ludovic Courtès2015-01-231-2/+4
|/
* gnu: gtk+: Include xorg-server in native-inputs on MIPS; enable tests.•••* gnu/packages/gtk.scm (gtk+)[native-inputs]: Unconditionally include xorg-server and enable tests. Mark H Weaver2015-01-061-12/+3
* gnu: cairomm: Update to 1.11.2.•••* gnu/packages/gtk.scm (cairomm): Update to 1.11.2. Mark H Weaver2014-12-191-2/+2