summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
Commit message (Collapse)AuthorAge
* gnu: glade3: Add python to native inputs.Maxim Cournoyer2022-01-10
| | | | | | | Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gnome.scm (glade3)[native-inputs]: Add python.
* gnu: gjs: Build with meson-0.59 to avoid 'install_dir' error.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/gnome.scm (gjs)[meson]: Use meson-0.59.
* gnu: tracker: Add python to native inputs.Maxim Cournoyer2022-01-10
| | | | | | | Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gnome.scm (tracker)[native-inputs]: Add python.
* gnu: dconf: Add python to native inputs.Maxim Cournoyer2022-01-10
| | | | | | | Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gnome.scm (dconf)[native-inputs]: Add python.
* gnu: gusb: Add python to native inputs.Maxim Cournoyer2022-01-10
| | | | | | | Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gnome.scm (gusb)[native-inputs]: Add python.
* gnu: epiphany: Update to 41.2.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/gnome.scm (epiphany): Update to 41.2.
* gnu: gsettings-desktop-schemas: Add python to native inputs.Maxim Cournoyer2022-01-10
| | | | | | | | | Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python, which is the reason this change is now needed here. * gnu/packages/gnome.scm (gsettings-desktop-schemas) [phases]{patch-schemas}: Use 'search-input-directory'. [native-inputs]: Use new style and add python.
* gnu: gnome-backgrounds: Update to 41.0.Maxim Cournoyer2022-01-10
| | | | | * gnu/packages/gnome.scm (gnome-backgrounds): Update to 41.0. [native-inputs]: Use new style.
* gnu: Remove meson-0.59 workarounds.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | Mostly automated with the following command: $ grep --include='*.scm' '#:meson ,meson-0.59' -rl \ | xargs sed -z 's/#:meson[^\n]*\s*//' -i * gnu/packages/freedesktop.scm (malcontent) (accountsservice): Delete #:meson argument. * gnu/packages/games.scm (gnome-2048): Likewise. * gnu/packages/geo.scm (gnome-maps): Likewise. * gnu/packages/gnome.scm (gnome-photos, gnome-music) (gnome-initial-setup, gnome-user-share, gnome-characters) (gnome-disk-utility, gnome-font-viewer, evince, glade3) (gnome-mines, gnome-sudoku, gnome-settings-daemon, devhelp) (totem, eog, gvfs, simple-scan, epiphany, gnome-session, gedit) (network-manager-applet, gnome-control-center, gnome-shell, nautilus) (gnome-default-applications, gnome-weather, gnome-tweaks, cheese, gthumb) (gitg, polari, gnome-boxes, gtranslator): Likewise. * gnu/packages/gtk.scm: (gtkmm-3): Likewise. * gnu/packages/pdf.scm (zathura): Likewise. * gnu/packages/photo.scm (entangle): Likewise. * gnu/packages/video.scm (pitivi): Likewise. * gnu/packages/virtualization.scm (libvirt-glib): Likewise.
* 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.