summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'staging' into core-updatesRicardo Wurmus2018-08-131-23/+14
|\
| * Merge branch 'master' into stagingMarius Bakke2018-08-101-19/+6
| |\
| | * 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 Bakke2018-08-091-19/+6
| * | gnu: epiphany: Correctly set the library RUNPATH.•••* gnu/packages/gnome.scm (epiphany): Set the runpath in #:configure-flags. Leo Famulari2018-08-081-2/+6
| * | Merge branch 'master' into stagingMarius Bakke2018-08-071-15/+9
| |\|
| * | Merge branch 'master' into stagingMarius Bakke2018-07-281-52/+31
| |\ \
| * | | gnu: libgsf: Update to 1.14.43.Marius Bakke2018-07-221-2/+2
* | | | Merge branch 'master' into core-updatesMarius Bakke2018-08-011-44/+25
|\ \ \ \ | | |_|/ | |/| |
| * | | gnu: upower: Add explicit dependency on Glib.•••* gnu/packages/gnome.scm (upower)[propagated-inputs]: New field. Marius Bakke2018-08-011-0/+3
| * | | gnu: upower: Update to 0.99.8.•••* 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 Marius Bakke2018-08-011-15/+6
| | |/ | |/|
| * | gnu: dconf: Update to 0.28.0.•••* 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. Marius Bakke2018-07-281-9/+8
| * | gnu: dconf: Update license.•••* gnu/packages/gnome.scm (dconf)[license]: Change from LGPL2.1 to LGPL2.1+. Marius Bakke2018-07-281-1/+1
| * | gnu: dconf: Install GTK documentation.•••* gnu/packages/gnome.scm (dconf)[native-inputs]: Add GTK-DOC. [arguments]: Adjust #:configure-flags accordingly. Marius Bakke2018-07-281-1/+2
| * | gnu: dconf: Adjust inputs and remove obsolete workaround.•••* gnu/packages/gnome.scm (dconf)[inputs]: Remove GLIB and LIBXML2. [propagated-inputs]: Add GLIB. [native-inputs]: Add LIBXML2. Remove INTLTOOL. [arguments]: Remove #:phases. Marius Bakke2018-07-281-20/+7
* | | Merge branch 'master' into core-updatesMarius Bakke2018-07-241-28/+29
|\| |
| * | gnu: faba-icon-theme: Fix build.•••* gnu/packages/gnome.scm (faba-icon-theme)[arguments]: Disable running gtk-update-icon-cache after installation. Julien Lepiller2018-07-131-0/+7
| * | Merge branch 'staging'Marius Bakke2018-07-131-1/+10
| |\|
| | * gnu: gnome-dictionary: Fix install phase.•••* gnu/packages/gnome.scm (gnome-dictionary)[arguments]: Add phase to prevent post-install script from running. Marius Bakke2018-07-091-1/+10
| * | gnu: faba-icon-theme: Switch to meson-build-system.•••* gnu/packages/gnome.scm (faba-icon-theme): [build-system]: Switch to meson-build-system. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vasile Dumitrascu2018-07-131-16/+1
| * | gnu: faba-icon-theme: Update to 4.3.•••* gnu/packages/gnome.scm (faba-icon-theme) Update to 4.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vasile Dumitrascu2018-07-131-2/+3
| * | gnu: moka-icon-theme: Update to 5.4.0.•••* gnu/packages/gnome.scm (moka-icon-theme): Update to 5.4.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vasile Dumitrascu2018-07-131-2/+2
| * | gnu: vte-ng: Update to 0.52.2.a.•••* gnu/packages/gnome.scm (vte-ng): Update to 0.52.2.a. [arguments]: Remove #:configure-flags. Marius Bakke2018-07-091-5/+4
| * | gnu: vte-ng: Use "invoke".•••* gnu/packages/gnome.scm (vte-ng)[arguments]: Call INVOKE instead of SYSTEM*. Marius Bakke2018-07-091-1/+1
| |/
| * gnu: clutter-gtk: Update to 1.8.4.•••* gnu/packages/gnome.scm (clutter-gtk): Update to 1.8.4. Tobias Geerinckx-Rice2018-07-041-2/+2
| * gnu: totem: Update to 3.26.1.•••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. Tobias Geerinckx-Rice2018-07-041-2/+2
* | Merge branch 'master' into core-updatesRicardo Wurmus2018-06-291-11/+38
|\|
| * gnu: epiphany: Update to 3.28.3.1 [fixes CVE-2018-{11396,12016}].•••* gnu/packages/gnome.scm (epiphany): Update to 3.28.3.1. Mark H Weaver2018-06-251-2/+2
| * gnu: workrave: Edit description.•••* gnu/packages/gnome.scm (workrave)[description]: Edit and mark up. Tobias Geerinckx-Rice2018-06-221-3/+4
| * gnu: gnome-dictionary: Update to 3.26.1.•••* gnu/packages/gnome.scm (gnome-dictionary): Update to 3.26.1. [build-system]: Switch to MESON-BUILD-SYSTEM. [arguments]; New field. Ludovic Courtès2018-06-221-3/+4
| * Fix some more lonely unquotes.•••* 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. Tobias Geerinckx-Rice2018-06-201-1/+1
| * gnu: arc-icon-theme: Fix build.•••* gnu/packages/gnome.scm (arc-icon-theme)[arguments]: Do not run configure during the bootstrap phase. Julien Lepiller2018-06-191-0/+8
| * gnu: faba-icon-theme: Fix build.•••* gnu/packages/gnome.scm (faba-icon-theme)[arguments]: Do not run configure during the bootstrap phase. Julien Lepiller2018-06-191-0/+6
| * gnu: cheese: Update to 3.28.0.•••* gnu/packages/gnome.scm (cheese): Update to 3.28.0. Rutger Helling2018-06-131-2/+2
| * gnu: rhythmbox: Add a unreleased patch from upstream.•••* gnu/packages/gnome.scm (rhythmbox)[source]: Add patch from the upstream Git repository, as without this, the package fails to build. Christopher Baines2018-06-091-0/+11
* | gnu: gnome-backgrounds: Update to 3.28.0.•••* gnu/packages/gnome.scm (gnome-backgrounds): Update to 3.28.0. [build-system]: Use meson-build-system. Ricardo Wurmus2018-06-291-3/+3
* | gnu: vala: Update to 0.40.7.•••* 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. Ricardo Wurmus2018-06-291-6/+12
* | gnu: shared-mime-info: Update to 1.9.•••* gnu/packages/gnome.scm (shared-mime-info): Update to 1.9. Tobias Geerinckx-Rice2018-06-121-2/+2
|/
* Merge branch 'master' into core-updatesRicardo Wurmus2018-06-061-8/+8
|\
| * gnu: epiphany: Update to 3.28.2.1.•••* gnu/packages/gnome.scm (epiphany): Update to 3.28.2.1. Rutger Helling2018-06-061-2/+2
| * gnu: gnome-disk-utility: Update to 3.28.3.•••* gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.28.3. Rutger Helling2018-06-061-2/+2
| * gnu: gnome-terminal: Update to 3.28.2.•••* gnu/packages/gnome.scm (gnome-terminal): Update to 3.28.2. Rutger Helling2018-06-061-2/+2
| * gnu: gedit: Update to 3.28.1.•••* gnu/packages/gnome.scm (gedit): Update to 3.28.1. Rutger Helling2018-06-061-2/+2
* | gnu: arc-theme: Replace bootstrap phase.•••* gnu/packages/gmome.scm (arc-theme)[arguments]: Replace 'boostrap phase with a custom phase. Efraim Flashner2018-06-051-1/+7
* | gnu: gtkglext: Fix build.•••* gnu/packages/gnome.scm (gtkglext)[arguments]: Add build phase to fix name collision. Ricardo Wurmus2018-05-301-1/+11
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-271-2/+2
|\|
| * gnu: vte: Update to 0.52.2.•••* gnu/packages/gnome.scm (vte): Update to 0.52.2. Marius Bakke2018-05-261-2/+2
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-171-4/+4
|\|
| * gnu: gnome-disk-utility: Update to 3.28.2.•••* gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.28.2. Rutger Helling2018-05-121-2/+2
| * gnu: eog-plugins: Update to 3.26.2.•••* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.2. Ludovic Courtès2018-05-111-2/+2
* | gnu: gjs: Fix build.•••* gnu/packages/gnome.scm (gjs)[native-inputs]: Add gcc-7. [arguments]: Add 'work-around-gcc-7-include-path-issue' phase. Mark H Weaver2018-05-081-1/+14