summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
Commit message (Collapse)AuthorAge
* gnu: vinagre: Don't build icon-cache.Efraim Flashner2018-12-30
| | | | | | * gnu/packages/gnome.scm (vinagre)[arguments]: Add custom phase to remove 'gtk-update-icon-cache'. [native-inputs]: Remove gtk+-bin.
* gnu: vinagre: Update package for newer freerdp.Efraim Flashner2018-12-30
| | | | | | | | | | | * gnu/packages/gnome.scm (vinagre)[source]: Update patches. [arguments]: Add custom phase to replace 'freerdp' with 'freerdp2'. Remove configure flags. * gnu/packages/patches/vinagre-revert-1.patch, gnu/packages/patches/vinagre-revert-2.patch: Remove files. * gnu/packages/patches/vinagre-newer-freerdp.patch, gnu/packages/patches/vinagre-newer-rdp-parameters.patch: New files. * gnu/local.mk (dist_patch_DATA): Register changes.
* gnu: gdm: Change locale settings file.Timothy Sample2018-12-30
| | | | | | | * gnu/packages/gnome.scm (gdm)[arguments]: Set the '--with-lang-file' configure flag to '/etc/environment'. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: gdm: Pass XDG_DATA_DIRS into session environment.Timothy Sample2018-12-30
| | | | | | | | * gnu/packages/gnome.scm (gdm)[arguments]: Update the pre-configure phase so that GDM preserves the XDG_DATA_DIRS variable when setting up the session environment. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* 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.
* gnu: arc-theme: Update to 20181022 and fix build.Björn Höfling2018-12-06
| | | | | | | | | | | * 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>
* gnu: libbonobo: Build sequentially.Ludovic Courtès2018-11-29
| | | | | | | | | | | | | | | | | 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?.
* gnu: orbit2: Specify upstream name.Ludovic Courtès2018-11-27
| | | | * gnu/packages/gnome.scm (orbit2)[properties]: New field.
* gnu: orbit2: Do not build static libraries.Ludovic Courtès2018-11-27
| | | | | * gnu/packages/gnome.scm (orbit2)[arguments]: Add "--disable-static" to #:configure-flags.
* Merge branch 'master' into core-updatesMarius Bakke2018-11-24
|\
| * gnu: rhythmbox: Update hash of patch.Mark H Weaver2018-11-24
| | | | | | | | | | * gnu/packages/gnome.scm (rhythmbox)[source]: Update hash of the applied patch.
* | Merge branch 'master' into core-updatesMarius Bakke2018-11-22
|\|
| * gnu: vte-ng: Update to 0.54.2.a.Marius Bakke2018-11-21
| | | | | | | | * gnu/packages/gnome.scm (vte-ng): Update to 0.54.2.a.
| * gnu: vte-ng: Fetch source using git.Marius Bakke2018-11-21
| | | | | | | | * gnu/packages/gnome.scm (vte-ng)[source]: Rewrite in terms of GIT-FETCH.
| * gnu: vte-ng: Add a home page.Marius Bakke2018-11-21
| | | | | | | | * gnu/packages/gnome.scm (vte-ng)[home-page]: New field.
* | Merge branch 'master' into core-updatesMarius Bakke2018-11-05
|\|
| * gnu: libsoup: Update to 2.64.2.Marius Bakke2018-11-05
| | | | | | | | * gnu/packages/gnome.scm (libsoup): Update to 2.64.2.
| * gnu: totem: Update to 3.26.2.Ludovic Courtès2018-11-03
| | | | | | | | * gnu/packages/gnome.scm (totem): Update to 3.26.2.
* | Merge branch 'master' into core-updatesMarius Bakke2018-10-22
|\|
| * gnu: eolie: Update to 0.9.45.Ricardo Wurmus2018-10-21
| | | | | | | | * gnu/packages/gnome.scm (eolie): Update to 0.9.45.
* | Merge branch 'master' into core-updatesMarius Bakke2018-10-21
|\|
| * gnu: libgxps: Update to 0.3.0.Marius Bakke2018-10-21
| | | | | | | | | | | | | | | | | | * 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.
| * gnu: libgxps: Propagate required inputs.Marius Bakke2018-10-21
| | | | | | | | | | * gnu/packages/gnome.scm (libgxps)[inputs]: Move CAIRO, GLIB and LIBARCHIVE ... [propagated-inputs]: ... here. New field.
| * gnu: Add soundconverter.Christopher Baines2018-10-20
| | | | | | | | | | | | * 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.
* | Merge branch 'master' into core-updatesMarius Bakke2018-10-05
|\|
| * gnu: eolie: Update to 0.9.38.Ricardo Wurmus2018-09-27
| | | | | | | | * gnu/packages/gnome.scm (eolie): Update to 0.9.38.
* | Merge branch 'master' into core-updatesMarius Bakke2018-09-26
|\|
| * gnu: gspell: Update to 1.8.1.Marius Bakke2018-09-26
| | | | | | | | | | * gnu/packages/gnome.scm (gspell): Update to 1.8.1. [propagated-inputs]: Change ENCHANT-1.6 to ENCHANT.
| * gnu: enchant: Update to 2.2.3.Marius Bakke2018-09-26
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * gnu: eolie: Update to 0.9.37.Ricardo Wurmus2018-09-24
| | | | | | | | | | | | | | | | | | * 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.
| * gnu: workrave: Use Guix's built-in bootstrap phase.Tobias Geerinckx-Rice2018-09-24
| | | | | | | | | | * gnu/packages/gnome.scm (workrave)[arguments]: Remove 'autoconf' phase.
| * gnu: eolie: Use webkitgtk-2.22.Mark H Weaver2018-09-23
| | | | | | | | | | | | | | * 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.
| * gnu: epiphany: Use webkitgtk-2.22.Mark H Weaver2018-09-23
| | | | | | | | | | * gnu/packages/gnome.scm (epiphany)[native-inputs]: Add gcc-7. [inputs]: Replace webkitgtk with webkitgtk-2.22.
| * gnu: workrave: Update to 1.10.21.Tobias Geerinckx-Rice2018-09-21
| | | | | | | | | | * gnu/packages/gnome.scm (workrave): Update to 1.10.21. [source]: Use GIT-FILE-NAME.
* | Merge branch 'master' into core-updatesMarius Bakke2018-09-20
|\|
| * gnu: eolie: Update home page.Marius Bakke2018-09-20
| | | | | | | | * gnu/packages/gnome.scm (eolie)[home-page]: Set to wiki.gnome.org/Apps/Eolie.
| * gnu: shotwell: Update to 0.28.4.Leo Famulari2018-09-19
| | | | | | | | * gnu/packages/gnome.scm (shotwell): Update to 0.28.4.
* | Merge branch 'master' into core-updatesMarius Bakke2018-09-09
|\|
| * gnu: libsoup: Update to 2.64.0.Marius Bakke2018-09-09
| | | | | | | | | | * gnu/packages/gnome.scm (libsoup): Update to 2.64.0. [inputs]: Add LIBPSL.
* | gnu: vala: Update to 0.40.9.Marius Bakke2018-08-28
| | | | | | | | * gnu/packages/gnome.scm (vala): Update to 0.40.9.
* | Merge branch 'staging' into core-updatesMarius Bakke2018-08-25
|\ \
| * | Merge branch 'master' into stagingMarius Bakke2018-08-22
| |\|
| | * gnu: xpad: Update to 5.1.0.Tobias Geerinckx-Rice2018-08-20
| | | | | | | | | | | | | | | * gnu/packages/gnome.scm (xpad): Update to 5.1.0. [arguments]: Remove obsolete ‘run-autogen’ phase.
| | * Merge branch 'staging'Marius Bakke2018-08-19
| | |\
| | * | gnu: lollypop: Update to 0.9.521.Christopher Baines2018-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| | * | gnu: Use HTTPS for gtk.org.Tobias Geerinckx-Rice2018-08-17
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | | gnu: libgsf: Update to 1.14.44.Marius Bakke2018-08-19
| | |/ | |/| | | | | | | * gnu/packages/gnome.scm (libgsf): Update to 1.14.44.
| * | Merge branch 'master' into stagingMarius Bakke2018-08-16
| |\|
| | * gnu: gdm: Fix CVE-2018-14424.Leo Famulari2018-08-14
| | | | | | | | | | | | | | | | | | * 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.
| | * gnu: libsoup: Update to 2.62.3.Marius Bakke2018-08-10
| | | | | | | | | | | | * gnu/packages/gnome.scm (libsoup): Update to 2.62.3.