Mathieu Othacehe
154d97abdd
Merge remote-tracking branch master into core-updates
2019-11-16 09:34:27 +01:00
Ludovic Courtès
d12eaa6883
gnu: glib: Add comment about disallowed references.
...
* gnu/packages/glib.scm (glib)[arguments]: Add a commented-out
#:disallowed-references argument, which was removed in
6c237a2d7b
.
2019-11-02 00:12:19 +01:00
Tobias Geerinckx-Rice
622d702f7e
gnu: Add python-pygobject@3.34.
...
* gnu/packages/glib.scm (python-pygobject-3.34): New public variable.
2019-10-29 16:37:19 +01:00
Maxim Cournoyer
7da3e81aa1
gnu: glib: Reference dbus-launch by its absolute path.
...
* gnu/packages/glib.scm (glib)[phases]{patch-dbus-launch-path}: New phase.
2019-10-21 11:08:32 +09:00
Marius Bakke
d519bc1350
gnu: appstream-glib: Update to 0.7.16.
...
* gnu/packages/glib.scm (appstream-glib): Update to 0.7.16.
2019-10-10 20:09:55 +02:00
Marius Bakke
e0dcd84d51
gnu: libsigc++: Update home page.
...
* gnu/packages/glib.scm (libsigc++)[home-page]: Update to current.
2019-10-09 19:09:41 +02:00
Marius Bakke
e7f62a41b2
Merge branch 'master' into core-updates
2019-09-27 19:11:27 +02:00
Marius Bakke
9e0cb9d79d
gnu: Add xdg-dbus-proxy.
...
* gnu/packages/glib.scm (xdg-dbus-proxy): New public variable.
2019-09-27 18:57:37 +02:00
Ludovic Courtès
3a2efbc867
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.
2019-09-20 12:21:19 +02:00
Ricardo Wurmus
2c6ebeb72b
gnu: perl-glib: Update to 1.3291.
...
* gnu/packages/glib.scm (perl-glib): Update to 1.3291.
2019-09-19 12:33:35 +02:00
Mark H Weaver
0481289cbc
Merge branch 'master' into core-updates
2019-08-29 17:19:18 -04:00
Giacomo Leidi
19d0554fd4
gnu: Add template-glib.
...
* gnu/packages/glib.scm (template-glib): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-08-27 12:46:00 +02:00
Marius Bakke
497b2d3942
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.
2019-07-31 16:52:39 +02:00
Marius Bakke
f9f72d3536
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.
2019-07-31 14:41:37 +02:00
Marius Bakke
ee46474d54
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.
2019-07-12 16:50:14 +02:00
Marius Bakke
4e073dcd41
gnu: glib: Remove superfluous input.
...
* gnu/packages/glib.scm (glib)[inputs]: Remove BASH.
2019-07-09 22:17:39 +02:00
Marius Bakke
9e13a3e059
gnu: glib: Update to 2.60.5.
...
* gnu/packages/glib.scm (glib): Update to 2.60.5.
2019-07-09 22:16:30 +02:00
Marius Bakke
d7b63ba92d
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.
2019-07-07 18:38:18 +02:00
Marius Bakke
2528006581
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.
2019-06-30 17:06:42 +02:00
Marius Bakke
d93dab5d7f
gnu: glibmm: Update to 2.60.0.
...
* gnu/packages/glib.scm (glibmm): Update to 2.60.0.
[arguments]: Remove <#:configure-flags>.
2019-06-21 14:54:28 +02:00
Marius Bakke
f2a0f03b57
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.
2019-06-21 14:54:28 +02:00
Marius Bakke
273c30bec6
gnu: gobject-introspection: Update to 1.60.2.
...
* gnu/packages/glib.scm (gobject-introspection): Update to 1.60.2.
2019-06-21 14:54:27 +02:00
Marius Bakke
6898f5b45b
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?>.
2019-06-21 14:54:27 +02:00
Ricardo Wurmus
220bcf6fba
gnu: glib: Install m4 macros.
...
* gnu/packages/glib.scm (glib)[native-inputs]: Add m4.
2019-06-20 23:24:36 -04:00
Ricardo Wurmus
8a9ac0477d
gnu: glibmm: Update to 2.58.0.
...
* gnu/packages/glib.scm (glibmm): Update to 2.58.0.
2019-06-20 23:24:34 -04:00
Ricardo Wurmus
036c86be5a
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.
2019-06-20 23:24:34 -04:00
Ricardo Wurmus
6c237a2d7b
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.
2019-06-20 23:24:28 -04:00
Marius Bakke
a9a78d8bfb
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.
2019-06-20 23:40:52 +02:00
Marius Bakke
6cb1ef9ea2
Merge branch 'staging' into core-updates
2019-06-20 23:38:56 +02:00
Marius Bakke
651478aa18
Merge branch 'master' into staging
2019-06-20 23:08:16 +02:00
Marius Bakke
377bd155ea
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.
2019-06-20 22:49:31 +02:00
Marius Bakke
14b53192a4
gnu: libsigc++: Update to 2.10.2.
...
* gnu/packages/glib.scm (libsigc++): Update to 2.10.2.
2019-06-14 11:47:21 +02:00
Marius Bakke
98be913d5b
gnu: dbus: Update to 1.12.14.
...
* gnu/packages/glib.scm (dbus): Update to 1.12.14.
2019-05-25 00:47:54 +02:00
Marius Bakke
57df83e07d
Merge branch 'staging' into core-updates
2019-05-25 00:25:15 +02:00
Vagrant Cascadian
add43093ac
gnu: dbus-c++: Fix typo "language".
...
* gnu/packages/glib (dbus-c++)[description]: Fix typo.
2019-05-22 18:21:39 -07:00
Marius Bakke
8c14f7f8a7
Merge branch 'staging' into core-updates
2019-03-23 23:16:55 +01:00
Marius Bakke
081850816f
Merge branch 'master' into staging
2019-03-21 23:18:54 +01:00
Tobias Geerinckx-Rice
93394133e1
gnu: perl-glib: Update to 1.329.
...
* gnu/packages/glib.scm (perl-glib): Update to 1.329.
2019-03-14 23:51:49 +01:00
Marius Bakke
96ab233df7
Merge branch 'staging' into core-updates
2019-03-10 18:47:02 +01:00
Ricardo Wurmus
1258112a27
gnu: glibmm: Update to 2.56.0.
...
* gnu/packages/glib.scm (glibmm): Update to 2.56.0.
2019-03-07 13:41:04 +01:00
Marius Bakke
b4d7689f92
Merge branch 'staging' into core-updates
2019-03-04 23:05:01 +01:00
Marius Bakke
0d6f2ea13a
gnu: appstream-glib: Update to 0.7.15.
...
* gnu/packages/glib.scm (appstream-glib): Update to 0.7.15.
2019-03-02 22:21:16 +01:00
Marius Bakke
ebbb7286b9
Merge branch 'master' into core-updates
2019-02-09 21:11:00 +01:00
Ludovic Courtès
df09e1d6e7
gnu: telepathy-glib: Build sequentially.
...
* gnu/packages/glib.scm (telepathy-glib)[arguments]: Pass
#:parallel-build? #f.
2019-01-27 00:18:46 +01:00
Maxim Cournoyer
cff1927f30
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.
2019-01-14 23:30:54 -05:00
Marius Bakke
51c40a06a3
gnu: glib: Update to 2.56.3.
...
* gnu/packages/glib.scm (glib): Update to 2.56.3.
2018-12-12 20:49:12 +01:00
Marius Bakke
7ba85f5380
gnu: glib: Remove obsolete variable.
...
* gnu/packages/glib.scm (glib)[arguments]: Don't set DETERMINISTIC_BUILD.
2018-12-12 20:49:12 +01:00
Marius Bakke
7ede9a5e41
gnu: D-Bus: Update to 1.12.12.
...
* gnu/packages/glib.scm (dbus): Update to 1.12.12.
2018-12-12 20:49:12 +01:00
Marius Bakke
fbb7b04a85
Merge branch 'master' into staging
2018-12-09 00:18:32 +01:00
Marius Bakke
8a831c6f06
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.
2018-12-08 19:37:47 +01:00
Marius Bakke
f00148f13e
gnu: libsigc++: Update to 2.10.1.
...
* gnu/packages/glib.scm (libsigc++): Update to 2.10.1.
2018-12-04 20:05:21 +01:00
Marius Bakke
ffddb42d6c
Merge branch 'master' into core-updates
2018-10-21 18:06:02 +02:00
Marius Bakke
8941b4ab3d
gnu: appstream-glib: Update to 0.7.14.
...
* gnu/packages/glib.scm (appstream-glib): Update to 0.7.14.
2018-10-21 17:57:00 +02:00
Marius Bakke
70dc8db8e7
Merge branch 'master' into core-updates
2018-09-03 19:20:06 +02:00
Marius Bakke
883832b480
gnu: appstream-glib: Update to 0.7.12.
...
* gnu/packages/glib.scm (appstream-glib): Update to 0.7.12.
2018-08-30 18:44:57 +02:00
Marius Bakke
74f3fdbdb3
gnu: python-pygobject: Update to 3.28.3.
...
* gnu/packages/glib.scm (python-pygobject): Update to 3.28.3.
2018-08-27 16:30:02 +02:00
Marius Bakke
839167ff9d
Merge branch 'staging' into core-updates
2018-08-25 16:44:07 +02:00
Marius Bakke
09118c58da
gnu: glib: Update to 2.56.2.
...
* gnu/packages/glib.scm (glib): Update to 2.56.2.
2018-08-21 17:24:27 +02:00
Marius Bakke
a5dae0c03c
gnu: dbus: Update to 1.12.10.
...
* gnu/packages/glib.scm (dbus): Update to 1.12.10.
2018-08-21 17:24:27 +02:00
Tobias Geerinckx-Rice
5635b4d67d
gnu: perl-glib: Update to 1.327.
...
* gnu/packages/glib.scm (perl-glib): Update to 1.327.
2018-08-11 18:55:45 +02:00
Tobias Geerinckx-Rice
9aba9b1278
Migrate search.cpan.org home pages to metacpan.org.
...
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.
2018-08-11 17:22:31 +02:00
Tobias Geerinckx-Rice
ab45b38fea
gnu: Use static & unversioned CPAN home pages.
...
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.
2018-08-11 17:22:31 +02:00
Marius Bakke
706ae8e15c
Merge branch 'master' into core-updates
2018-07-24 19:56:35 +02:00
Marius Bakke
316ece170c
gnu: appstream-glib: Update to 0.7.10.
...
* gnu/packages/glib.scm (appstream-glib): Update to 0.7.10.
2018-07-12 17:21:15 +02:00
Ricardo Wurmus
8709624756
Merge branch 'origin/core-updates-next' into core-updates
2018-06-06 23:01:48 +02:00
Ricardo Wurmus
d2e1da18b0
gnu: python-pygobject: Delete broken tests.
...
* gnu/packages/glib.scm (python-pygobject)[arguments]: Add phase
"delete-broken-tests".
2018-05-29 23:24:32 +02:00
Ricardo Wurmus
1b043aeb85
gnu: python2-pygobject: Add native-inputs.
...
* gnu/packages/glib.scm (python2-pygobject)[native-inputs]: New field.
2018-05-29 23:17:48 +02:00
Ricardo Wurmus
59f6dfe552
gnu: python-pygobject: Update to 3.28.2.
...
* gnu/packages/glib.scm (python-pygobject): Update to 3.28.2.
[native-inputs]: Add python-pytest.
2018-05-29 22:43:00 +02:00
Marius Bakke
3f649c79c1
gnu: dbus: Update to 1.12.8.
...
* gnu/packages/glib.scm (dbus): Update to 1.12.8.
2018-05-01 15:32:23 +02:00
Marius Bakke
e85f7ac21c
gnu: gobject-introspection: Update to 1.56.1.
...
* gnu/packages/glib.scm (gobject-introspection): Update to 1.56.1.
2018-04-30 20:48:55 +02:00
Marius Bakke
614ca05ab0
gnu: glib: Update to 2.56.1.
...
* gnu/packages/glib.scm (glib): Update to 2.56.1.
2018-04-30 20:48:55 +02:00
Mark H Weaver
d433108271
gnu: gobject-introspection: Combine duplicate 'arguments' fields.
...
* gnu/packages/glib.scm (gobject-introspection)[arguments]: Combine duplicate
'arguments' fields into one. Previously, the first one was being ignored.
2018-04-21 05:06:53 -04:00
Mark H Weaver
d57d54d189
gnu: python-pygobject: Use gcc-7.
...
* gnu/packages/glib.scm (python-pygobject)[native-inputs]: Add gcc-7.
2018-04-10 00:44:54 -04:00
Mark H Weaver
bca2413141
gnu: itstool: Return #t from all phases.
...
* gnu/packages/glib.scm (itstool)[arguments]: Return #t from
the 'wrap-program' phase.
2018-03-20 14:18:11 -04:00
Mark H Weaver
953468743f
gnu: gobject-introspection: Disable parallel build.
...
* gnu/packages/glib.scm (gobject-introspection)[arguments]: New field.
2018-03-18 00:49:01 -04:00
Mark H Weaver
81f6bf2d50
gnu: glib: Return #t from all phases.
...
* 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.
2018-03-17 22:45:59 -04:00
Mark H Weaver
d009c44a58
gnu: dbus: Detect failures in the install phase.
...
* gnu/packages/glib.scm (dbus)[arguments]: Use 'invoke' instead of 'system*'.
2018-03-17 20:49:05 -04:00
Ricardo Wurmus
3b3046dbcf
gnu: glib: Build reproducibly.
...
* gnu/packages/glib.scm (glib)[arguments]: Set DETERMINISTIC_BUILD.
2018-03-16 17:34:08 +01:00
Mark H Weaver
6cbee49d66
gnu: All snippets report errors using exceptions, else return #t.
...
* 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.
2018-03-16 09:08:31 -04:00
Marius Bakke
ff46037351
gnu: gobject-introspection: Update to 1.56.0.
...
* gnu/packages/glib.scm (gobject-introspection): Update to 1.56.0.
2018-03-15 00:02:47 +01:00
Marius Bakke
2f437b22e2
gnu: glib: Update to 2.56.0.
...
* 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.
2018-03-15 00:02:46 +01:00
Ricardo Wurmus
8c72ed923d
Merge branch 'master' into core-updates
2018-03-14 17:37:20 +01:00
Marius Bakke
762e53c320
gnu: dbus: Update to 1.12.6.
...
* gnu/packages/glib.scm (dbus): Update to 1.12.6.
2018-03-08 18:30:41 +01:00
Mark Meyer
30e43e816b
gnu: python2-gobject@2: Update to 2.28.7
...
* gnu/packages/glib.scm (python2-gobject-2): Update to 2.28.7.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-07 14:57:10 +01:00
Marius Bakke
8e933cb36a
gnu: Use HTTPS on gtkmm.org home pages.
...
* 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.
2018-03-07 14:53:24 +01:00
Marius Bakke
7700c6ca20
gnu: glibmm: Update to 2.54.1.
...
* gnu/packages/glib.scm (glibmm): Update to 2.54.1.
[arguments]: Add #:configure-flags.
2018-03-07 14:53:23 +01:00
Alex Vong
451f6e30eb
gnu: Add perl-glib.
...
* gnu/packages/glib.scm (perl-glib): New public variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-02-28 16:57:33 +01:00
Tobias Geerinckx-Rice
57e7d7486b
gnu: Use HTTPS for supported freedesktop.org home pages.
...
* 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.
2018-02-26 20:13:10 +01:00
Tobias Geerinckx-Rice
e0f71c802c
gnu: intltool: Update phase style.
...
* gnu/packages/glib.scm (intltool)[arguments]: Use MODIFY-PHASES syntax
and end phase with #t.
2018-02-20 16:06:10 +01:00
Marius Bakke
797278dff6
gnu: dbus: Update to 1.12.4.
...
* gnu/packages/glib.scm (dbus): Update to 1.12.4.
2018-02-20 16:01:46 +01:00
Marius Bakke
ab1ac4a56b
gnu: glib: Update to 2.54.3.
...
* gnu/packages/glib.scm (glib): Update to 2.54.3.
2018-02-20 16:01:46 +01:00
Mark H Weaver
a7fb298665
Merge branch 'master' into core-updates
2018-02-11 04:05:07 -05:00
Danny Milosavljevic
a48b877e60
gnu: appstream-glib: Propagate some inputs.
...
* gnu/packages/glib.scm (appstream-glib)[inputs]: Move gcab, gdk-pixbuf,
util-linux to propagated-inputs.
2018-02-09 17:06:24 +01:00
Mark H Weaver
b89d8a4271
Merge branch 'master' into core-updates
2018-01-26 00:15:26 -05:00
Tobias Geerinckx-Rice
b1de6129e7
gnu: appstream-glib: Update to 0.7.5.
...
* gnu/packages/glib.scm (appstream-glib): Update to 0.7.5.
[arguments]: Drop ‘enable-’ prefix from Meson options.
2018-01-26 02:14:24 +01:00
Tobias Geerinckx-Rice
318bc42946
gnu: appstream-glib: Update to 0.7.4.
...
* 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.
2018-01-26 00:09:18 +01:00
Mark H Weaver
e074a655dd
Merge branch 'master' into core-updates
2018-01-19 23:59:20 -05:00
Tobias Geerinckx-Rice
08a1e906ec
gnu: glib: Remove duplicate module import.
...
* gnu/packages/glib.scm (define-module): Remove duplicate ‘#:use-module
(guix packages xml)’. Order remaining module imports alphabetically.
2018-01-18 04:26:42 +01:00
Marius Bakke
3a0b4038f0
gnu: dbus: Update to 1.12.2.
...
* gnu/packages/glib.scm (dbus): Update to 1.12.2.
2017-11-28 14:24:09 +01:00
Marius Bakke
2dd12924cf
Merge branch 'master' into core-updates
2017-11-19 15:01:00 +01:00