aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
Commit message (Collapse)AuthorAge
* 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.
* | | Merge branch 'staging' into core-updatesRicardo Wurmus2018-08-13
|\| |
| * | Merge branch 'master' into stagingMarius Bakke2018-08-10
| |\|
| | * 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: 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
| | | |
* | | | Merge branch 'master' into core-updatesMarius Bakke2018-08-01
|\ \ \ \ | | |_|/ | |/| |
| * | | 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.
* | | Merge branch 'master' into core-updatesMarius Bakke2018-07-24
|\| |
| * | 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.
* | Merge branch 'master' into core-updatesRicardo Wurmus2018-06-29
|\|
| * 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.
| * gnu: arc-icon-theme: Fix build.Julien Lepiller2018-06-19
| | | | | | | | | | * gnu/packages/gnome.scm (arc-icon-theme)[arguments]: Do not run configure during the bootstrap phase.
| * gnu: faba-icon-theme: Fix build.Julien Lepiller2018-06-19
| | | | | | | | | | * gnu/packages/gnome.scm (faba-icon-theme)[arguments]: Do not run configure during the bootstrap phase.
| * gnu: cheese: Update to 3.28.0.Rutger Helling2018-06-13
| | | | | | | | * gnu/packages/gnome.scm (cheese): Update to 3.28.0.
| * gnu: rhythmbox: Add a unreleased patch from upstream.Christopher Baines2018-06-09
| | | | | | | | | | * gnu/packages/gnome.scm (rhythmbox)[source]: Add patch from the upstream Git repository, as without this, the package fails to build.
* | gnu: gnome-backgrounds: Update to 3.28.0.Ricardo Wurmus2018-06-29
| | | | | | | | | | * gnu/packages/gnome.scm (gnome-backgrounds): Update to 3.28.0. [build-system]: Use meson-build-system.
* | gnu: vala: Update to 0.40.7.Ricardo Wurmus2018-06-29
| | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (vala): Update to 0.40.7. [native-inputs]: Add grep and sed. [inputs]: Add graphviz. [arguments]: Fix PKG_CONFIG_PATH before building tests; remove obsolete configure flag.
* | gnu: shared-mime-info: Update to 1.9.Tobias Geerinckx-Rice2018-06-12
|/ | | | * gnu/packages/gnome.scm (shared-mime-info): Update to 1.9.