summaryrefslogtreecommitdiff
path: root/gnu/packages/glib.scm
Commit message (Collapse)AuthorAge
* gnu: appstream-glib: Fix test failure.Marius Bakke2020-01-07
| | | | | | * gnu/packages/patches/appstream-glib-2020.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/glib.scm (appstream-glib)[source](patches): New field.
* gnu: Add glib-with-documentation.Pierre Neidhardt2019-11-27
| | | | | * gnu/packages/glib.scm (glib-with-documentation): New variable. (glib)[properties]: Hide package.
* gnu: glib: Add comment about disallowed references.Ludovic Courtès2019-11-02
| | | | | | * gnu/packages/glib.scm (glib)[arguments]: Add a commented-out #:disallowed-references argument, which was removed in 6c237a2d7bfa3c7be02c069e5c24a2b401a51864.
* gnu: Add python-pygobject@3.34.Tobias Geerinckx-Rice2019-10-29
| | | | * gnu/packages/glib.scm (python-pygobject-3.34): New public variable.
* gnu: appstream-glib: Update to 0.7.16.Marius Bakke2019-10-10
| | | | * gnu/packages/glib.scm (appstream-glib): Update to 0.7.16.
* gnu: libsigc++: Update home page.Marius Bakke2019-10-09
| | | | * gnu/packages/glib.scm (libsigc++)[home-page]: Update to current.
* Merge branch 'master' into core-updatesMarius Bakke2019-09-27
|\
| * gnu: Add xdg-dbus-proxy.Marius Bakke2019-09-27
| | | | | | | | * gnu/packages/glib.scm (xdg-dbus-proxy): New public variable.
* | gnu: python-libxml2, itstool: Provide crash-free variants.Ludovic Courtès2019-09-20
| | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/37468>. * gnu/packages/patches/python-libxml2-utf8.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xml.scm (python-libxml2/fixed): New variable. * gnu/packages/glib.scm (itstool/fixed): New variable. * gnu/packages/gnome.scm (gnumeric)[native-inputs]: Use ITSTOOL/FIXED instead of ITSTOOL.
* | gnu: perl-glib: Update to 1.3291.Ricardo Wurmus2019-09-19
| | | | | | | | * gnu/packages/glib.scm (perl-glib): Update to 1.3291.
* | Merge branch 'master' into core-updatesMark H Weaver2019-08-29
|\|
| * gnu: Add template-glib.Giacomo Leidi2019-08-27
| | | | | | | | | | | | * gnu/packages/glib.scm (template-glib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: dbus-c++: Fix build with GCC 7.Marius Bakke2019-07-31
| | | | | | | | | | | | | | | | * gnu/packages/patches/dbus-c++-gcc-compat.patch, gnu/packages/patches/dbus-c++-threading-mutex.patch: New files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/glib.scm (dbus-c++)[source](patches): New field. [arguments]: End phases on #t.
* | gnu: glib: Update to 2.60.6.Marius Bakke2019-07-31
| | | | | | | | | | | | | | * gnu/packages/patches/glib-keyfile-arguments.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/glib.scm (glib): Update to 2.60.6. [source](patches): Remove obsolete patch.
* | gnu: glib: Fix argument handling in keyfile backend.Marius Bakke2019-07-12
| | | | | | | | | | | | * gnu/packages/patches/glib-keyfile-arguments.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/glib.scm (glib)[source](patches): Add it.
* | gnu: glib: Remove superfluous input.Marius Bakke2019-07-09
| | | | | | | | * gnu/packages/glib.scm (glib)[inputs]: Remove BASH.
* | gnu: glib: Update to 2.60.5.Marius Bakke2019-07-09
| | | | | | | | * gnu/packages/glib.scm (glib): Update to 2.60.5.
* | gnu: itstool: Update to 2.0.6.Marius Bakke2019-07-07
| | | | | | | | | | | | * gnu/packages/glib.scm (itstool): Update to 2.0.6. [inputs]: Change PYTHON2-LIBXML and PYTHON-2 to PYTHON-LIBXML and PYTHON. * gnu/packages/gnome.scm (totem)[inputs]: Change PYTHON-2 to PYTHON.
* | build-system/meson: Do not inherit the 'bootstrap' phase.Marius Bakke2019-06-30
| | | | | | | | | | * guix/build/meson-build-system.scm (%standard-phases): Remove 'bootstrap'. * gnu/packages/glib.scm (glib)[arguments]: Adjust accordingly.
* | gnu: glibmm: Update to 2.60.0.Marius Bakke2019-06-21
| | | | | | | | | | * gnu/packages/glib.scm (glibmm): Update to 2.60.0. [arguments]: Remove <#:configure-flags>.
* | gnu: gobject-introspection: Build with Meson.Marius Bakke2019-06-21
| | | | | | | | | | | | | | | | | | The 1.60.x releases are the last ones to support Autotools. * gnu/packages/glib.scm (gobject-introspection)[build-system]: Change to MESON-BUILD-SYSTEM. [arguments]: Remove <#:parallel-build?> and <#:tests?>. [native-inputs]: Remove AUTOCONF and AUTOMAKE.
* | gnu: gobject-introspection: Update to 1.60.2.Marius Bakke2019-06-21
| | | | | | | | * gnu/packages/glib.scm (gobject-introspection): Update to 1.60.2.
* | gnu: glib: Update to 2.60.4.Marius Bakke2019-06-21
| | | | | | | | | | | | | | * gnu/packages/glib.scm (glib): Update to 2.60.4. [source](snippet): New field. [arguments]: Remove obsolete DETERMINISTIC_BUILD variable. Disable two tests, and override the 'check' phase. Remove <#:parallel-build?>.
* | gnu: glib: Install m4 macros.Ricardo Wurmus2019-06-20
| | | | | | | | * gnu/packages/glib.scm (glib)[native-inputs]: Add m4.
* | gnu: glibmm: Update to 2.58.0.Ricardo Wurmus2019-06-20
| | | | | | | | * gnu/packages/glib.scm (glibmm): Update to 2.58.0.
* | gnu: gobject-introspection: Update to 1.58.1.Ricardo Wurmus2019-06-20
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/glib.scm (gobject-introspection): Update to 1.58.1. [source]: Remove snippet. [arguments]: Add phase "do-not-use-/usr/bin/env". [inputs]: Replace python-2 with python-wrapper; add zlib. [native-inputs]: Add autoconf and automake to be able to keep using the gnu-build-system. * gnu/packages/patches/gobject-introspection-cc.patch: Update patch to apply to latest version.
* | gnu: glib: Update to 2.58.1.Ricardo Wurmus2019-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/glib.scm (glib): Update to 2.58.1. [build-system]: Use meson-build-system. [outputs]: Remove "doc" as the documentation files are no longer included. [inputs]: Move libffi, util-linux, and zlib from here... [propagated-inputs]: ...to here; add libselinux. [arguments]: Remove key "disallowed-references" as it is not supported by the meson-build-system; delete "bootstrap" phase to prevent use of autotools; adjust "pre-build" phase; move "disable-failing-tests" phase after "unpack"; disable two more tests in "disable-failing-tests" phase; add phase "move-executables"; remove configure flags.
* | gnu: dbus: Update to 1.12.16.Marius Bakke2019-06-20
| | | | | | | | | | | | | | | | * gnu/packages/patches/dbus-CVE-2019-12749.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/glib.scm (dbus): Update to 1.12.16. [replacement]: Remove. (dbus/fixed): Remove variable.
* | Merge branch 'staging' into core-updatesMarius Bakke2019-06-20
|\|
| * Merge branch 'master' into stagingMarius Bakke2019-06-20
| |\
| | * gnu: dbus: Fix CVE-2019-12749.Marius Bakke2019-06-20
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/dbus-CVE-2019-12749.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/glib.scm (dbus)[replacement]: New field. (dbus/fixed): New variable.
| * | gnu: libsigc++: Update to 2.10.2.Marius Bakke2019-06-14
| |/ | | | | | | * gnu/packages/glib.scm (libsigc++): Update to 2.10.2.
* | gnu: dbus: Update to 1.12.14.Marius Bakke2019-05-25
| | | | | | | | * gnu/packages/glib.scm (dbus): Update to 1.12.14.
* | Merge branch 'staging' into core-updatesMarius Bakke2019-05-25
|\|
| * gnu: dbus-c++: Fix typo "language".Vagrant Cascadian2019-05-22
| | | | | | | | * gnu/packages/glib (dbus-c++)[description]: Fix typo.
* | Merge branch 'staging' into core-updatesMarius Bakke2019-03-23
|\|
| * Merge branch 'master' into stagingMarius Bakke2019-03-21
| |\
| | * gnu: perl-glib: Update to 1.329.Tobias Geerinckx-Rice2019-03-14
| | | | | | | | | | | | * gnu/packages/glib.scm (perl-glib): Update to 1.329.
* | | Merge branch 'staging' into core-updatesMarius Bakke2019-03-10
|\| |
| * | gnu: glibmm: Update to 2.56.0.Ricardo Wurmus2019-03-07
| |/ | | | | | | * gnu/packages/glib.scm (glibmm): Update to 2.56.0.
* | Merge branch 'staging' into core-updatesMarius Bakke2019-03-04
|\|
| * gnu: appstream-glib: Update to 0.7.15.Marius Bakke2019-03-02
| | | | | | | | * gnu/packages/glib.scm (appstream-glib): Update to 0.7.15.
* | Merge branch 'master' into core-updatesMarius Bakke2019-02-09
|\|
| * gnu: telepathy-glib: Build sequentially.Ludovic Courtès2019-01-27
| | | | | | | | | | * gnu/packages/glib.scm (telepathy-glib)[arguments]: Pass #:parallel-build? #f.
| * gnu: glib: Update to 2.56.3.Marius Bakke2018-12-12
| | | | | | | | * gnu/packages/glib.scm (glib): Update to 2.56.3.
| * gnu: glib: Remove obsolete variable.Marius Bakke2018-12-12
| | | | | | | | * gnu/packages/glib.scm (glib)[arguments]: Don't set DETERMINISTIC_BUILD.
| * gnu: D-Bus: Update to 1.12.12.Marius Bakke2018-12-12
| | | | | | | | * gnu/packages/glib.scm (dbus): Update to 1.12.12.
| * Merge branch 'master' into stagingMarius Bakke2018-12-09
| |\
| * | gnu: libsigc++: Update to 2.10.1.Marius Bakke2018-12-04
| | | | | | | | | | | | * gnu/packages/glib.scm (libsigc++): Update to 2.10.1.
* | | gnu: dbus: Build documentation (manpages and html).Maxim Cournoyer2019-01-14
| |/ |/| | | | | | | | | * gnu/packages/glib.scm (dbus)[native-inputs]: Add docbook-xml-4.4, docbook-xsl, doxygen, xmlto, libxml2, libxslt and yelp-tools. [outputs]: Add a "doc" output to hold the large HTML documentation.