summaryrefslogtreecommitdiff
path: root/gnu/packages/glib.scm
Commit message (Expand)AuthorAgeFilesLines
...
* gnu: appstream-glib: Update to 0.7.16.•••* gnu/packages/glib.scm (appstream-glib): Update to 0.7.16. Marius Bakke2019-10-101-2/+2
* gnu: libsigc++: Update home page.•••* gnu/packages/glib.scm (libsigc++)[home-page]: Update to current. Marius Bakke2019-10-091-1/+1
* Merge branch 'master' into core-updatesMarius Bakke2019-09-271-0/+35
|\
| * gnu: Add xdg-dbus-proxy.•••* gnu/packages/glib.scm (xdg-dbus-proxy): New public variable. Marius Bakke2019-09-271-0/+36
* | gnu: python-libxml2, itstool: Provide crash-free variants.•••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. Ludovic Courtès2019-09-201-0/+11
* | gnu: perl-glib: Update to 1.3291.•••* gnu/packages/glib.scm (perl-glib): Update to 1.3291. Ricardo Wurmus2019-09-191-3/+3
* | Merge branch 'master' into core-updatesMark H Weaver2019-08-291-0/+38
|\|
| * gnu: Add template-glib.•••* gnu/packages/glib.scm (template-glib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Giacomo Leidi2019-08-271-0/+38
* | gnu: dbus-c++: Fix build with GCC 7.•••* 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. Marius Bakke2019-07-311-1/+4
* | gnu: glib: Update to 2.60.6.•••* 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. Marius Bakke2019-07-311-4/+3
* | gnu: glib: Fix argument handling in keyfile backend.•••* 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. Marius Bakke2019-07-121-1/+2
* | gnu: glib: Remove superfluous input.•••* gnu/packages/glib.scm (glib)[inputs]: Remove BASH. Marius Bakke2019-07-091-2/+0
* | gnu: glib: Update to 2.60.5.•••* gnu/packages/glib.scm (glib): Update to 2.60.5. Marius Bakke2019-07-091-2/+2
* | gnu: itstool: Update to 2.0.6.•••* 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. Marius Bakke2019-07-071-4/+4
* | build-system/meson: Do not inherit the 'bootstrap' phase.•••* guix/build/meson-build-system.scm (%standard-phases): Remove 'bootstrap'. * gnu/packages/glib.scm (glib)[arguments]: Adjust accordingly. Marius Bakke2019-06-301-1/+0
* | gnu: glibmm: Update to 2.60.0.•••* gnu/packages/glib.scm (glibmm): Update to 2.60.0. [arguments]: Remove <#:configure-flags>. Marius Bakke2019-06-211-6/+3
* | gnu: gobject-introspection: Build with Meson.•••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. Marius Bakke2019-06-211-12/+3
* | gnu: gobject-introspection: Update to 1.60.2.•••* gnu/packages/glib.scm (gobject-introspection): Update to 1.60.2. Marius Bakke2019-06-211-2/+2
* | gnu: glib: Update to 2.60.4.•••* 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?>. Marius Bakke2019-06-211-12/+24
* | gnu: glib: Install m4 macros.•••* gnu/packages/glib.scm (glib)[native-inputs]: Add m4. Ricardo Wurmus2019-06-201-0/+1
* | gnu: glibmm: Update to 2.58.0.•••* gnu/packages/glib.scm (glibmm): Update to 2.58.0. Ricardo Wurmus2019-06-201-2/+2
* | gnu: gobject-introspection: Update to 1.58.1.•••* 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. Ricardo Wurmus2019-06-201-17/+23
* | gnu: glib: Update to 2.58.1.•••* 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. Ricardo Wurmus2019-06-201-23/+49
* | gnu: dbus: Update to 1.12.16.•••* 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. Marius Bakke2019-06-201-11/+2
* | Merge branch 'staging' into core-updatesMarius Bakke2019-06-201-2/+11
|\|
| * Merge branch 'master' into stagingMarius Bakke2019-06-201-0/+9
| |\
| | * gnu: dbus: Fix CVE-2019-12749.•••* 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. Marius Bakke2019-06-201-0/+9
| * | gnu: libsigc++: Update to 2.10.2.•••* gnu/packages/glib.scm (libsigc++): Update to 2.10.2. Marius Bakke2019-06-141-2/+2
| |/
* | gnu: dbus: Update to 1.12.14.•••* gnu/packages/glib.scm (dbus): Update to 1.12.14. Marius Bakke2019-05-251-2/+2
* | Merge branch 'staging' into core-updatesMarius Bakke2019-05-251-1/+1
|\|
| * gnu: dbus-c++: Fix typo "language".•••* gnu/packages/glib (dbus-c++)[description]: Fix typo. Vagrant Cascadian2019-05-221-1/+1
* | Merge branch 'staging' into core-updatesMarius Bakke2019-03-231-3/+3
|\|
| * Merge branch 'master' into stagingMarius Bakke2019-03-211-3/+3
| |\
| | * gnu: perl-glib: Update to 1.329.•••* gnu/packages/glib.scm (perl-glib): Update to 1.329. Tobias Geerinckx-Rice2019-03-141-3/+3
* | | Merge branch 'staging' into core-updatesMarius Bakke2019-03-101-2/+2
|\| |
| * | gnu: glibmm: Update to 2.56.0.•••* gnu/packages/glib.scm (glibmm): Update to 2.56.0. Ricardo Wurmus2019-03-071-2/+2
| |/
* | Merge branch 'staging' into core-updatesMarius Bakke2019-03-041-2/+2
|\|
| * gnu: appstream-glib: Update to 0.7.15.•••* gnu/packages/glib.scm (appstream-glib): Update to 0.7.15. Marius Bakke2019-03-021-2/+2
* | Merge branch 'master' into core-updatesMarius Bakke2019-02-091-11/+16
|\|
| * gnu: telepathy-glib: Build sequentially.•••* gnu/packages/glib.scm (telepathy-glib)[arguments]: Pass #:parallel-build? #f. Ludovic Courtès2019-01-271-2/+10
| * gnu: glib: Update to 2.56.3.•••* gnu/packages/glib.scm (glib): Update to 2.56.3. Marius Bakke2018-12-121-2/+2
| * gnu: glib: Remove obsolete variable.•••* gnu/packages/glib.scm (glib)[arguments]: Don't set DETERMINISTIC_BUILD. Marius Bakke2018-12-121-3/+0
| * gnu: D-Bus: Update to 1.12.12.•••* gnu/packages/glib.scm (dbus): Update to 1.12.12. Marius Bakke2018-12-121-2/+2
| * Merge branch 'master' into stagingMarius Bakke2018-12-091-11/+2
| |\
| * | gnu: libsigc++: Update to 2.10.1.•••* gnu/packages/glib.scm (libsigc++): Update to 2.10.1. Marius Bakke2018-12-041-2/+2
* | | gnu: dbus: Build documentation (manpages and html).•••* 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. Maxim Cournoyer2019-01-141-3/+13
| |/ |/|
* | gnu: Remove more GCC ICE workarounds.•••These were fixed with <https://bugs.gnu.org/31708>. * gnu/packages/glib.scm (python-pygobject, python2-pygobject)[native-inputs]: Remove GCC-7. * gnu/packages/gnome.scm (gjs)[native-inputs]: Likewise. [arguments]: Remove related phase. Marius Bakke2018-12-081-11/+2
|/
* Merge branch 'master' into core-updatesMarius Bakke2018-10-211-2/+2
|\
| * gnu: appstream-glib: Update to 0.7.14.•••* gnu/packages/glib.scm (appstream-glib): Update to 0.7.14. Marius Bakke2018-10-211-2/+2
* | Merge branch 'master' into core-updatesMarius Bakke2018-09-031-2/+2
|\|