summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
AgeCommit message (Expand)Author
2022-01-10gnu: libgweather: Add python to native inputs....* gnu/packages/gnome.scm (libgweather)[native-inputs]: Add python. Maxim Cournoyer
2022-01-10gnu: baobab: Add python to native inputs....* gnu/packages/gnome.scm (baobab)[native-inputs]: Add python. Maxim Cournoyer
2022-01-10gnu: glade3: Add python to native inputs....Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gnome.scm (glade3)[native-inputs]: Add python. Maxim Cournoyer
2022-01-10gnu: gjs: Build with meson-0.59 to avoid 'install_dir' error....* gnu/packages/gnome.scm (gjs)[meson]: Use meson-0.59. Maxim Cournoyer
2022-01-10gnu: tracker: Add python to native inputs....Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gnome.scm (tracker)[native-inputs]: Add python. Maxim Cournoyer
2022-01-10gnu: dconf: Add python to native inputs....Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gnome.scm (dconf)[native-inputs]: Add python. Maxim Cournoyer
2022-01-10gnu: gusb: Add python to native inputs....Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gnome.scm (gusb)[native-inputs]: Add python. Maxim Cournoyer
2022-01-10gnu: epiphany: Update to 41.2....* gnu/packages/gnome.scm (epiphany): Update to 41.2. Maxim Cournoyer
2022-01-10gnu: gsettings-desktop-schemas: Add python to native inputs....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. Maxim Cournoyer
2022-01-10gnu: gnome-backgrounds: Update to 41.0....* gnu/packages/gnome.scm (gnome-backgrounds): Update to 41.0. [native-inputs]: Use new style. Maxim Cournoyer
2022-01-10gnu: Remove meson-0.59 workarounds....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. Maxim Cournoyer
2022-01-16gnu: gnome-mahjongg: Update to 3.38.3....* gnu/packages/gnome.scm (gnome-mahjongg): Update to 3.38.3. [source]: Use url-fetch with GNOME mirrors. Liliana Marie Prikler
2022-01-16gnu: gnome-mahjongg: Fix typo in description....* gnu/packages/gnome.scm (gnome-mahjongg)[description]: Use “Mahjongg” with two ‘g’s. Liliana Marie Prikler
2022-01-16gnu: gnome-mahjongg: Drop librsvg from inputs....librsvg is already propagated by gtk+, so directly adding it to the inputs is only going to cause unnecessary breakages. * gnu/packages/gnome.scm (gnome-mahjongg)[inputs]: Remove librsvg. Liliana Marie Prikler
2022-01-16gnu: gnome-mahjongg: Fix build....* gnu/packages/gnome.scm (gnome-mahjongg): Build with meson-0.59. Liliana Marie Prikler
2022-01-15gnu: passwordsafe: Update to 5.1....* gnu/packages/gnome.scm (passwordsafe): Update to 5.1. * gnu/packages/patches/passwordsafe-meson-remove-extra-argument.patch: New file. * gnu/local.mk: Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> raingloom
2022-01-15gnu: komikku: Update to 0.36.1....* gnu/packages/gnome.scm (komikku): Update to 0.36.1. Liliana Marie Prikler
2022-01-14gnu: dia: Fix build....Fixes <https://issues.guix.gnu.org/53182>. Reported by Ivan Vilata i Balaguer <ivan@selidor.net>. * gnu/packages/gnome.scm (dia)[arguments]: New field. [inputs]: Comment out POPPLER. Ludovic Courtès
2022-01-12gnu: Add xffm+....* gnu/packages/gnome.scm (xffm+): New variable. Danny Milosavljevic
2022-01-11gnu: nautilus: Adjust style....* gnu/packages/gnome.scm (nautilus)[native-inputs, inputs]: Remove labels. Pierre Langlois
2022-01-11gnu: nautilus: Update to 41.1....* gnu/packages/gnome.scm (nautilus): Update to 41.1. [arguments]: Remove #:meson keyword. Pierre Langlois
2022-01-11gnu: nautilus: Fix build with libportal-0.5....* gnu/packages/patches/nautilus-add-libportal-gtk3.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (nautilus)[source]: Use it. Pierre Langlois
2022-01-11gnu: authenticator: Remove input labels....* gnu/packages/gnome.scm (authenticator)[native-inputs]: Remove labels. [arguments]: While at it, remove top-level Python reference in favor of THIS-PACKAGE-INPUT. [inputs]: Add PYTHON. Marius Bakke
2022-01-11gnu: authenticator: Fix build....* gnu/packages/gnome.scm (authenticator)[arguments]: Add #:meson. Marius Bakke
2022-01-11gnu: epiphany: Fix build with libportal-0.5....* gnu/packages/patches/epiphany-update-libportal-usage.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (epiphany)[source]: Use it. Guillaume Le Vaillant
2022-01-11gnu: eog: Fix build with libportal-0.5....After the update to libportal-0.5 in 294476022f19139e290acb448d4575de0f851673 eog fails with: ../eog-40.3/src/eog-util.c:48:10: fatal error: libportal/portal-gtk3.h: No such file or directory This was already fixed upstream and this commits extracts the patch. * gnu/packages/patches/eog-update-libportal-usage.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gnome.scm(eog)[origin]: Add new patch. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Daniel Meißner
2022-01-09gnu: libsoup-minimal: Update to 3.0.4....* gnu/packages/gnome.scm (libsoup-minimal): Update to 3.0.4. Tobias Geerinckx-Rice
2022-01-07gnu: upower: Update to 0.99.13....* gnu/packages/gnome.scm (upower): Update to 0.99.13. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2022-01-07gnu: simple-scan: Update to 40.7....* gnu/packages/gnome.scm (simple-scan): Update to 40.7. Tobias Geerinckx-Rice
2022-01-07gnu: simple-scan: Remove input labels....* gnu/packages/gnome.scm (simple-scan)[native-inputs, inputs]: Remove input labels. Tobias Geerinckx-Rice
2022-01-06gnu: gnome-settings-daemon: Fix udev directory....* gnu/packages/gnome.scm (gnome-settings-daemon)[arguments] {#:configure-flags}: Fix the udev directory. Mathieu Othacehe
2021-12-31gnu: Make GNOME Shell Extensions configurable again....* 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. Liliana Marie Prikler
2021-12-31gnu: nautilus: Enable loading of third-party extensions....* gnu/packages/gnome.scm (nautilus)[#:phases]: Add phase to enable loading through NAUTILUS_EXTENSIONS_PATH. [native-search-paths]: Add NAUTILUS_EXTENSIONS_PATH. Liliana Marie Prikler
2021-12-29gnu: soundconverter: Fix trailing whitespace in description....* gnu/packages/gnome.scm (soundconverter)[description]: Fix trailing whitespace. Vagrant Cascadian
2021-12-29gnu: tracker: Fix trailing whitespace in description....* gnu/packages/gnome.scm (tracker)[description]: Fix trailing whitespace. Vagrant Cascadian
2021-12-27gnu: vte-ng: Fix build....* gnu/packages/gnome.scm (vte-ng)[arguments]: Disable building docs. [native-inputs]: Remove gtk/stable. Efraim Flashner
2021-12-26gnu: apostrophe: Simplify inputs....* gnu/packages/gnome.scm (apostrophe)[native-inputs]: Remove labels. Marius Bakke
2021-12-26gnu: apostrophe: Don't reference the Python variable in arguments....* gnu/packages/gnome.scm (apostrophe)[arguments]: Use THIS-PACKAGE-INPUT instead of accessing PYTHON directly. Remove trailing #t. [inputs]: Explicitly add PYTHON. Marius Bakke
2021-12-26gnu: apostrophe: Build with older Meson....* gnu/packages/gnome.scm (apostrophe)[arguments]: Add #:meson. Marius Bakke
2021-12-26gnu: passwordsafe: Adjust style....* gnu/packages/gnome.scm (passwordsafe)[arguments]: Rewrite as gexp. Avoid referencing the PYTHON variable. Remove trailing #t. [inputs]: Add PYTHON (explicitly). Marius Bakke
2021-12-26gnu: passwordsafe: Simplify inputs....* gnu/packages/gnome.scm (passwordsafe): Simplify inputs. Marius Bakke
2021-12-26gnu: passwordsafe: Fix build....* gnu/packages/gnome.scm (passwordsafe)[arguments]: Build with MESON-0.59. Marius Bakke
2021-12-24gnu: komikku: Update to 0.36.0....* gnu/packages/gnome.scm (komikku): Update to 0.36.0. Liliana Marie Prikler
2021-12-24gnu: libhandy: Update to 1.5.0....* gnu/packages/gnome.scm (libhandy): Update to 1.5.0. Liliana Marie Prikler
2021-12-22gnu: gnome-commander: Update to 1.12.3.1....* gnu/packages/gnome.scm (gnome-commander): Update to 1.12.3.1. Signed-off-by: Leo Famulari <leo@famulari.name> Vinicius Monego
2021-12-21gnu: parlatype: Update to 3.1....* gnu/packages/gnome.scm (parlatype): Update to 3.1. [native-inputs]: Remove labels. Nicolas Goaziou
2021-12-19gnu: gnome-dictionary: Simplify inputs....* gnu/packages/gnome.scm (gnome-dictionary)[native-inputs]: Simplify. Ludovic Courtès
2021-12-19gnu: gnome-dictionary: Build with Meson 0.59....* gnu/packages/gnome.scm (gnome-dictionary)[arguments]: Pass #:meson. Ludovic Courtès
2021-12-18gnu: polari: Add missing newline to Exec line....This is a follow-up to 572cf0818cb60466bd4250c56e3896405995f5ff. * gnu/packages/polari.scm (fix-desktop-file): Add missing newline. Liliana Marie Prikler
2021-12-17gnu: polari: Use new style....* gnu/packages/gnome.scm (polari)[native-inputs]: Remove labels. Liliana Marie Prikler