Age | Commit message (Expand) | Author |
2018-12-08 | 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.
| Marius Bakke |
2018-12-06 | gnu: arc-theme: Update to 20181022 and fix build....* gnu/packages/gnome.scm (arc-theme)[version]: Update to 20181022.
[source]: Use new fork, change to git-fetch.
[inputs]: Remove and move gtk+ to native-inputs.
[native-inputs]: Add gtk+, glib:bin, gnome-shell, inkscape, optipng and sassc.
[home-page]: Adapt to new fork.
[license]: Fix to GPL 3 or later (gpl3+).
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Björn Höfling |
2018-11-29 | gnu: libbonobo: Build sequentially....See
<https://berlin.guixsd.org/log/5mr1fyac5kyz41zwmnf4b0wm7vl42ryv-libbonobo-2.32.1>
for an example of a parallel build failure:
CCLD echo-client-2
CCLD bonobo-echo-2
ld: libEcho.a(Bonobo_Sample_Echo-stubs.o): in function `Bonobo_Sample_Echo_echo':
/tmp/guix-build-libbonobo-2.32.1.drv-0/libbonobo-2.32.1/samples/echo/Bonobo_Sample_Echo-stubs.c:12: undefined reference to `Bonobo_Sample_Echo__iinterface'
ld: /tmp/guix-build-libbonobo-2.32.1.drv-0/libbonobo-2.32.1/samples/echo/Bonobo_Sample_Echo-stubs.c:12: undefined reference to `Bonobo_Sample_Echo__classid'
ld: /tmp/guix-build-libbonobo-2.32.1.drv-0/libbonobo-2.32.1/samples/echo/Bonobo_Sample_Echo-stubs.c:12: undefined reference to `_ORBIT_skel_small_Bonobo_Sample_Echo_echo'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:488: echo-client-2] Error 1
* gnu/packages/gnome.scm (libbonobo)[arguments]: Add #:parallel-build?.
| Ludovic Courtès |
2018-11-27 | gnu: orbit2: Specify upstream name....* gnu/packages/gnome.scm (orbit2)[properties]: New field.
| Ludovic Courtès |
2018-11-27 | gnu: orbit2: Do not build static libraries....* gnu/packages/gnome.scm (orbit2)[arguments]: Add "--disable-static" to
#:configure-flags.
| Ludovic Courtès |
2018-11-24 | Merge branch 'master' into core-updates | Marius Bakke |
2018-11-24 | gnu: rhythmbox: Update hash of patch....* gnu/packages/gnome.scm (rhythmbox)[source]: Update hash of the applied
patch.
| Mark H Weaver |
2018-11-22 | Merge branch 'master' into core-updates | Marius Bakke |
2018-11-21 | gnu: vte-ng: Update to 0.54.2.a....* gnu/packages/gnome.scm (vte-ng): Update to 0.54.2.a.
| Marius Bakke |
2018-11-21 | gnu: vte-ng: Fetch source using git....* gnu/packages/gnome.scm (vte-ng)[source]: Rewrite in terms of GIT-FETCH.
| Marius Bakke |
2018-11-21 | gnu: vte-ng: Add a home page....* gnu/packages/gnome.scm (vte-ng)[home-page]: New field.
| Marius Bakke |
2018-11-05 | Merge branch 'master' into core-updates | Marius Bakke |
2018-11-05 | gnu: libsoup: Update to 2.64.2....* gnu/packages/gnome.scm (libsoup): Update to 2.64.2.
| Marius Bakke |
2018-11-03 | gnu: totem: Update to 3.26.2....* gnu/packages/gnome.scm (totem): Update to 3.26.2.
| Ludovic Courtès |
2018-10-22 | Merge branch 'master' into core-updates | Marius Bakke |
2018-10-21 | gnu: eolie: Update to 0.9.45....* gnu/packages/gnome.scm (eolie): Update to 0.9.45.
| Ricardo Wurmus |
2018-10-21 | Merge branch 'master' into core-updates | Marius Bakke |
2018-10-21 | gnu: libgxps: Update to 0.3.0....* gnu/packages/gnome.scm (libgxps): Update to 0.3.0.
[source](patches): Remove.
[build-system]: Switch to MESON-BUILD-SYSTEM.
[inputs]: Change LIBJPEG to LIBJPEG-TURBO.
* gnu/packages/patches/libgxps-CVE-2017-11590.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Marius Bakke |
2018-10-21 | gnu: libgxps: Propagate required inputs....* gnu/packages/gnome.scm (libgxps)[inputs]: Move CAIRO, GLIB and LIBARCHIVE ...
[propagated-inputs]: ... here. New field.
| Marius Bakke |
2018-10-20 | gnu: Add soundconverter....* gnu/packages/gnome.scm (soundconverter): New variable.
* gnu/packages/patches/soundconverter-remove-gconf-dependency.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Christopher Baines |
2018-10-05 | Merge branch 'master' into core-updates | Marius Bakke |
2018-09-27 | gnu: eolie: Update to 0.9.38....* gnu/packages/gnome.scm (eolie): Update to 0.9.38.
| Ricardo Wurmus |
2018-09-26 | Merge branch 'master' into core-updates | Marius Bakke |
2018-09-26 | gnu: gspell: Update to 1.8.1....* gnu/packages/gnome.scm (gspell): Update to 1.8.1.
[propagated-inputs]: Change ENCHANT-1.6 to ENCHANT.
| Marius Bakke |
2018-09-26 | gnu: enchant: Update to 2.2.3....* gnu/packages/enchant.scm (enchant): Update to 2.2.3.
[arguments]: Add "--enable-relocatable" to #:configure-flags.
[native-inputs]: Add UNITTEST-CPP.
(enchant-1.6): New public variable.
* gnu/packages/fcitx.scm (fcitx)[inputs]: Change ENCHANT to ENCHANT-1.6.
* gnu/packages/gnome.scm (gspell): Likewise.
* gnu/packages/mate.scm (pluma): Likewise.
* gnu/packages/gtk.scm (gtkspell3)[propagated-inputs]: Likewise.
[inputs]: Remove duplicate ENCHANT.
| Marius Bakke |
2018-09-24 | gnu: eolie: Update to 0.9.37....* gnu/packages/gnome.scm (eolie): Update to 0.9.37.
[source]: Fetch from gitlab.
[build-system]: Use meson-build-system.
[arguments]: Remove custom phases; set #:glib-or-gtk?.
[native-inputs]: Remove meson-for-build and ninja; add glib:bin.
[inputs]: Add python-pyfxa and python-pycrypto.
| Ricardo Wurmus |
2018-09-24 | gnu: workrave: Use Guix's built-in bootstrap phase....* gnu/packages/gnome.scm (workrave)[arguments]: Remove
'autoconf' phase.
| Tobias Geerinckx-Rice |
2018-09-23 | gnu: eolie: Use webkitgtk-2.22....* gnu/packages/gnome.scm (eolie)[native-inputs]: Add gcc-7:lib.
[inputs]: Replace webkitgtk with webkitgtk-2.22.
[arguments]: Add "gcc:lib" to the list of libraries to add to
LD_LIBRARY_PATH. Use invoke.
| Mark H Weaver |
2018-09-23 | gnu: epiphany: Use webkitgtk-2.22....* gnu/packages/gnome.scm (epiphany)[native-inputs]: Add gcc-7.
[inputs]: Replace webkitgtk with webkitgtk-2.22.
| Mark H Weaver |
2018-09-21 | gnu: workrave: Update to 1.10.21....* gnu/packages/gnome.scm (workrave): Update to 1.10.21.
[source]: Use GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2018-09-20 | Merge branch 'master' into core-updates | Marius Bakke |
2018-09-20 | gnu: eolie: Update home page....* gnu/packages/gnome.scm (eolie)[home-page]: Set to wiki.gnome.org/Apps/Eolie.
| Marius Bakke |
2018-09-19 | gnu: shotwell: Update to 0.28.4....* gnu/packages/gnome.scm (shotwell): Update to 0.28.4.
| Leo Famulari |
2018-09-09 | Merge branch 'master' into core-updates | Marius Bakke |
2018-09-09 | gnu: libsoup: Update to 2.64.0....* gnu/packages/gnome.scm (libsoup): Update to 2.64.0.
[inputs]: Add LIBPSL.
| Marius Bakke |
2018-08-28 | gnu: vala: Update to 0.40.9....* gnu/packages/gnome.scm (vala): Update to 0.40.9.
| Marius Bakke |
2018-08-25 | Merge branch 'staging' into core-updates | Marius Bakke |
2018-08-22 | Merge branch 'master' into staging | Marius Bakke |
2018-08-20 | gnu: xpad: Update to 5.1.0....* gnu/packages/gnome.scm (xpad): Update to 5.1.0.
[arguments]: Remove obsolete ‘run-autogen’ phase.
| Tobias Geerinckx-Rice |
2018-08-19 | gnu: libgsf: Update to 1.14.44....* gnu/packages/gnome.scm (libgsf): Update to 1.14.44.
| Marius Bakke |
2018-08-19 | Merge branch 'staging' | Marius Bakke |
2018-08-17 | gnu: lollypop: Update to 0.9.521....* gnu/packages/gnome.scm (lollypop)[version]: Update to 0.9.521.
[source]: Change the URL, as the project has moved on gitlab.gnome.org. Update
the uri and sha256.
[home-page]: Change to wiki.gnome.org as the previous URL 404's.
| Christopher Baines |
2018-08-17 | gnu: Use HTTPS for gtk.org....* gnu/packages/gimp.scm (babl)[source]: Use HTTPS for ftp.gtk.org.
* gnu/packages/gnome.scm (rest)[home-page]: Use HTTPS for www.gtk.org.
* gnu/packages/gtk.scm (gtk+-2, gtk-doc)[home-page]: Likewise.
| Tobias Geerinckx-Rice |
2018-08-16 | Merge branch 'master' into staging | Marius Bakke |
2018-08-14 | gnu: gdm: Fix CVE-2018-14424....* gnu/packages/patches/gdm-CVE-2018-14424.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (gdm): Use it.
| Leo Famulari |
2018-08-13 | Merge branch 'staging' into core-updates | Ricardo Wurmus |
2018-08-10 | gnu: libsoup: Update to 2.62.3....* gnu/packages/gnome.scm (libsoup): Update to 2.62.3.
| Marius Bakke |
2018-08-10 | Merge branch 'master' into staging | Marius Bakke |
2018-08-09 | gnu: gusb: Update to 0.3.0....* gnu/packages/gnome.scm (gusb): Update to 0.3.0.
[source](uri): Adjust tarball name.
[build-system]: Switch to MESON-BUILD-SYSTEM.
[native-inputs]: Remove AUTOCONF, AUTOMAKE and LIBTOOL.
[arguments]: Remove #:phases.
| Marius Bakke |
2018-08-08 | gnu: epiphany: Correctly set the library RUNPATH....* gnu/packages/gnome.scm (epiphany): Set the runpath in #:configure-flags.
| Leo Famulari |