me
/
guix
Archived
1
0
Fork 0
Commit Graph

331 Commits (40b67a1f2a49c3a00f30b943dcd4e1de5a62632f)

Author SHA1 Message Date
Maxim Cournoyer 01f0707207
Merge branch 'staging' into 'core-updates'.
Conflicts:

	gnu/local.mk
	gnu/packages/cmake.scm
	gnu/packages/curl.scm
	gnu/packages/gl.scm
	gnu/packages/glib.scm
	gnu/packages/guile.scm
	gnu/packages/node.scm
	gnu/packages/openldap.scm
	gnu/packages/package-management.scm
	gnu/packages/python-xyz.scm
	gnu/packages/python.scm
	gnu/packages/tls.scm
	gnu/packages/vpn.scm
	gnu/packages/xorg.scm
2021-01-13 23:45:53 -05:00
Maxim Cournoyer 734bcf1313
gnu: gobject-introspection: Update to 1.66.1.
* gnu/packages/glib.scm (gobject-introspection): Update to 1.66.1.
2021-01-13 22:10:36 -05:00
Marius Bakke bbe4ed65ed
Merge branch 'master' into ungrafting 2020-12-21 23:42:10 +01:00
Marius Bakke 034cfbd244
gnu: glib: Increase test timeout on armhf-linux.
* gnu/packages/glib.scm (glib)[arguments]: Add phase to adjust test timeouts
to account for slower systems.
2020-12-20 19:09:22 +01:00
Marius Bakke 77577c03aa
gnu: glib: Disable SELinux support.
It was added mainly because the build system previously could not cope with
SELinux being missing.

* gnu/packages/glib.scm (glib)[propagated-inputs]: Remove LIBSELINUX.
[arguments]: Add #:configure-flags.
2020-12-17 00:15:49 +01:00
Mark H Weaver 359f841c5d
gnu: gobject-introspection: Restore a comment.
* gnu/packages/glib.scm (gobject-introspection)[propagated-inputs]: Restore a
comment deleted in commit c3264f9e10.
2020-12-15 13:12:42 -05:00
Ludovic Courtès 52ef5b3847
gnu: glib: Remove replacement with GIO appinfo patch.
* gnu/packages/glib.scm (glib)[replacement]: Remove.
[source]: Add "glib-appinfo-watch.patch".
(glib-with-gio-patch): Remove.
2020-12-08 11:00:11 +01:00
Ludovic Courtès 68d5529bc5
gnu: dbus: Remove replacement.
* gnu/packages/glib.scm (dbus)[replacement]: Remove.
[source]: Add "dbus-CVE-2020-12049.patch".
(dbus/fixed): Remove.
2020-12-08 10:57:35 +01:00
Marius Bakke 5b580c0a28
Revert "gnu: gobject-introspection: Update to 1.64.1."
This reverts commit 0382e6a4e6.
2020-12-01 23:05:31 +01:00
Raghav Gururajan c2c0244ec3
gnu: gobject-introspection: Update synopsis, description, home-page and license.
* gnu/packages/glib.scm (gobject-introspection) [synopsis]: Modify.
[description]: Modify.
[home-page]: Modify.
[license]: Modify.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-12-01 22:06:03 +01:00
Raghav Gururajan 0382e6a4e6
gnu: gobject-introspection: Update to 1.64.1.
* gnu/packages/glib.scm (gobject-introspection) [version]: Update to 1.64.1.
[arguments]<#:glib-or-gtk?>: New argument.
<#:phases>: Remove all phases.
[native-inputs]: Add bison and flex.
[inputs]: Remove bison, flex, glib and zlib.
[propagated-inputs]: Add glib.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-12-01 22:06:03 +01:00
Raghav Gururajan c3264f9e10
gnu: gobject-introspection: Make some cosmetic changes.
* gnu/packages/glib.scm (gobject-introspection): Make some cosmetic changes.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-12-01 22:06:03 +01:00
Christopher Baines ff01206345
Merge remote-tracking branch 'origin/master' into core-updates 2020-11-29 17:34:18 +00:00
Ludovic Courtès ed2545f0fa
gnu: dbus: Downgrade to 1.12.20.
DBus follows an even/odd release policy and 1.13 is thus unstable, as
pointed out by Marius Bakke on IRC.

