Commit Graph

789 Commits (4c2aaa60568dc8778c55d5a06d67b8b6ba25526b)

Author SHA1 Message Date
Christopher Baines d61a894bfa
gnu: gnome: Add deja-dup.
* gnu/packages/gnome.scm (deja-dup): New variable.
* gnu/packages/patches/deja-dup-use-ref-keyword-for-iter.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch file entry.
2017-07-24 20:05:49 +01:00
Ludovic Courtès 3e6add96c5
gnu: gnome-mime-data: Do not use the bundled intltool.
* gnu/packages/gnome.scm (gnome-mime-data)[arguments]: New field.
2017-07-24 17:11:30 +02:00
Leo Famulari 6c1a317e29
Merge branch 'master' into core-updates 2017-07-23 03:42:12 -04:00
Ricardo Wurmus ab466d79e1
gnu: Add eolie.
* gnu/packages/gnome.scm (eolie): New variable.
2017-07-20 08:41:28 +02:00
Ludovic Courtès a388c951dd
gnu: totem: Do not build static libraries.
* gnu/packages/gnome.scm (totem)[arguments]: Pass "--disable-static".
This reduces the size of Totem from 11 MiB to 9 MiB.
2017-07-19 11:33:02 +02:00
Ludovic Courtès ec5c24f9a8
gnu: totem: Disable automatic plugin installation.
* gnu/packages/gnome.scm (totem)[arguments]: Add #:configure-flags.
2017-07-18 22:46:47 +02:00
Tobias Geerinckx-Rice e4e525096b
gnu: moka-icon-theme: Update to 5.3.6.
* gnu/packages/gnome.scm (moka-icon-theme): Update to 5.3.6.
2017-07-18 13:46:23 +02:00
宋文武 59132b8000
gnu: Rename (gnu packages qemu) to (gnu packages virtualization).
* gnu/packages/qemu.scm: Rename this ...
* gnu/packages/virtualization.scm: ... to this.
* gnu/local.mk (GNU_SYSTEM_MODULES),
gnu/packages/bootloaders.scm, gnu/packages/debug.scm,
gnu/packages/gnome.scm, gnu/system/vm.scm,
gnu/tests/install.scm: Adjust accordingly.
2017-07-15 19:17:37 +08:00
Marius Bakke 5887d554ec
gnu: evince: Fix CVE-2017-1000083.
* gnu/packages/patches/evince-CVE-2017-1000083.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (evince)[source]: Use it.
2017-07-13 21:11:15 +02:00
rennes 64fce63708
gnu: Add lollypop.
* gnu/packages/gnome.scm (lollypop): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-07-11 11:11:52 +02:00
Leo Famulari c8eb2b8c60
Merge branch 'master' into core-updates 2017-07-10 14:37:53 -04:00
Ludovic Courtès 2deb146f6d
gnu: libsoup: Adjust to new GnuTLS certificate-check behavior.
* gnu/packages/gnome.scm (libsoup)[arguments]: Add #:modules.
In 'pre-check' phase, invoke 'certtool'.
[native-inputs]: Add GNUTLS.
2017-07-08 16:39:40 +02:00
Ludovic Courtès 26c228f9b4
gnu: libsoup: Reindent.
* gnu/packages/gnome.scm (libsoup): Reindent.
2017-07-08 16:09:59 +02:00
Kei Kebreau 85c774808f
gnu: gcr: Enable working tests.
* gnu/packages/patches/gcr-disable-failing-tests.patch,
gnu/packages/patches/gcr-fix-collection-tests-to-work-with-gpg-21.patch:
New files.
* gnu/local.mk (dist_patch_DATA): Add patches.
* gnu/packages/gnome.scm (gcr)[source]: Use patches.
[arguments]: Enable tests.
2017-07-03 09:52:59 -04:00
Leo Famulari 1024c8119c
Merge branch 'master' into core-updates 2017-06-29 18:02:17 -04:00
Tobias Geerinckx-Rice 07cabcb156
gnu: evolution-data-server: Update to 3.24.3.
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.24.3.
2017-06-26 16:35:55 +02:00
Tobias Geerinckx-Rice a78507698a
gnu: gnome-tweak-tool: Update to 3.24.1.
* gnu/packages/gnome.scm (gnome-tweak-tool): Update to 3.24.1.
2017-06-26 16:35:55 +02:00
Mark H Weaver ed068b960e
Merge branch 'master' into core-updates 2017-06-26 00:00:58 -04:00
Ludovic Courtès 0c3f8cb8e8
gnu: Add eog-plugins.
* gnu/packages/gnome.scm (eog-plugins): New variable.
2017-06-24 23:28:24 +02:00
Ludovic Courtès 55b7bbd87f
gnu: libpeas: Propagate gobject-introspection.
* gnu/packages/gnome.scm (libpeas)[propagated-inputs]: New field.
2017-06-24 23:28:24 +02:00
rennes 0e5c9cf530
gnu: epiphany: Add gdk-pixbuf input.
* gnu/packages/gnome.scm (epiphany)[inputs]: Add gdk-pixbuf.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24 16:51:12 +02:00
Arun Isaac 148585c240
gnu: Move contents of zip module into compression module.
* gnu/packages/zip.scm (zip, unzip, zziplib, perl-zip): Move to...
* gnu/packages/compression.scm: ...here.
* gnu/packages/zip.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Unregister deleted file.
* po/packages/POTFILES.in: Unregister deleted file.
* gnu/packages/{audio, avr, bioinformatics, busybox, cdrom, ci, compression,
docbook, documentation, fonts, fpga, game-development, games, gl, gnome,
gnuzilla, graphics, guile, haskell, image, java, kodi, ldc, libreoffice,
markup, maths, mc, monitoring, music, php, pretty-print, python, scheme,
smalltalk, statistics, synergy, tex, textutils, video, web-browsers, xml,
zip}.scm, guix/build-system/{ant, font}.scm, guix/{download, packages}.scm:
Adapt module import.
2017-06-20 18:10:35 +05:30
Mark H Weaver 9815739e9b
Merge branch 'master' into core-updates 2017-06-20 00:25:59 -04:00
Efraim Flashner 20b7b75c32
gnu: gnome-planner: Fix building on aarch64.
* gnu/packages/gnome.scm (gnome-planner)[arguments]: Add configure-flag
to set build-target when building on aarch64.
2017-06-19 08:41:54 +03:00
Mark H Weaver 9d4385634d
Merge branch 'master' into core-updates 2017-06-18 02:36:51 -04:00
Marius Bakke 4b926cb6c8
gnu: gnome-planner: Correct license.
This is a followup to d1d739fab0.

