summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
Commit message (Collapse)AuthorAge
* gnu: upower: Update to 0.99.13.Tobias Geerinckx-Rice2022-01-07
| | | | | * gnu/packages/gnome.scm (upower): Update to 0.99.13. [arguments]: Don't explicitly return #t from phases.
* gnu: simple-scan: Update to 40.7.Tobias Geerinckx-Rice2022-01-07
| | | | * gnu/packages/gnome.scm (simple-scan): Update to 40.7.
* gnu: simple-scan: Remove input labels.Tobias Geerinckx-Rice2022-01-07
| | | | | * gnu/packages/gnome.scm (simple-scan)[native-inputs, inputs]: Remove input labels.
* gnu: gnome-settings-daemon: Fix udev directory.Mathieu Othacehe2022-01-06
| | | | | * gnu/packages/gnome.scm (gnome-settings-daemon)[arguments] {#:configure-flags}: Fix the udev directory.
* gnu: Make GNOME Shell Extensions configurable again.Liliana Marie Prikler2021-12-31
| | | | | | | * gnu/packages/gnome.scm (gnome-shell)[#:phases]: Adjust ‘wrap’ phase, so that “gnome-extensions-app” gets GI_TYPELIB_PATH set. Add ‘rewire’ phase to replace the blurb that deprecated commands print in favour of one that doesn't point towards external packages.
* gnu: nautilus: Enable loading of third-party extensions.Liliana Marie Prikler2021-12-31
| | | | | | * gnu/packages/gnome.scm (nautilus)[#:phases]: Add phase to enable loading through NAUTILUS_EXTENSIONS_PATH. [native-search-paths]: Add NAUTILUS_EXTENSIONS_PATH.
* gnu: soundconverter: Fix trailing whitespace in description.Vagrant Cascadian2021-12-29
| | | | | * gnu/packages/gnome.scm (soundconverter)[description]: Fix trailing whitespace.
* gnu: tracker: Fix trailing whitespace in description.Vagrant Cascadian2021-12-29
| | | | * gnu/packages/gnome.scm (tracker)[description]: Fix trailing whitespace.
* gnu: vte-ng: Fix build.Efraim Flashner2021-12-27
| | | | | * gnu/packages/gnome.scm (vte-ng)[arguments]: Disable building docs. [native-inputs]: Remove gtk/stable.
* gnu: apostrophe: Simplify inputs.Marius Bakke2021-12-26
| | | | * gnu/packages/gnome.scm (apostrophe)[native-inputs]: Remove labels.
* gnu: apostrophe: Don't reference the Python variable in arguments.Marius Bakke2021-12-26
| | | | | | * gnu/packages/gnome.scm (apostrophe)[arguments]: Use THIS-PACKAGE-INPUT instead of accessing PYTHON directly. Remove trailing #t. [inputs]: Explicitly add PYTHON.
* gnu: apostrophe: Build with older Meson.Marius Bakke2021-12-26
| | | | * gnu/packages/gnome.scm (apostrophe)[arguments]: Add #:meson.
* gnu: passwordsafe: Adjust style.Marius Bakke2021-12-26
| | | | | | * gnu/packages/gnome.scm (passwordsafe)[arguments]: Rewrite as gexp. Avoid referencing the PYTHON variable. Remove trailing #t. [inputs]: Add PYTHON (explicitly).
* gnu: passwordsafe: Simplify inputs.Marius Bakke2021-12-26
| | | | * gnu/packages/gnome.scm (passwordsafe): Simplify inputs.
* gnu: passwordsafe: Fix build.Marius Bakke2021-12-26
| | | | * gnu/packages/gnome.scm (passwordsafe)[arguments]: Build with MESON-0.59.
* gnu: komikku: Update to 0.36.0.Liliana Marie Prikler2021-12-24
| | | | * gnu/packages/gnome.scm (komikku): Update to 0.36.0.
* gnu: libhandy: Update to 1.5.0.Liliana Marie Prikler2021-12-24
| | | | * gnu/packages/gnome.scm (libhandy): Update to 1.5.0.
* gnu: gnome-commander: Update to 1.12.3.1.Vinicius Monego2021-12-22
| | | | | | * gnu/packages/gnome.scm (gnome-commander): Update to 1.12.3.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: parlatype: Update to 3.1.Nicolas Goaziou2021-12-21
| | | | | * gnu/packages/gnome.scm (parlatype): Update to 3.1. [native-inputs]: Remove labels.
* gnu: gnome-dictionary: Simplify inputs.Ludovic Courtès2021-12-19
| | | | * gnu/packages/gnome.scm (gnome-dictionary)[native-inputs]: Simplify.
* gnu: gnome-dictionary: Build with Meson 0.59.Ludovic Courtès2021-12-19
| | | | * gnu/packages/gnome.scm (gnome-dictionary)[arguments]: Pass #:meson.
* gnu: polari: Add missing newline to Exec line.Liliana Marie Prikler2021-12-18
| | | | | | This is a follow-up to 572cf0818cb60466bd4250c56e3896405995f5ff. * gnu/packages/polari.scm (fix-desktop-file): Add missing newline.
* gnu: polari: Use new style.Liliana Marie Prikler2021-12-17
| | | | * gnu/packages/gnome.scm (polari)[native-inputs]: Remove labels.
* gnu: polari: Fix Exec line.Liliana Marie Prikler2021-12-17
| | | | | | | This is a follow-up to commit b574ccc45371eb5c1df3089be783fedb39273e33. * gnu/packages/gnome.scm (polari)[fix-desktop-file]: Use string-append as was the intention behind the original patch.
* gnu: komikku: Use new style.Liliana Marie Prikler2021-12-16
| | | | * gnu/packages/gnome.scm (komikku)[native-inputs]: Remove labels.
* gnu: komikku: Build with old webkit.Liliana Marie Prikler2021-12-16
| | | | * gnu/packages/gnome.scm (komikku)[inputs]: Use webkitgtk-with-libsoup2.
* gnu: polari: Use polari command to launch Polari.Liliana Marie Prikler2021-12-15
| | | | | | | The rationale for patching the Exec line is similar to what is done for gnome-weather. * gnu/packages/gnome.scm (polari)[#:phases]: Add ‘fix-desktop-file’ phase.
* gnu: gnome-shell-extensions: Update to 41.0.Liliana Marie Prikler2021-12-15
| | | | * gnu/packages/gnome.scm (gnome-shell-extensions): Update to 41.0.
* gnu: polari: Update to 40.1.Liliana Marie Prikler2021-12-15
| | | | | | | * gnu/packages/gnome.scm (polari): Update to 40.1. [source]: Use ‘version-major’ for directory. [arguments]: Use meson-0.59. [inputs]: Use gtk and libsoup-minimal-2.
* gnu: gitg: Fix compilation.Liliana Marie Prikler2021-12-15
| | | | | | * gnu/packages/gnome.scm (gitg)[#:meson]: Use meson-0.59. [#:phases] Add ‘harden’ phase to fix test failures. [inputs]: Use libsoup-minimal-2.
* gnu: Further simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* gnu: Add librsvg-bootstrap.Efraim Flashner2021-12-12
| | | | * gnu/packages/gnome.scm (librsvg-bootstrap): New variable.
* Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-12-10
|\
| * gnu: lollypop: Update to 1.4.24.Marius Bakke2021-12-08
| | | | | | | | | | * gnu/packages/gnome.scm (lollypop): Update to 1.4.24. [native-inputs]: Remove INTLTOOL and ITSTOOL. Add GETTEXT-MINIMAL.
* | gnu: lollypop: Build with libsoup@2.Marius Bakke2021-12-08
| | | | | | | | | | * gnu/packages/gnome.scm (lollypop)[inputs]: Change from LIBSOUP to LIBSOUP-MINIMAL-2.
* | gnu: rhythmbox: Adjust inputs.Marius Bakke2021-12-08
| | | | | | | | | | * gnu/packages/gnome.scm (rhythmbox)[inputs]: Change from PYTHON2-PYGOBJECT to PYTHON-PYGOBJECT. Add LIBSOUP-MINIMAL-2.
* | gnu: libsoup: Simplify inputs.Ludovic Courtès2021-12-05
| | | | | | | | | | | | | | | | Obtained by running "guix style --input-simplification=always" and by using 'modify-inputs' instead of list primitives. * gnu/packages/gnome.scm (libsoup-minimal, libsoup-minimal-2, libsoup): Simplify inputs.
* | gnu: librsvg: Simplify inputs.Ludovic Courtès2021-12-05
| | | | | | | | | | | | Obtained by running "guix style --input-simplification=always". * gnu/packages/gnome.scm (librsvg, librsvg-2.40): Simplify inputs.
* | gnu: libsoup: Remove unneeded dependency on PHP.Ludovic Courtès2021-12-05
| | | | | | | | * gnu/packages/gnome.scm (libsoup-minimal)[native-inputs]: Remove PHP.
* | gnu: gtk+: Use 'librsvg-for-system'.Ludovic Courtès2021-12-05
| | | | | | | | | | | | | | | | | | | | | | This brings back SVG support on non-x86_64 platforms. * gnu/packages/gtk.scm (gtk+)[inputs]: Use 'librsvg-for-system' unconditionally. [arguments]: In 'disable-failing-tests' phase, remove conditional substitutions aimed for non-x86_64 targets lacking librsvg support. * gnu/packages/gnome.scm (libhandy)[arguments]: Likewise, remove 'skip-test-that-requires-svg' phase.
* | gnu: librsvg@2.40: Depend on the default Pango version.Ludovic Courtès2021-12-05
| | | | | | | | | | | | | | | | | | | | This avoids conflicts where, say, gtk+ would pull pango@1.44 whereas mate-control-center would additionally pull pango@1.42 via librsvg@2.40 on i686-linux. * gnu/packages/gnome.scm (librsvg-2.40)[arguments]: In 'remove-failing-tests' phase, remove two additional tests. [inputs]: Change PANGO-1.42 to PANGO.
* | gnu: gtranslator: Fix URL.Ludovic Courtès2021-12-05
| | | | | | | | | | | | | | Reported by Vivien Kraus. * gnu/packages/gnome.scm (gtranslator)[source]: Change 'version-major+minor' to 'version-major'.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
|\|
| * gnu: geary: Remove trailing #T.Ricardo Wurmus2021-11-24
| | | | | | | | | | * gnu/packages/gnome.scm (geary)[arguments]: Remove trailing #T from 'check phase.
| * gnu: geary: Add missing input.Ricardo Wurmus2021-11-24
| | | | | | | | | | * gnu/packages/gnome.scm (geary)[native-inputs]: Add gsettings-desktop-schemas for tests.
* | gnu: evolution: Build with libsoup 2.Vivien Kraus2021-12-05
| | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (evolution) [phase adjust-webkitgtk-version]: Remove it. [inputs]: Depend on webkitgtk-with-libsoup2 instead of webkitgtk. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* | gnu: libhandy: Skip test that requires librsvg on non-x86_64.Ludovic Courtès2021-12-04
| | | | | | | | | | * gnu/packages/gnome.scm (libhandy)[arguments]: Add 'skip-test-that-requires-svg' phase on non-x86_64.
* | gnu: gtranslator: Update to 40.0.Ludovic Courtès2021-12-04
| | | | | | | | | | * gnu/packages/gnome.scm (gtranslator): Update to 40.0. [inputs]: Add LIBHANDY.
* | gnu: gtranslator: Fix compilation.Ludovic Courtès2021-12-04
| | | | | | | | | | | | * gnu/packages/gnome.scm (gtranslator)[inputs]: Replace LIBSOUP with LIBSOUP-MINIMAL-2. [arguments]: Pass #:meson.