* gnu/packages/glib.scm (dbus): Downgrade to 1.12.20.
2020-11-28 21:16:41 +01:00
Ludovic Courtès 8ae794ed4b
gnu: dbus: Update to 1.13.18.
* gnu/packages/glib.scm (dbus): Update to 1.13.18.
[source]: Remove "dbus-CVE-2020-12049.patch".
* gnu/packages/patches/dbus-CVE-2020-12049.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-11-28 18:47:25 +01:00
Ludovic Courtès 4078b9acff
gnu: dbus: Remove replacement.
* gnu/packages/glib.scm (dbus)[replacement]: Remove.
[source]: Add "dbus-CVE-2020-12049.patch".
(dbus/fixed): Remove.
2020-11-19 22:36:03 +01:00
Ludovic Courtès ae10ec441a
gnu: glib: Graft patch to detect changes to the installed applications.
Fixes <https://bugs.gnu.org/35594>.
Reported by sirgazil <sirgazil@zoho.com> and others.

* gnu/packages/patches/glib-appinfo-watch.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/glib.scm (glib)[replacement]: New field.
(glib-with-gio-patch): New variable.
(glib-with-documentation): Use 'package/inherit'.
2020-11-13 09:13:56 +01:00
Ludovic Courtès 74361d3ee8
gnu: python2-pygobject@2: Shorten patch file name.
The file would not be included in the tarball produced by "make dist"
because its name was too long.

* gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch:
Rename to...
* gnu/packages/patches/python2-pygobject-2-deprecation.patch: ... this.
* gnu/packages/glib.scm (python2-pygobject-2)[source]: Adjust accordingly.
* gnu/local.mk (dist_patch_DATA): Likewise.
2020-11-10 16:43:59 +01:00
Maxim Cournoyer f3d9892011
gnu: glib: Add a debug output.
* gnu/packages/glib.scm (glib)[outputs]: Add "debug".
2020-11-06 15:45:06 -05:00
ruhtra 4fbd3c36c6
gnu: Add dbus-cxx.
* gnu/packages/glib.scm (define-module): Add popt package and cmake build
system.
(dbus-cxx): New package.

Signed-off-by: Miguel Ángel Arruga Vivas <rosen644835@gmail.com>
2020-10-24 02:52:54 +02:00
Maxim Cournoyer 5e2140511c
Merge branch 'staging'
Conflicts:
	gnu/packages/admin.scm
	gnu/packages/commencement.scm
	gnu/packages/gdb.scm
	gnu/packages/llvm.scm
	gnu/packages/package-management.scm
	gnu/packages/tls.scm
2020-10-19 13:11:40 -04:00
Jan (janneke) Nieuwenhuizen 33415356f6
gnu: glib: Use python-minimal-wrapper instead of python-wrapper.
* gnu/packages/glib.scm (glib)[native-inputs]: Use python-minimal-wrapper
instead of python-wrapper.
2020-10-10 17:13:50 +02:00
Efraim Flashner 31c81fefff
gnu: libsigc++: Remove duplicate definition.
* gnu/packages/glib.scm (libsigc++-2): Remove variable.
(glibmm-2.64)[propagated-inputs]: Adjust accordingly.
* gnu/packages/gtk.scm (cairomm-1.13)[propagated-inputs]: Same.
2020-10-05 14:10:00 +03:00
Tobias Geerinckx-Rice 9d1afee51c
gnu: appstream-glib: Update to 0.7.18.
* gnu/packages/glib.scm (appstream-glib): Update to 0.7.18.
2020-10-05 00:16:57 +02:00
Florian Pelz 0585a0d0d1
gnu: glib: Adhere to '--without-tests' option.
* gnu/packages/glib.scm (glib)[arguments]<#:phases>[configure]:
Only run tests if 'tests?' is true.
2020-10-03 10:36:31 +00:00
Raghav Gururajan 5173bb55ad
gnu: Add glibmm-2.64.
*gnu/packages/glib.scm (glibmm-2.64): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:10:05 +02:00
Raghav Gururajan b3b47dabaf
gnu: Add libsigc++-2.
* gnu/packages/glib.scm (libsigc++-2): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:10:05 +02:00
Ludovic Courtès 1ad332b367
gnu: glib: Hide 'zip' binding from SRFI-1.
* gnu/packages/glib.scm: Hide 'zip' from (srfi srfi-1).
2020-06-25 01:20:31 +02:00
Giacomo Leidi cf66096d51
gnu: template-glib: Update to 3.34.0.
* gnu/packages/glib.scm (template-glib): Update to 3.34.0.