* gnu/packages/gnome.scm (gnome-planner)[license]: Change GPL2 to GPL2+.
2017-06-17 15:43:46 +02:00
Chris Marusich d1d739fab0
gnu: Add gnome-planner.
* gnu/packages/gnome.scm (gnome-planner): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-17 14:30:14 +02:00
Kei Kebreau a93f14eaf4
gnu: gnome-calendar: Update to 3.24.3.
* gnu/packages/gnome.scm (gnome-calendar): Update to 3.24.3.
2017-06-16 14:15:29 -04:00
Kei Kebreau 6d7273a04d
gnu: grilo: Add liboauth support.
* gnu/packages/gnome.scm (grilo)[inputs]: Add liboauth and cyrus-sasl.
2017-06-16 11:09:27 -04:00
Kei Kebreau 99dd2af99e
gnu: grilo: Update to 0.3.3.
* gnu/packages/gnome.scm (grilo): Update to 0.3.3.
2017-06-16 11:08:44 -04:00
Kei Kebreau 8cdbaebcbd
gnu: gnome-online-accounts: Update to 3.24.1.
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.24.1.
2017-06-16 10:07:54 -04:00
Kei Kebreau f54efbdc46
gnu: gspell: Update to 1.4.1.
* gnu/packages/gnome.scm (gspell): Update to 1.4.1.
* gnu/packages/patches/gspell-dash-test.patch: Adjust accordingly.
2017-06-15 21:58:37 -04:00
Kei Kebreau 240cee8ab4
gnu: network-manager-applet: Update to 1.8.2.
* gnu/packages/gnome.scm (network-manager-applet): Update to 1.8.2.
[arguments]: Remove "--without-wwan" configure flag.
[inputs]: Add libselinux and modem-manager.
2017-06-15 11:17:28 -04:00
Danny Milosavljevic 324b0040f4
gnu: Move desktop-file-utils to (gnu packages freedesktop).
* gnu/packages/gnome.scm (desktop-file-utils): Move from here ...
* gnu/packages/freedesktop.scm (desktop-file-utils): ... to here.
* gnu/packages/engineering.scm: Import (gnu packages freedesktop).
* gnu/packages/game-development.scm: Import (gnu packages freedesktop).
* gnu/packages/xfce.scm: Import (gnu packages freedesktop).
2017-06-15 09:53:27 +02:00
Kei Kebreau 856ca567cf
gnu: network-manager: Update to 1.8.0.
* gnu/packages/gnome.scm (network-manager): Update to 1.8.0.
[inputs]: Add curl, cyrus-sasl and eudev.
2017-06-15 01:37:31 -04:00
Kei Kebreau 9cf8d93a9e
gnu: libgweather: Update to 3.24.1.
* gnu/packages/gnome.scm (libgweather): Update to 3.24.1.
2017-06-11 19:08:55 -04:00
nee b6821ee051
gnu: Add five-or-more.
* gnu/packages/gnome.scm (five-or-more): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-06-11 14:04:57 -04:00
Marius Bakke 5bace4c8ad
Merge branch 'master' into core-updates
Conflicts:
* gnu/packages/tls.scm (gnutls): Incorporated 3.5.13 graft (88e2511e21).
2017-06-11 02:07:06 +02:00
djwj 7f10628ca8
gnu: libgxps: Add "/" before name in source URL.
* gnu/packages/gnome.scm (libgxps)[source]: Add "/".

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-10 23:39:59 +02:00
Kei Kebreau 9a0968816f
gnu: evince: Enable XPS document support.
* gnu/packages/gnome.scm (evince)[inputs]: Add libarchive and libgxps.
2017-06-09 21:03:35 -04:00
Kei Kebreau 94e10cf4bd
gnu: Add libgxps.
* gnu/packages/gnome.scm (libgxps): New variable.
2017-06-09 21:03:35 -04:00
Marius Bakke ea45e2c500
Merge branch 'master' into core-updates 2017-06-10 02:57:50 +02:00
Marius Bakke 30e760f0cf
gnu: gnome-shell: Fix startup failure.
Fixes <https://bugs.gnu.org/27264>.

