summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
Commit message (Collapse)AuthorAge
* 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.
* gnu: eolie: Update to 0.9.45.Ricardo Wurmus2018-10-21
| | | | * gnu/packages/gnome.scm (eolie): Update to 0.9.45.
* 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.
* gnu: eolie: Update to 0.9.38.Ricardo Wurmus2018-09-27
| | | | * gnu/packages/gnome.scm (eolie): Update to 0.9.38.
* 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.
* 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.
* 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: 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
|\
| * Merge branch 'master' into stagingMarius Bakke2018-08-16
| |\
| * \ Merge branch 'master' into stagingMarius Bakke2018-08-10
| |\ \
| * | | gnu: epiphany: Correctly set the library RUNPATH.Leo Famulari2018-08-08
| | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (epiphany): Set the runpath in #:configure-flags.
| * | | Merge branch 'master' into stagingMarius Bakke2018-08-07
| |\ \ \
| * \ \ \ Merge branch 'master' into stagingMarius Bakke2018-07-28
| |\ \ \ \
| * | | | | gnu: libgsf: Update to 1.14.43.Marius Bakke2018-07-22
| | | | | |
* | | | | | 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: 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.
* | | | gnu: gusb: Update to 0.3.0.Marius Bakke2018-08-09
| |_|/ |/| | | | | | | | | | | | | | | | | | | | * 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.
* | | gnu: upower: Add explicit dependency on Glib.Marius Bakke2018-08-01
| | | | | | | | | | | | * gnu/packages/gnome.scm (upower)[propagated-inputs]: New field.
* | | gnu: upower: Update to 0.99.8.Marius Bakke2018-08-01
| |/ |/| | | | | | | | | | | | | * gnu/packages/gnome.scm (upower): Update to 0.99.8. [source](uri): Change to new download location*. [arguments]: Remove #:phases. * https://lists.freedesktop.org/archives/devkit-devel/2018-June/001829.html
* | gnu: dconf: Update to 0.28.0.Marius Bakke2018-07-28
| | | | | | | | | | | | | | * gnu/packages/gnome.scm (dconf): Update to 0.28.0. [build-system]: Switch to MESON-BUILD-SYSTEM. [arguments]: Adjust accordingly. [native-inputs]: Add VALA and GLIB:BIN.
* | gnu: dconf: Update license.Marius Bakke2018-07-28
| | | | | | | | * gnu/packages/gnome.scm (dconf)[license]: Change from LGPL2.1 to LGPL2.1+.
* | gnu: dconf: Install GTK documentation.Marius Bakke2018-07-28
| | | | | | | | | | * gnu/packages/gnome.scm (dconf)[native-inputs]: Add GTK-DOC. [arguments]: Adjust #:configure-flags accordingly.
* | gnu: dconf: Adjust inputs and remove obsolete workaround.Marius Bakke2018-07-28
| | | | | | | | | | | | | | * gnu/packages/gnome.scm (dconf)[inputs]: Remove GLIB and LIBXML2. [propagated-inputs]: Add GLIB. [native-inputs]: Add LIBXML2. Remove INTLTOOL. [arguments]: Remove #:phases.
* | gnu: faba-icon-theme: Fix build.Julien Lepiller2018-07-13
| | | | | | | | | | * gnu/packages/gnome.scm (faba-icon-theme)[arguments]: Disable running gtk-update-icon-cache after installation.
* | Merge branch 'staging'Marius Bakke2018-07-13
|\|
| * gnu: gnome-dictionary: Fix install phase.Marius Bakke2018-07-09
| | | | | | | | | | * gnu/packages/gnome.scm (gnome-dictionary)[arguments]: Add phase to prevent post-install script from running.
* | gnu: faba-icon-theme: Switch to meson-build-system.Vasile Dumitrascu2018-07-13
| | | | | | | | | | | | | | * gnu/packages/gnome.scm (faba-icon-theme): [build-system]: Switch to meson-build-system. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: faba-icon-theme: Update to 4.3.Vasile Dumitrascu2018-07-13
| | | | | | | | | | | | * gnu/packages/gnome.scm (faba-icon-theme) Update to 4.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: moka-icon-theme: Update to 5.4.0.Vasile Dumitrascu2018-07-13
| | | | | | | | | | | | * gnu/packages/gnome.scm (moka-icon-theme): Update to 5.4.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: vte-ng: Update to 0.52.2.a.Marius Bakke2018-07-09
| | | | | | | | | | * gnu/packages/gnome.scm (vte-ng): Update to 0.52.2.a. [arguments]: Remove #:configure-flags.
* | gnu: vte-ng: Use "invoke".Marius Bakke2018-07-09
|/ | | | * gnu/packages/gnome.scm (vte-ng)[arguments]: Call INVOKE instead of SYSTEM*.
* gnu: clutter-gtk: Update to 1.8.4.Tobias Geerinckx-Rice2018-07-04
| | | | * gnu/packages/gnome.scm (clutter-gtk): Update to 1.8.4.
* gnu: totem: Update to 3.26.1.Tobias Geerinckx-Rice2018-07-04
| | | | | | | I did not re-enable #:parallel-build? because I was unable to reproduce the original failure in the first place. * gnu/packages/gnome.scm (totem): Update to 3.26.1.
* gnu: epiphany: Update to 3.28.3.1 [fixes CVE-2018-{11396,12016}].Mark H Weaver2018-06-25
| | | | * gnu/packages/gnome.scm (epiphany): Update to 3.28.3.1.
* gnu: workrave: Edit description.Tobias Geerinckx-Rice2018-06-22
| | | | * gnu/packages/gnome.scm (workrave)[description]: Edit and mark up.
* gnu: gnome-dictionary: Update to 3.26.1.Ludovic Courtès2018-06-22
| | | | | | * gnu/packages/gnome.scm (gnome-dictionary): Update to 3.26.1. [build-system]: Switch to MESON-BUILD-SYSTEM. [arguments]; New field.
* Fix some more lonely unquotes.Tobias Geerinckx-Rice2018-06-20
| | | | | | | | | | | * gnu/packages/gnome.scm (workrave)[inputs]: Move unquote to its operand. * gnu/packages/java.scm (java-asm-bootstrap)[propagated-inputs]: Likewise. * gnu/packages/maven.scm (maven-compat)[native-inputs]: Likewise. (maven)[inputs]: Likewise. * gnu/packages/networking.scm (amule)[inputs]: Likewise. * gnu/packages/wm.scm (nitrogen)[native-inputs]: Likewise.