Signed-off-by: Marius Bakke <marius@gnu.org>
2020-06-22 23:52:54 +02:00
Marius Bakke 9a46e0dd84
gnu: dbus: Fix CVE-2020-12049.
* gnu/packages/patches/dbus-CVE-2020-12049.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/glib.scm (dbus/fixed): New variable.
(dbus)[replacement]: New field.
2020-06-02 23:41:35 +02:00
Nicolò Balzarotti 522b1148d1
gnu: Add dbus-test-runner.
* gnu/packages/glib.scm (dbus-test-runner): New variable.

Signed-off-by: Pierre Neidhardt <mail@ambrevar.xyz>
2020-05-14 19:11:26 +02:00
Marius Bakke ff229e6c46
gnu: appstream-glib: Remove unused input.
* gnu/packages/glib.scm (appstream-glib)[inputs]: Remove LIBYAML.
2020-05-13 16:15:30 +02:00
Marius Bakke f589cbc4dc
Merge branch 'master' into core-updates 2020-04-26 13:48:06 +02:00
Efraim Flashner 186f99f0f7
gnu: perl-glib: Update to 1.3292.
* gnu/packages/glib.scm (perl-glib): Update to 1.3292.
2020-04-26 10:22:14 +03:00
Kei Kebreau 9064cde1a9
gnu: telepathy-glib: Disable failing tests.
* gnu/packages/glib.scm (telepathy-glib)[arguments]: Add phase to disable
failing tests.

(cherry picked from commit 9049e4d808f241dd88ddcb6a0f74b0766624fb08)
2020-04-18 16:51:28 -04:00
Kei Kebreau a645a5a3bd
gnu: dbus-glib: Update to 0.110.
* gnu/packages/glib.scm (dbus-glib): Update to 0.110.

