summaryrefslogtreecommitdiff
path: root/gnu/packages/glib.scm
Commit message (Collapse)AuthorAge
...
* | 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.
* | gnu: Remove more GCC ICE workarounds.Marius Bakke2018-12-08
|/ | | | | | | | | 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.
* Merge branch 'master' into core-updatesMarius Bakke2018-10-21
|\
| * gnu: appstream-glib: Update to 0.7.14.Marius Bakke2018-10-21
| | | | | | | | * gnu/packages/glib.scm (appstream-glib): Update to 0.7.14.
* | Merge branch 'master' into core-updatesMarius Bakke2018-09-03
|\|
| * gnu: appstream-glib: Update to 0.7.12.Marius Bakke2018-08-30
| | | | | | | | * gnu/packages/glib.scm (appstream-glib): Update to 0.7.12.
* | gnu: python-pygobject: Update to 3.28.3.Marius Bakke2018-08-27
| | | | | | | | * gnu/packages/glib.scm (python-pygobject): Update to 3.28.3.
* | Merge branch 'staging' into core-updatesMarius Bakke2018-08-25
|\|
| * gnu: perl-glib: Update to 1.327.Tobias Geerinckx-Rice2018-08-11
| | | | | | | | * gnu/packages/glib.scm (perl-glib): Update to 1.327.
| * Migrate search.cpan.org home pages to metacpan.org.Tobias Geerinckx-Rice2018-08-11
| | | | | | | | | | | | | | | | | | | | The venerable search.cpan.org has retired[0]. [0]: https://log.perl.org/2018/05/goodbye-search-dot-cpan-dot-org.html * guix/import/cpan.scm (cpan-home): Generate metacpan.org home page URIs. Update all previously generated ones in (gnu packages) to their canonical new homes.
| * gnu: Use static & unversioned CPAN home pages.Tobias Geerinckx-Rice2018-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Constructing home pages to be version-specific is not something we really want or do elsewhere, and interferers with mass updates like the one I'm about to make. * gnu/packages/glib.scm (perl-net-dbus-glib)[home-page]: Use canonical home page. * gnu/packages/perl-check.scm (perl-test-nowarnings, perl-test-output) (perl-test-simple, perl-test-tester)[home-page]: Likewise. * gnu/packages/perl.scm (perl-benchmark-timer, perl-clone) (perl-digest-sha1, perl-file-which, perl-getopt-tabular, perl-io-string) (perl-ipc-run3, perl-probe-perl, perl-regexp-common, perl-sys-cpu) [home-page]: Likewise. * gnu/packages/tcl.scm (perl-tk)[home-page]: Likewise. * gnu/packages/tls.scm (perl-net-ssleay)[home-page]: Likewise. * gnu/packages/web.scm (perl-www-curl)[home-page]: Likewise. * gnu/packages/xml.scm (perl-xml-dom)[home-page]: Likewise. * gnu/packages/xorg.scm (perl-x11-protocol-other)[home-page]: Likewise.
* | gnu: glib: Update to 2.56.2.Marius Bakke2018-08-21
| | | | | | | | * gnu/packages/glib.scm (glib): Update to 2.56.2.
* | gnu: dbus: Update to 1.12.10.Marius Bakke2018-08-21
| | | | | | | | * gnu/packages/glib.scm (dbus): Update to 1.12.10.
* | Merge branch 'master' into core-updatesMarius Bakke2018-07-24
|\|
| * gnu: appstream-glib: Update to 0.7.10.Marius Bakke2018-07-12
| | | | | | | | * gnu/packages/glib.scm (appstream-glib): Update to 0.7.10.
* | Merge branch 'origin/core-updates-next' into core-updatesRicardo Wurmus2018-06-06
|\ \ | |/ |/|
| * gnu: dbus: Update to 1.12.8.Marius Bakke2018-05-01
| | | | | | | | * gnu/packages/glib.scm (dbus): Update to 1.12.8.
| * gnu: gobject-introspection: Update to 1.56.1.Marius Bakke2018-04-30
| | | | | | | | * gnu/packages/glib.scm (gobject-introspection): Update to 1.56.1.
| * gnu: glib: Update to 2.56.1.Marius Bakke2018-04-30
| | | | | | | | * gnu/packages/glib.scm (glib): Update to 2.56.1.
* | gnu: python-pygobject: Delete broken tests.Ricardo Wurmus2018-05-29
| | | | | | | | | | * gnu/packages/glib.scm (python-pygobject)[arguments]: Add phase "delete-broken-tests".
* | gnu: python2-pygobject: Add native-inputs.Ricardo Wurmus2018-05-29
| | | | | | | | * gnu/packages/glib.scm (python2-pygobject)[native-inputs]: New field.