summaryrefslogtreecommitdiff
path: root/gnu/packages/glib.scm
Commit message (Collapse)AuthorAge
* 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.
* | gnu: python-pygobject: Update to 3.28.2.Ricardo Wurmus2018-05-29
|/ | | | | * gnu/packages/glib.scm (python-pygobject): Update to 3.28.2. [native-inputs]: Add python-pytest.
* gnu: gobject-introspection: Combine duplicate 'arguments' fields.Mark H Weaver2018-04-21
| | | | | * gnu/packages/glib.scm (gobject-introspection)[arguments]: Combine duplicate 'arguments' fields into one. Previously, the first one was being ignored.
* gnu: python-pygobject: Use gcc-7.Mark H Weaver2018-04-10
| | | | * gnu/packages/glib.scm (python-pygobject)[native-inputs]: Add gcc-7.
* gnu: itstool: Return #t from all phases.Mark H Weaver2018-03-20
| | | | | * gnu/packages/glib.scm (itstool)[arguments]: Return #t from the 'wrap-program' phase.
* gnu: gobject-introspection: Disable parallel build.Mark H Weaver2018-03-18
| | | | * gnu/packages/glib.scm (gobject-introspection)[arguments]: New field.
* gnu: glib: Return #t from all phases.Mark H Weaver2018-03-17
| | | | | | * gnu/packages/glib.scm (glib)[arguments]: In the 'check' phase, use 'for-each' instead to avoid assuming that 'disable' will return a true value. Return #t from the 'pre-build' and 'check' phases.
* gnu: dbus: Detect failures in the install phase.Mark H Weaver2018-03-17
| | | | * gnu/packages/glib.scm (dbus)[arguments]: Use 'invoke' instead of 'system*'.
* gnu: glib: Build reproducibly.Ricardo Wurmus2018-03-16
| | | | * gnu/packages/glib.scm (glib)[arguments]: Set DETERMINISTIC_BUILD.
* gnu: All snippets report errors using exceptions, else return #t.Mark H Weaver2018-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm, gnu/packages/algebra.scm, gnu/packages/audio.scm, gnu/packages/backup.scm, gnu/packages/base.scm, gnu/packages/bioinformatics.scm, gnu/packages/cdrom.scm, gnu/packages/chez.scm, gnu/packages/code.scm, gnu/packages/compression.scm, gnu/packages/cross-base.scm, gnu/packages/crypto.scm, gnu/packages/cups.scm, gnu/packages/databases.scm, gnu/packages/dns.scm, gnu/packages/emacs.scm, gnu/packages/emulators.scm, gnu/packages/engineering.scm, gnu/packages/enlightenment.scm, gnu/packages/fpga.scm, gnu/packages/freedesktop.scm, gnu/packages/ftp.scm, gnu/packages/games.scm, gnu/packages/gcc.scm, gnu/packages/geo.scm, gnu/packages/ghostscript.scm, gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnuzilla.scm, gnu/packages/graphics.scm, gnu/packages/gtk.scm, gnu/packages/guile.scm, gnu/packages/irc.scm, gnu/packages/java.scm, gnu/packages/kerberos.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/lxde.scm, gnu/packages/machine-learning.scm, gnu/packages/mail.scm, gnu/packages/maths.scm, gnu/packages/messaging.scm, gnu/packages/monitoring.scm, gnu/packages/mp3.scm, gnu/packages/music.scm, gnu/packages/netpbm.scm, gnu/packages/networking.scm, gnu/packages/node.scm, gnu/packages/nvi.scm, gnu/packages/ocaml.scm, gnu/packages/pdf.scm, gnu/packages/perl.scm, gnu/packages/php.scm, gnu/packages/plotutils.scm, gnu/packages/pretty-print.scm, gnu/packages/profiling.scm, gnu/packages/pulseaudio.scm, gnu/packages/python-crypto.scm, gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/robotics.scm, gnu/packages/sawfish.scm, gnu/packages/scanner.scm, gnu/packages/scheme.scm, gnu/packages/scribus.scm, gnu/packages/sdl.scm, gnu/packages/serialization.scm, gnu/packages/shells.scm, gnu/packages/slang.scm, gnu/packages/smalltalk.scm, gnu/packages/ssh.scm, gnu/packages/sync.scm, gnu/packages/syncthing.scm, gnu/packages/tbb.scm, gnu/packages/terminals.scm, gnu/packages/texinfo.scm, gnu/packages/text-editors.scm, gnu/packages/textutils.scm, gnu/packages/tls.scm, gnu/packages/unrtf.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wm.scm, gnu/packages/wxwidgets.scm, gnu/packages/xdisorg.scm, gnu/packages/xorg.scm: In all snippets, report errors using exceptions, or else return #t.
* gnu: gobject-introspection: Update to 1.56.0.Marius Bakke2018-03-15
| | | | * gnu/packages/glib.scm (gobject-introspection): Update to 1.56.0.
* gnu: glib: Update to 2.56.0.Marius Bakke2018-03-15
| | | | | | | | * gnu/packages/glib.scm (glib): Update to 2.56.0. [source](patches): Remove obsolete patch. [arguments]: Disable new MIME test. * gnu/packages/patches/glib-respect-datadir.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* Merge branch 'master' into core-updatesRicardo Wurmus2018-03-14
|\
| * gnu: python2-gobject@2: Update to 2.28.7Mark Meyer2018-03-07
| | | | | | | | | | | | * gnu/packages/glib.scm (python2-gobject-2): Update to 2.28.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Use HTTPS on gtkmm.org home pages.Marius Bakke2018-03-07
| | | | | | | | | | | | * gnu/packages/gtk.scm (atkmm, gtkmm)[home-page]: Use HTTPS. * gnu/packages/gnome.scm (libgnomecanvasmm)[home-page]: Likewise. * gnu/packages/glib.scm (glibmm)[home-page]: Likewise.
| * gnu: glibmm: Update to 2.54.1.Marius Bakke2018-03-07
| | | | | | | | | | * gnu/packages/glib.scm (glibmm): Update to 2.54.1. [arguments]: Add #:configure-flags.
| * gnu: Add perl-glib.Alex Vong2018-02-28
| | | | | | | | | | | | * gnu/packages/glib.scm (perl-glib): New public variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: Use HTTPS for supported freedesktop.org home pages.Tobias Geerinckx-Rice2018-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/fontutils.scm (fontconfig)[home-page]: Use HTTPS. * gnu/packages/freedesktop.scm (python-pyxdg, accountsservice) (modem-manager, telepathy-mission-control, telepathy-mission-control) (colord-gtk, desktop-file-utils)[home-page]: Likewise. * gnu/packages/ghostscript.scm (libspectre)[home-page]: Likewise. * gnu/packages/glib.scm (dbus, dbus-glib, telepathy-glib)[home-page]: Likewise. * gnu/packages/gnome.scm (shared-mime-info, hicolor-icon-theme) (libxklavier, colord, upower)[home-page]: Likewise. * gnu/packages/gstreamer.scm (orc, python-gst)[home-page]: Likewise. * gnu/packages/libcanberra.scm (sound-theme-freedesktop)[home-page]: Likewise. * gnu/packages/libreoffice.scm (libexttextcat)[home-page]: Likewise. * gnu/packages/polkit.scm (polkit-gnome, polkit-gnome)[home-page]: Likewise. * gnu/packages/pulseaudio.scm (pavucontrol)[home-page]: Likewise. * gnu/packages/python.scm (python-dbus)[home-page]: Likewise. * gnu/packages/xdisorg.scm (startup-notification)[home-page]: Likewise.
* | gnu: dbus: Update to 1.12.6.Marius Bakke2018-03-08
| | | | | | | | * gnu/packages/glib.scm (dbus): Update to 1.12.6.
* | gnu: intltool: Update phase style.Tobias Geerinckx-Rice2018-02-20
| | | | | | | | | | * gnu/packages/glib.scm (intltool)[arguments]: Use MODIFY-PHASES syntax and end phase with #t.
* | gnu: dbus: Update to 1.12.4.Marius Bakke2018-02-20
| | | | | | | | * gnu/packages/glib.scm (dbus): Update to 1.12.4.
* | gnu: glib: Update to 2.54.3.Marius Bakke2018-02-20
|/ | | | * gnu/packages/glib.scm (glib): Update to 2.54.3.
* Merge branch 'master' into core-updatesMark H Weaver2018-02-11
|\
| * gnu: appstream-glib: Propagate some inputs.Danny Milosavljevic2018-02-09
| | | | | | | | | | * gnu/packages/glib.scm (appstream-glib)[inputs]: Move gcab, gdk-pixbuf, util-linux to propagated-inputs.
* | Merge branch 'master' into core-updatesMark H Weaver2018-01-26
|\|
| * gnu: appstream-glib: Update to 0.7.5.Tobias Geerinckx-Rice2018-01-26
| | | | | | | | | | * gnu/packages/glib.scm (appstream-glib): Update to 0.7.5. [arguments]: Drop ‘enable-’ prefix from Meson options.
| * gnu: appstream-glib: Update to 0.7.4.Tobias Geerinckx-Rice2018-01-26
| | | | | | | | | | | | | | | | | | * gnu/packages/glib.scm (appstream-glib): Update to 0.7.4. [build-system]: Switch to meson-build-system. [native-inputs]: Add gettext and glib:bin. [inputs]: Add gcab, gperf, and libyaml. Remove nettle. [arguments]: Adapt #:configure-flags to new build system. Patch fewer tests in ‘patch-tests’ phase.
* | Merge branch 'master' into core-updatesMark H Weaver2018-01-19
|\|
| * gnu: glib: Remove duplicate module import.Tobias Geerinckx-Rice2018-01-18
| | | | | | | | | | * gnu/packages/glib.scm (define-module): Remove duplicate ‘#:use-module (guix packages xml)’. Order remaining module imports alphabetically.
* | gnu: dbus: Update to 1.12.2.Marius Bakke2017-11-28
| | | | | | | | * gnu/packages/glib.scm (dbus): Update to 1.12.2.
* | Merge branch 'master' into core-updatesMarius Bakke2017-11-19
|\|