(cherry picked from commit cff7f2f521a662d0dc01a07b5d7c2c61a7b47072)
2020-04-18 16:49:55 -04:00
Marius Bakke 0eb56ccbd6
gnu: libsigc++: Update to 2.10.3.
* gnu/packages/glib.scm (libsigc++): Update to 2.10.3.
2020-03-26 22:35:37 +01:00
Marius Bakke 235a4d61d0
gnu: GLib: Update to 2.62.6.
* gnu/packages/glib.scm (glib): Update to 2.62.6.
2020-03-26 22:35:34 +01:00
Marius Bakke aec34459a3
gnu: glib: Update to 2.62.5.
* gnu/packages/glib.scm (glib): Update to 2.62.5.
2020-03-05 23:36:04 +01:00
Marius Bakke ebb7cf9e21
Merge branch 'master' into core-updates 2020-03-04 23:16:17 +01:00
Marius Bakke c1a86b666f
gnu: appstream-glib: Update to 0.7.17.
* gnu/packages/patches/appstream-glib-2020.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/glib.scm (appstream-glib): Update to 0.7.17.
[source](patches): Remove.
2020-03-04 22:06:22 +01:00
Tobias Geerinckx-Rice e85af13724
gnu: Update pypi.python.org home pages & use HTTPS.
* gnu/packages/check.scm (python-unittest2, python-pytest-localserver)
(python-discover)[home-page]: Follow (HTTPS) redirections.
* gnu/packages/fontutils.scm (python2-defcon)[home-page]: Likewise.
* gnu/packages/glib.scm (python2-pygobject-2)[home-page]: Likewise.
* gnu/packages/graph.scm (python-igraph)[home-page]: Likewise.
* gnu/packages/graphviz.scm (xdot)[home-page]: Likewise.
* gnu/packages/pdf.scm (python-poppler-qt5)[home-page]: Likewise.
* gnu/packages/python-web.scm (python-zope-event, python-zope-testing)
(python-zope-testrunner, python-zope-i18nmessageid, python-zope-schema)
(python-zope-configuration, python-zope-proxy, python-zope-location)
(python-zope-security))[home-page]: Likewise.
* gnu/packages/python-xyz.scm (python-setuptools,python-six)
(python2-dogtail, python2-enum, python-enum34, python-unidecode)
(python-numpydoc, python-decorator, python-drmaa, python-pathlib2)
(python-ly, python-msgpack, python-termcolor, python-colorama)
(python-pluggy, python2-pathlib2, python-rfc3987)[home-page]: Likewise.
2020-03-04 21:30:57 +01:00
Marius Bakke 6457ae1339
gnu: telepathy-glib: Fix test failure.
* gnu/packages/patches/telepathy-glib-channel-memory-leak.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/glib.scm (telepathy-glib)[source](patches): Add it.
2020-02-15 22:02:55 +01:00
Marius Bakke cc9c83c55d
gnu: python-pygobject: Update to 3.34.0.
* gnu/packages/glib.scm (python-pygobject): Update to 3.34.0.
[source](modules, snippet): New fields.  Delete failing tests identified by
commit 622d702f7e.
[build-system]: Change to MESON-BUILD-SYSTEM.
[arguments]: Remove.
[native-inputs]: Remove WHICH and DBUS.
(python2-pygobject)[build-system]: Change to PYTHON-BUILD-SYSTEM.
[arguments]: New field.  Copy old phase from python-pygobject.
[native-inputs]: Remove WHICH and DBUS.
(python-pygobject-3.34.0): Remove variable.
2020-01-24 20:44:34 +01:00
Marius Bakke 49d7167328
gnu: gobject-introspection: Update to 1.62.0.
* gnu/packages/glib.scm (gobject-introspection): Update to 1.62.0.
2020-01-24 20:44:29 +01:00
Marius Bakke c825720826
gnu: glibmm: Update to 2.62.0.
* gnu/packages/glib.scm (glibmm): Update to 2.62.0.
2020-01-23 23:19:52 +01:00
Marius Bakke 23572ded70
gnu: glib: Update to 2.62.4.
* gnu/packages/glib.scm (glib): Update to 2.62.4.
[arguments]: Adjust for renamed file.
2020-01-23 23:18:36 +01:00
Marius Bakke f2821deb96
gnu: glib: Remove redundant input.
* gnu/packages/glib.scm (glib)[inputs]: Remove.
2020-01-23 23:17:47 +01:00
Marius Bakke bb93042c8b
gnu: util-linux: Move libraries to separate output.
Fixes <https://bugs.gnu.org/37732>.
Reported by Diego Nicola Barbato <dnbarbato@posteo.de>.