* gnu/packages/gnome.scm (gnome-shell)[inputs]: Add LIBRSVG and GEOCLUE.
2017-06-08 18:26:58 +02:00
Marius Bakke 758798a9cb
gnu: geoclue: Create typelib files.
* gnu/packages/gnome.scm (geoclue)[native-inputs]: Add GOBJECT-INTROSPECTION.
2017-06-08 18:26:57 +02:00
Leo Famulari c67d587f94
Merge branch 'master' into core-updates
This merge commit includes a fix for CVE-2017-6512 in Perl 5.26.0.
2017-06-07 12:11:55 -04:00
Marius Bakke f484a50d50
Merge branch 'staging' 2017-06-05 00:36:11 +02:00
Marius Bakke d0c45d2d82
Merge branch 'master' into core-updates
Conflicts:
	gnu/packages/image.scm
        (incorporated libtiff graft)
2017-06-03 17:51:21 +02:00
Kei Kebreau 1ed398d192
gnu: gnumeric: Update to 1.12.34.
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.34.
[native-inputs]: Add docbook-xml and itstool.
2017-05-31 12:25:06 -04:00
Kei Kebreau dfb0323db0
gnu: shotwell: Update to 0.26.1.
* gnu/packages/gnome.scm (shotwell): Update to 0.26.1.
[inputs]: Add libgdata.
2017-05-30 13:13:16 -04:00
Kei Kebreau adc5cb1b49
gnu: Add libgdata.
* gnu/packages/gnome.scm (libgdata): New variable.
* gnu/packages/patches/libgdata-fix-tests.patch,
gnu/packages/patches/libgdata-glib-duplicate-tests.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
2017-05-30 13:13:16 -04:00
Efraim Flashner 5a6527e43d
byzanz: Add file-name for source.
* gnu/packages/gnome.scm (byzanz)[source]: Add file-name field.
2017-05-29 10:16:45 +03:00
Marius Bakke 7a0d78fc52
gnu: gnome-desktop: Update to 3.24.2.
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.24.2.
2017-05-25 00:53:45 +02:00
Marius Bakke 62963f568e
gnu: gnome-disk-utility: Update to 3.24.1.
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.24.1.
2017-05-25 00:53:45 +02:00
Marius Bakke ac89f213e3
gnu: gnome-mines: Update to 3.24.0.
* gnu/packages/gnome.scm (gnome-mines): Update to 3.24.0.
2017-05-25 00:53:45 +02:00
Marius Bakke 34a8af2d9d
gnu: gnome-sudoku: Update to 3.24.0.
* gnu/packages/gnome.scm (gnome-sudoku): Update to 3.24.0.
2017-05-25 00:53:45 +02:00
Marius Bakke e20d997fbf
gnu: gnome-terminal: Update to 3.24.2.
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.24.2.
2017-05-25 00:53:44 +02:00
Marius Bakke becd37043a
gnu: libgweather: Update to 3.24.0.
* gnu/packages/gnome.scm (libgweather): Update to 3.24.0.
2017-05-25 00:53:44 +02:00
Marius Bakke 6481cad754
gnu: gnome-settings-daemon: Update to 3.24.2.
* gnu/packages/gnome.scm (gnome-settings-daemon): Update to 3.24.2.
2017-05-25 00:53:44 +02:00
Marius Bakke 9bf10a7424
gnu: devhelp: Update to 3.24.0.
* gnu/packages/gnome.scm (devhelp): Update to 3.24.0.
2017-05-25 00:53:44 +02:00
Marius Bakke aad56d0e21
gnu: totem: Update to 3.24.0.
* gnu/packages/gnome.scm (totem): Update to 3.24.0.
2017-05-25 00:53:44 +02:00
Marius Bakke 16c2b151a3
gnu: epiphany: Update to 3.24.2.
* gnu/packages/gnome.scm (epiphany): Update to 3.24.2.
2017-05-25 00:53:43 +02:00
Marius Bakke 380cb96e35
gnu: zenity: Update to 3.24.0.
* gnu/packages/gnome.scm (zenity): Update to 3.24.0.
2017-05-25 00:42:43 +02:00
Marius Bakke de20d91058
gnu: mutter: Update to 3.24.2.
* gnu/packages/gnome.scm (mutter): Update to 3.24.2.
2017-05-25 00:42:43 +02:00
Marius Bakke 743aebd78d
gnu: evolution-data-server: Update to 3.24.2.
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.24.2.
[build-system]: Change to CMAKE-BUILD-SYSTEM.
[arguments]<#:configure-flags>: Adjust accordingly. Enable introspection.
<#:phases>: Patch tests after unpack.
[native-inputs]: Change PYTHON to PYTHON-WRAPPER.
[inputs]: Add MIT-KRB5 and OPENLDAP.
2017-05-25 00:42:23 +02:00
Leo Famulari 38f1163c95
Merge branch 'master' into core-updates 2017-05-24 18:02:27 -04:00
Marius Bakke 8f37813e8a
gnu: gdm: Update to 3.24.2.
* gnu/packages/gnome.scm (gdm): Update to 3.24.2.
2017-05-24 23:23:17 +02:00
Marius Bakke 44da12be48
gnu: gnome-control-center: Update to 3.24.2.
* gnu/packages/gnome.scm (gnome-control-center): Update to 3.24.2.
2017-05-24 23:23:17 +02:00
Marius Bakke ce1e6de076
gnu: gnome-shell: Update to 3.24.2.
* gnu/packages/patches/gnome-shell-CVE-2017-8288.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/gnome.scm (gnome-shell): Update to 3.24.2.
[source]: Remove patch.
2017-05-24 23:22:39 +02:00
Marius Bakke ac8f1ce477
gnu: nautilus: Update to 3.24.1.
* gnu/packages/gnome.scm (nautilus): Update to 3.24.1.
2017-05-24 22:59:50 +02:00
Marius Bakke 44b1e86db2
gnu: gnome-calendar: Update to 3.24.2.
* gnu/packages/gnome.scm (gnome-calendar): Update to 3.24.2.
2017-05-24 22:59:49 +02:00
Marius Bakke 6e2fc6c7f6
gnu: gnome-dictionary: Update to 3.24.0.
* gnu/packages/gnome.scm (gnome-dictionary): Update to 3.24.0.
2017-05-24 22:59:49 +02:00
Marius Bakke bc91a80c79
gnu: gnome-tweak-tool: Update to 3.24.0.
* gnu/packages/gnome.scm (gnome-tweak-tool): Update to 3.24.0.
2017-05-24 22:59:49 +02:00
Marius Bakke a5b5fcaead
gnu: gnome-shell-extensions: Update to 3.24.2.
* gnu/packages/gnome.scm (gnome-shell-extensions): Update to 3.24.2.
2017-05-24 22:59:49 +02:00
Marius Bakke 2c2da7ec0c
gnu: gnome-calculator: Update to 3.24.0.
* gnu/packages/gnome.scm (gnome-calculator): Update to 3.24.0.
[inputs]: Add MPC.
2017-05-24 22:59:49 +02:00
Marius Bakke 155f0d69d1
gnu: gnome-system-monitor: Update to 3.24.0.
* gnu/packages/gnome.scm (gnome-system-monitor): Update to 3.24.0.
2017-05-24 22:39:58 +02:00
Marius Bakke 36747eb0da
Merge branch 'master' into staging 2017-05-24 22:12:13 +02:00
Marius Bakke ffaf5cbd36
gnu: libsoup: Update to 2.58.1.
* gnu/packages/gnome.scm (libsoup): Update to 2.58.1.
[arguments]<#:configure-flags>: Specify HTTPD module directory.
[arguments]<#:phases>: Don't load mod_mpm_prefork for tests.
2017-05-24 21:53:10 +02:00
Marius Bakke 6d836f4d83
gnu: vala: Update to 0.36.3.
* gnu/packages/gnome.scm (vala): Update to 0.36.3.
2017-05-24 21:53:10 +02:00
Marius Bakke 8e8fefb622
gnu: gvfs: Update to 1.32.1.
* gnu/packages/gnome.scm (gvfs): Update to 1.32.1.
2017-05-24 21:53:10 +02:00
Marius Bakke 15d34a18c3
gnu: libcroco: Update to 0.6.12.
* gnu/packages/gnome.scm (libcroco/fixed): Remove variable.
(libcroco): Update to 0.6.12.
[source]: Use patches from LIBCROCO/FIXED.
[replacement]: Remove field.
2017-05-24 21:53:10 +02:00
Marius Bakke 0b7b8fb045
gnu: gnome-themes-standard: Update to 3.22.3.
* gnu/packages/gnome.scm (gnome-themes-standard): Update to 3.22.3.
2017-05-24 21:35:19 +02:00
Marius Bakke 8773600542
gnu: clutter-gst: Update to 3.0.24.
* gnu/packages/gnome.scm (clutter-gst): Update to 3.0.24.
2017-05-24 21:35:19 +02:00
Marius Bakke 6a88e4ee64
gnu: clutter: Update to 1.26.2.
* gnu/packages/gnome.scm (clutter): Update to 1.26.2.
2017-05-24 21:35:19 +02:00
Marius Bakke 356f0cef4b
gnu: libchamplain: Update to 0.12.15.
* gnu/packages/gnome.scm (libchamplain): Update to 0.12.15.
2017-05-24 21:35:18 +02:00
Marius Bakke afd8e16b15
gnu: libgee: Update to 0.20.0.
* gnu/packages/gnome.scm (libgee): Update to 0.20.0.
2017-05-24 21:35:18 +02:00
Marius Bakke 6206db897b
gnu: libgtop: Update to 2.36.0.
* gnu/packages/gnome.scm (libgtop): Update to 2.36.0.
2017-05-24 20:40:12 +02:00
Marius Bakke 0ef48cd99e
gnu: tracker: Update to 1.12.0.
* gnu/packages/gnome.scm (tracker): Update to 1.12.0.
[inputs]: Add JSON-GLIB and LIBSOUP.
2017-05-24 20:37:57 +02:00
Marius Bakke 4063a40a4b
gnu: gnome-autoar: Update to 0.2.2.
* gnu/packages/gnome.scm (gnome-autoar): Update to 0.2.2.
2017-05-24 20:29:15 +02:00
Marius Bakke 47b93ae5bf
gnu: libgnomekbd: Update to 3.22.0.1.
* gnu/packages/gnome.scm (libgnomekbd): Update to 3.22.0.1.
2017-05-24 20:25:43 +02:00
Kei Kebreau 144f94d0a2
gnu: gjs: Update to 1.48.3.
* gnu/packages/gnome.scm (gjs): Update to 1.48.3.
[source]: Remove snippet.
[arguments]: Disable failing tests.
[propagated-inputs]: Use mozjs-38 instead of mozjs-24; add cairo.
2017-05-24 11:57:21 -04:00
Ricardo Wurmus d1a914082b
Merge branch 'master' into core-updates 2017-05-24 12:05:47 +02:00
Marius Bakke 52d2a2be1f
gnu: vte-ng: Update to 0.48.3.a.
* gnu/packages/gnome.scm (vte-ng): Update to 0.48.3.a.
2017-05-22 15:28:59 +02:00
Marius Bakke b7c0c756da
gnu: gexiv2: Update to 0.10.6.
* gnu/packages/gnome.scm (gexiv2): Update to 0.10.6.
2017-05-22 15:17:12 +02:00
Marius Bakke 123e816816
gnu: dconf-editor: Update to 3.22.3.
* gnu/packages/gnome.scm (dconf-editor): Update to 3.22.3.
2017-05-22 15:17:08 +02:00
Marius Bakke e6a36cf2f3
gnu: aisleriot: Update to 3.22.2.
* gnu/packages/gnome.scm (aisleriot): Update to 3.22.2.
2017-05-22 15:17:01 +02:00
Marius Bakke f2da7c861b
gnu: vte: Update to 0.48.3.
* gnu/packages/gnome.scm (vte): Update to 0.48.3.
2017-05-22 15:16:40 +02:00
Marius Bakke e4cddbbcac
Merge branch 'master' into staging 2017-05-22 14:56:50 +02:00
Ludovic Courtès 411ba51189
gnu: Add gspell.
* gnu/packages/patches/gspell-dash-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (gspell): New variable.

Co-authored-by: humanitiesNerd <catonano@gmail.com>
2017-05-17 16:20:06 +02:00
Kei Kebreau 86c44e7230
gnu: mutter: Update to 3.24.1.
* gnu/packages/gnome.scm (mutter): Update to 3.24.1.
[source]: Use a release tarball instead of a git checkout.
[arguments]: Enable wayland and the native backend. Add "use-elogind"
phase. Remove "autoreconf" phase.
[propagated-inputs]: Remove wayland and wayland-protocols.
[inputs]: Add elogind and libxtst.
2017-05-14 17:30:11 +02:00
Kei Kebreau 17cf06c385
gnu: gnome-session: Update to 3.24.1.
* gnu/packages/gnome.scm (gnome-session): Update to 3.24.1.
2017-05-14 17:30:11 +02:00