summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: Add atkmm-2.28.Raghav Gururajan2021-03-26
| | | | | | * gnu/packages/gtk.scm (atkmm-2.28): New variable. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: atkmm: Update synopsis, description, home-page and license.Raghav Gururajan2021-03-26
| | | | | | | | | * gnu/packages/gtk.scm (atkmm) [synopsis]: Modify. [description]: Modify. [home-page]: Modify. [license]: Add gpl2+. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: atkmm: Enable documentation.Raghav Gururajan2021-03-26
| | | | | | | | | * gnu/packages/gtk.scm (atkmm) [outputs]: Add new output "doc". [arguments]<#:configure-flags>[-Denable-documentation]: New flag. [arguments]<#:phases>['move-doc]: New phase. [native-inputs]: Add graphviz, doxygen. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: atkmm: Update to 2.36.0.Raghav Gururajan2021-03-26
| | | | | | | | | * gnu/packages/gtk.scm (atkmm) [version]: Update to 2.36.0. [build-system]: Change from gnu to meson. [arguments]<#:glib-or-gtk?>: New argument. [native-inputs]: Add m4, mm-common, perl and libxslt. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: atk: Update home-page and license.Raghav Gururajan2021-03-26
| | | | | | | * gnu/packages/gtk.scm (atk) [home-page]: Modify. [license]: Update to lgpl2.1+. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: atk: Update to 2.36.0.Raghav Gururajan2021-03-26
| | | | | | | * gnu/packages/gtk.scm (atk) [version]: Update to 2.36.0. [arguments]<#:glib-or-gtk?>: New argument. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: atk: Re-arrange inputs in alphabetical order.Raghav Gururajan2021-03-26
| | | | | | * gnu/packages/gtk.scm (atk) [native-inputs]: Modify. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: libgsf: Update synopsis, description, home-page and license.Raghav Gururajan2021-03-26
| | | | | | | | | * gnu/packages/gnome.scm (libgsf) [synopsis]: Modify. [home-page]: Modify. [description]: Modify. [license]: Modify. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: libgsf: Enable documentation.Raghav Gururajan2021-03-26
| | | | | | | | * gnu/packages/gnome.scm (libgsf) [outputs]: New output "doc". [arguments]<#:configure-flags>[--with-html-dir]: New flag. [native-inputs]: Add docbook-xml. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: libgsf: Correct inputs.Raghav Gururajan2021-03-26
| | | | | | | | * gnu/packages/gnome.scm (libgsf) [native-inputs]: Add python-wrapper. [propagated-inputs]: Move gdk-pixbuf to ... [inputs]: ... here. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: libgsf: Enable missing features.Raghav Gururajan2021-03-26
| | | | | | | | | | | * gnu/packages/gnome.scm (libgsf) [arguments]<#:configure-flag>[--enable-introspection]: New flag. [--with-gir-dir=]: New flag. [--with-typelib-dir=]: New flag. [--with-zlib]: New flag. [--with-bz2]: New flag. [native-inputs]: Add gobject-introspection. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: libgsf: Re-arrange inputs in alphabetical order.Raghav Gururajan2021-03-26
| | | | | | | * gnu/packages/gnome.scm (libgsf) [native-inputs]: Modify. [inputs]: Modify. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: libgsf: Make separate output for binaries.Raghav Gururajan2021-03-26
| | | | | | * gnu/packages/gnome.scm (libgsf) [outputs]: New output "bin". Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: libgsf: Change build-system.Raghav Gururajan2021-03-26
| | | | | | * gnu/packages/gnome.scm (libgsf) [build-system]: Change from gnu to glib-or-gtk. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: vala: Update synopsis and description.Raghav Gururajan2021-03-26
| | | | | | | * gnu/packages/gnome.scm (vala) [synopsis]: Modify. [description]: Modify. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: vala: Update to 0.52.0.Raghav Gururajan2021-03-26
| | | | | | | | | * gnu/packages/gnome.scm (vala) [version]: Update to 0.52.0. [native-inputs]: Add help2man and perl. [inputs]: Move graphviz to ... [propagated-inputs]: ... here. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: vala: Fix documentation.Raghav Gururajan2021-03-26
| | | | | | | * gnu/packages/gnome.scm (vala) [arguments]<#:phases>['patch-docbook-xml]: New phase. [native-inputs]: Add docbook-xml and docbook-xsl. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: vala: Enable coverage support.Raghav Gururajan2021-03-26
| | | | | | | * gnu/packages/gnome.scm (vala) [arguments]<#:configure-flags> [--enable-coverage]: New flag. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: vala: Change build-system.Raghav Gururajan2021-03-26
| | | | | | * gnu/packages/gnome.scm (vala) [build-system]: Change from gnu to glib-or-gtk. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: gdk-pixbuf+svg: Correct package definition to include changes from ↵Raghav Gururajan2021-03-26
| | | | | | | | | gdk-pixbuf. * gnu/packages/gtk.scm (gdk-pixbuf+svg) [arguments]: Modify. [synopsis]: Modify. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: gdk-pixbuf: Disable failing tests.Raghav Gururajan2021-03-26
| | | | | | * gnu/packages/gtk.scm (gdk-pixbuf) [arguments]<#:phases>['disable-failing-tests]: New phase. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: gdk-pixbuf: Update synopsis, description, home-page and license.Raghav Gururajan2021-03-26
| | | | | | | | | * 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>
* gnu: gdk-pixbuf: Update to 2.42.4.Raghav Gururajan2021-03-26
| | | | | | | * gnu/packages/gtk.scm (gdk-pixbuf) [version]: Update to 2.42.4. [native-inputs]: Add perl and libxslt. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: gdk-pixbuf: Fix documentation.Raghav Gururajan2021-03-26
| | | | | | | * gnu/packages/gtk.scm (gdk-pixbuf) [arguments]<#:phases>['patch-docbook]: New phase. [native-inputs]: Add docbook-xml and docbook-xsl. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: gdk-pixbuf: Enable jasper support.Raghav Gururajan2021-03-26
| | | | | | | * gnu/packages/gtk.scm (gdk-pixbuf) [arguments]<#:configure-flags>[-Djasper]: New flag. [inputs]: Add jasper. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: gdk-pixbuf: Correct inputs.Raghav Gururajan2021-03-26
| | | | | | | | * gnu/packages/gtk.scm (gdk-pixbuf) [propagated-inputs]: Add libx11. Remove libpng. [inputs]: Add libpng. Remove libx11. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: gdk-pixbuf: Add missing arguments.Raghav Gururajan2021-03-26
| | | | | | | | | | * gnu/packages/patches/gdk-pixbuf-CVE-2020-29385.patch: Remove patch. * gnu/local.mk (dist_patch_DATA): Unregister it. * gnu/packages/gtk.scm (gdk-pixbuf) [arguments]<#:glib-or-gtk?>: New argument. [replacement]: Remove. (gdk-pixbuf/fixed): Remove. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: pangomm-2.42: Update to 2.42.2.Raghav Gururajan2021-03-26
| | | | | | * gnu/packages/gtk.scm (pangomm-2.42)[version]: Update to 2.42.2. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: pangomm: Enable documentation.Raghav Gururajan2021-03-26
| | | | | | | | | * gnu/packages/gtk.scm (pangomm)[outputs]: New output "doc". [arguments]<#:configure-flags>[-Dbuild-documentation]: New flag. <#:phases>['move-doc]: New phase. [native-inputs]: Add doxygen, graphviz, perl and libxslt. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: pangomm: Update to 2.48.0.Raghav Gururajan2021-03-26
| | | | | | | | | * gnu/packages/gtk.scm (pango)[version]: Update to 2.48.0. [build-system]: Change from gnu to meson. [arguments]<#:glib-or-gtk?>: New argument. [native-inputs]: Add m4 and mm-common. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: pango: Update synopsis, description and home-page.Raghav Gururajan2021-03-26
| | | | | | | | * gnu/packages/gtk.scm (pango) [synopsis]: Modify. [description]: Modify. [home-page]: Modify. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: pango: Update to 1.48.3.Raghav Gururajan2021-03-26
| | | | | | | | | * gnu/packages/gtk.scm (pango) [version]: Update to 1.48.3. [arguments]<#:phases>['disable-cantarell-tests]: Modify. [propagated-inputs]: Add libthai and libxrender. [native-inputs]: Add help2man, perl and python-wrapper. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: pango: Re-arrange inputs in alphabetical order.Raghav Gururajan2021-03-26
| | | | | | | * gnu/packages/gtk.scm (pango) [propagated-inputs]: Modify. [native-inputs]: Modify. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: pango: Add missing arguments.Raghav Gururajan2021-03-26
| | | | | | * gnu/packages/gtk.scm (pango) [arguments]<#:glib-or-gtk?>: New argument. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: cairomm-1.13: Fix build.Raghav Gururajan2021-03-26
| | | | | | | | * gnu/packages/gtk.scm (cairomm-1.13)[build-system]: New field. [arguments]: New field. [propagated-inputs]: Replace libsigc++ with libsigc++-2. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: cairomm: Enable documentation.Raghav Gururajan2021-03-26
| | | | | | | | | * gnu/packages/gtk.scm (cairomm)[outputs]: New output "doc". [arguments]<#:configure-flags>[-Dbuild-documentation]: New flag. <#:phases>['move-doc]: New phase. [native-inputs]: Add doxygen, graphviz, perl and libxslt. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: cairomm: Update to 1.16.0.Raghav Gururajan2021-03-26
| | | | | | | | | | | * gnu/packages/gtk.scm (cairomm)[version]: Update to 1.16.0. [build-system]: Change from gnu to meson. [arguments]<#:glib-or-gtk?>: New argument. <#:configure-flags>[-Dboost-shared]: New flag. <#:make-flags>: Remove argument. [native-inputs]: Add boost and mm-common. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: cairo: Update synopsis, description and license.Raghav Gururajan2021-03-26
| | | | | | | | * gnu/packages/gtk.scm (cairo) [synopsis]: Modify. [description]: Modify. [license]: Modify. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: cairo: Enable some features.Raghav Gururajan2021-03-26
| | | | | | | | * gnu/packages/gtk.scm (cairo) [native-inputs]: Add gobject-introspection. [inputs]: Add libdrm. Remove xorgproto and zlib. [propagated-inputs]: Add libxcb. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: cairo: Move documentation to separate output.Raghav Gururajan2021-03-26
| | | | | | | * gnu/packages/gtk.scm (cairo) [outputs]: New output "doc". [arguments]<#:configure-flags>[--with-html-dir]: New flag. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: cairo: Change build-system.Raghav Gururajan2021-03-26
| | | | | | * gnu/packages/gtk.scm (cairo) [build-system]: Change from gnu to glib-or-gtk. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: cairo: Make some cosmetic changes.Raghav Gururajan2021-03-26
| | | | | | | | | | | * gnu/packages/patches/cairo-CVE-2018-19876.patch, gnu/packages/patches/cairo-CVE-2020-35492.patch: Remove patches. * gnu/local.mk (dist_patch_DATA): Unregister them. * gnu/packages/gtk.scm (cairo): Make some cosmetic changes. [replacement]: Remove. (cairo/fixed): Remove. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: gobject-introspection: Propagate glib.Raghav Gururajan2021-03-26
| | | | | | | * gnu/packages/glib.scm (gobject-introspection) [inputs]: Move glib to ... [propagated-inputs]: ... here. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: gtk-doc: Update synopsis, description, home-page and license.Raghav Gururajan2021-03-26
| | | | | | | | | * gnu/packages/gtk.scm (gtk-doc) [home-page]: Modify. [synopsis]: Modify. [description]: Modify. [license]: Add fdl1.1+. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: gtk-doc: Enable help.Raghav Gururajan2021-03-26
| | | | | | | * gnu/packages/gtk.scm (gtk-doc) [outputs]: New output 'help'. [arguments]<#:configure-flags>[--with-help-dir]: New flag. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: gtk-doc: Update to 1.32.Raghav Gururajan2021-03-26
| | | | | | | | | * gnu/packages/gtk.scm (gtk-doc) [version]: Update to 1.32. [arguments]<#:phases>['patch-test-out]: Remove phase. ['disable-failing-tests]: New phase. ['set-HOME]: New phase. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: gtk-doc: Correct inputs.Raghav Gururajan2021-03-26
| | | | | | | | | * gnu/packages/gtk.scm (gtk-doc) [native-inputs]: Add glib:bin, perl and python-wrapper. [inputs]: Add python-anytree, python-lxml, python-parameterized, python-pygments, python-unittest2 and yelp-tools. Remove perl. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: gtk-doc: Change build-system.Raghav Gururajan2021-03-26
| | | | | | * gnu/packages/gtk.scm (gtk-doc) [build-system]: Change from gnu to glib-or-gtk. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: glibmm-2.64: Update to 2.64.5.Raghav Gururajan2021-03-26
| | | | | | | * gnu/packages/glib.scm (glibmm-2.64)[version]: Update to 2.64.5. [propagaed-inputs]: Change libsigc++ to libsigc++-2. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: Add libsigc++-2.Raghav Gururajan2021-03-26
| | | | | | * gnu/packages/glib.scm (libsigc++-2): New variable. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>