* gnu/packages/linux.scm (util-linux)[outputs]: Add "lib".
[arguments]: Update #:configure-flags and the "move-static-libraries" phase
accordingly.  Add phases "patch-build-scripts" and "adjust-pkg-config-files".
(e2fsprogs, psm, mtd-utils, f2fs-tools, f2fs-tools-1.7, eudev,
xfsprogs)[inputs]: Change to the "lib" output of UTIL-LINUX.
(btrfs-progs)[inputs]: Remove duplicate UTIL-LINUX inputs and change to use
the "lib" output.
* gnu/packages/admin.scm (pam-mount)[inputs]: Add UTIL-LINUX:LIB.
(testdisk)[inputs]: Change to the "lib" output of UTIL-LINUX.
* gnu/packages/android.scm (abootimg)[inputs]: Likewise.
* gnu/packages/audio.scm (jack-1)[propagated-inputs]: Likewise.
* gnu/packages/bootloaders.scm (syslinux, vboot-utils)[inputs]: Likewise.
* gnu/packages/chez.scm (chez-scheme)[inputs]: Likewise.
* gnu/packages/cryptsetup.scm (cryptsetup, cryptsetup-static)[inputs]: Likewise.
* gnu/packages/databases.scm (postgresql, 4store)[inputs]: Likewise.
* gnu/packages/disk.scm (ndctl, gptfdisk, fdisk, gparted, rmlint,
volume-key)[inputs]: Likewise.
(parted)[inputs]: Likewise.
[native-inputs]: Add UTIL-LINUX.
* gnu/packages/efi.scm (sbsigntools)[inputs]: Add UTIL-LINUX:LIB.
* gnu/packages/engineering.scm (lib3mf)[inputs]: Change to the "lib" output of
UTIL-LINUX.
* gnu/packages/enlightenment.scm (efl)[propagated-inputs]: Likewise.
* gnu/packages/file-systems.scm (glusterfs, jfsutils, zfs)[inputs]: Likewise.
* gnu/packages/firmware.scm (ovmf)[inputs]: Likewise.
* gnu/packages/fontutils.scm (fontconfig)[propagated-inputs]: Likewise.
* gnu/packages/freedesktop.scm (localed)[inputs]: Likewise.
* gnu/packages/glib.scm (glib, appstream-glib)[propagated-inputs]: Likewise.
* gnu/packages/gnome.scm (tracker, gnome-terminal)[inputs]: Likewise.
* gnu/packages/jupyter.scm (xeus)[inputs]: Likewise.
* gnu/packages/kde.scm (kpmcore)[inputs]: Likewise.
* gnu/packages/kodi.scm (crossguid)[inputs]: Likewise.
* gnu/packages/lighting.scm (ola)[inputs]: Likewise.
* gnu/packages/music.scm (libgig)[inputs]: Likewise.
* gnu/packages/nfs.scm (nfs-utils)[inputs]: Likewise.
* gnu/packages/opencog.scm (opencog)[inputs]: Likewise.
* gnu/packages/package-management.scm (msitools)[inputs]: Change to the "lib"
output of UTIL-LINUX.
* gnu/packages/password-utils.scm (pwsafe)[inputs]: Likewise.
* gnu/packages/telephony.scm (pjproject)[propagated-inputs]: Likewise.
* gnu/packages/rdf.scm (rasqal)[inputs]: Likewise.
* gnu/packages/search.scm (xapian)[inputs]: Likewise.
* gnu/packages/sssd.scm (sssd)[native-inputs]: Likewise.
* gnu/packages/storage.scm (ceph)[inputs]: Add UTIL-LINUX:LIB.
* gnu/packages/task-management.scm (taskwarrior)[inputs]: Change to the "lib"
output of UTIL-LINUX.
* gnu/packages/virtualization.scm (libvirt, xen)[inputs]: Likewise.
* gnu/packages/xorg.scm (libsm)[inputs]: Likewise.
2020-01-15 00:24:28 +01:00
Danny Milosavljevic 0bcc1b14fc
gnu: glib: Fix g_app_info_get_default_for_type.
Fixes <https://bugs.gnu.org/38524>.
Reported by Reza Alizadeh Majd <r.majd@pantherx.org>.

* gnu/packages/glib.scm (glib)[arguments]<#:phases>[patch-gio-launch-desktop]:
New phase.
[move-executables]: Modify.
2020-01-14 01:59:04 +01:00