summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
Commit message (Collapse)AuthorAge
* gnu: tracker: Update to 3.3.3.Marius Bakke2022-08-11
| | | | | * gnu/packages/gnome.scm (tracker): Update to 3.3.3. [native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
* gnu: folks: Update to 0.15.5.Marius Bakke2022-08-11
| | | | | * gnu/packages/gnome.scm (folks): Update to 0.15.5. [native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
* gnu: gnome-themes-standard: Deprecate in favor of gnome-themes-extra.Maxim Cournoyer2022-08-11
| | | | | | * gnu/packages/gnome.scm (gnome-themes-standard): Mark as deprecated by gnome-themes-extra. (gnome)[inputs]: Remove gnome-themes-extra.
* gnu: gnome-system-monitor: Update to 42.0.Maxim Cournoyer2022-08-06
| | | | * gnu/packages/gnome.scm (gnome-system-monitor): Update to 42.0.
* gnu: komikku: Update to 0.40.0.Liliana Marie Prikler2022-08-06
| | | | * gnu/packages/gnome.scm (komikku): Update to 0.40.0.
* gnu: workrave: Update to 1.10.50.宋文武2022-08-04
| | | | * gnu/packages/gnome.scm (workrave): Update to 1.10.50.
* gnu: Add cambalache.Liliana Marie Prikler2022-07-27
| | | | * gnu/packages/gnome.scm (cambalache): New variable.
* gnu: gnome-commander: Update to 1.14.3.Tobias Geerinckx-Rice2022-07-24
| | | | * gnu/packages/gnome.scm (gnome-commander): Update to 1.14.3.
* vala-next: Do not wrap binaries, use gexps, default to 'gcc' rather than 'cc'.Maxim Cournoyer2022-07-15
| | | | | | | | | | | Fixes <https://issues.guix.gnu.org/56467>. Reported by <two@envs.net>. * gnu/packages/gnome.scm (vala-next)[arguments]: Override inherited field. Use gexps. [phases]{use-gcc-by-default}: New phase. {patch-docbook-xml}: Use search-input-directory. {glib-or-gtk-wrap}: Delete phase.
* gnu: Add vala-next, upgraded to 0.56.2.Maxim Cournoyer2022-07-15
| | | | * gnu/packages/gnome.scm (vala-next): New variable.
* gnu: sushi: Fix URI.Maxim Cournoyer2022-07-13
| | | | | | | | Fixes <https://issues.guix.gnu.org/56537>, introduced with ef82f34482. * gnu/packages/gnome.scm (sushi)[source]: Adjust URI. Reported-by: Christopher Howard <christopher@librehacker.com>
* gnu: deja-dup: Use new style inputs.Maxim Cournoyer2022-07-12
| | | | * gnu/packages/gnome.scm (deja-dup)[inputs, native-inputs]: Use new style.
* gnu: deja-dup: Update to 43.4.Maxim Cournoyer2022-07-12
| | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/55544>. * gnu/packages/gnome.scm (deja-dup): Update to 43.4. [phases]{patch-paths}: Adjust Duplicityinstance.vala path. {skip-gtk-update-icon-cache}: Delete phase. [inputs]: Replace gtk+ with gtk. Add libadwaita. Replace libsoup-minimal-2 with libsoup. [native-inputs]: Add gtk:bin. Reported-by: Michael Terry <mike@mterry.name>
* gnu: tracker-miners: Use new style inputs.Maxim Cournoyer2022-07-12
| | | | | | * gnu/packages/gnome.scm (tracker-miners) [native-inputs]: Use new style inputs. [inputs]: Likewise.
* gnu: tracker-miners: Update to 3.3.1.Maxim Cournoyer2022-07-12
| | | | | | * gnu/packages/gnome.scm (tracker-miners): Update to 3.3.1. [inputs]: Replace libsoup-minimal-2 with libsoup. [phases]{check}: Do not run the 'slow' tests, which fail.
* gnu: tracker: Use new style inputs.Maxim Cournoyer2022-07-12
| | | | | | * gnu/packages/gnome.scm (tracker) [native-inputs]: Use new style inputs. [inputs]: Likewise.
* gnu: tracker: Propagate libraries 'required' by pkg-config.Maxim Cournoyer2022-07-12
| | | | | | * gnu/packages/gnome.scm (tracker)[inputs]: Move libxml2, icu4c, json-glib and sqlite to... [propagated-inputs]: ... here. Add glib.
* gnu: tracker: Update to 3.3.1.Maxim Cournoyer2022-07-12
| | | | | * gnu/packages/gnome.scm (tracker): Update to 3.3.1. [inputs]: Replace libsoup-minimal-2 with libsoup.
* gnu: libadwaita: Propagate gtk.Maxim Cournoyer2022-07-12
| | | | | * gnu/packages/gnome.scm (libadwaita)[inputs]: Move gtk to... [propagated-inputs]: ... here.
* gnu: sushi: Add bash-minimal to inputs.Maxim Cournoyer2022-07-12
| | | | * gnu/packages/gnome.scm (sushi)[inputs]: Add bash-minimal.
* gnu: sushi: Use new style inputs.Maxim Cournoyer2022-07-12
| | | | * gnu/packages/gnome.scm (sushi)[native-inputs, inputs]: Use new style.
* gnu: sushi: Update to 42.0.Maxim Cournoyer2022-07-12
| | | | | * gnu/packages/gnome.scm (sushi): Update to 42.0. [inputs]: Replace webkitgtk-with-libsoup2 with webkitgtk.
* gnu: libratbag: Only build with valgrind on supported systems.Efraim Flashner2022-07-12
| | | | | | * gnu/packages/gnome.scm (libratbag)[arguments]: Disable some tests when valgrind isn't present. [native-inputs]: Only add valgrind on systems which support it.
* gnu: gvfs: Update to 1.50.2 and modernize definition.Maxim Cournoyer2022-07-12
| | | | | | * gnu/packages/gnome.scm (gvfs): Update to 1.50.2. [arguments]: Use gexps. [native-inputs, inputs]: Use new style.
* gnu: vte: Use new package style.Liliana Marie Prikler2022-07-09
| | | | | * gnu/packages/gnome.scm (vte)[arguments]: Convert to list of G-Expressions. [native-inputs]: Drop labels.
* gnu: vte: Update to 0.68.0.Liliana Marie Prikler2022-07-09
| | | | * gnu/packages/gnome.scm (vte): Update to 0.68.0.
* gnu: totem: Use new package style.Liliana Marie Prikler2022-07-09
| | | | | * gnu/packages/gnome.scm (totem)[native-inputs]: Drop labels. [arguments]: Convert to list of G-Expressions. Drop trailing #t.
* gnu: totem: Also wrap GI_TYPELIB_PATH.Liliana Marie Prikler2022-07-09
| | | | | * gnu/packages/gnome.scm (totem)[wrap-totem]: Add GI_TYPELIB_PATH with a suffix capturing the build path.
* gnu: totem: Update to 42.0.Liliana Marie Prikler2022-07-09
| | | | | * gnu/packages/gnome.scm (totem): Update to 42.0. [inputs]: Remove clutter, clutter-gtk, clutter-gst and lirc. Add libhandy.
* gnu: gdm: Use regular check.Thiago Jung Bauermann2022-07-02
| | | | | | * gnu/packages/gnome.scm (gdm)[native-inputs]: Replace check-0.14 with check. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: gthumb: Update to 3.12.2.Vinicius Monego2022-06-18
| | | | * gnu/packages/gnome.scm (gthumb): Update to 3.12.2.
* gnu: libadwaita: Update to 1.1.0.Alexandros Theodotou2022-06-15
| | | | | | * gnu/packages/gnome.scm (libadwaita): Update to 1.1.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: komikku: Update to 0.39.0.Liliana Marie Prikler2022-06-14
| | | | * gnu/packages/gnome.scm (komikku): Update to 0.39.0.
* Merge branch 'master' into stagingLudovic Courtès2022-06-12
|\
| * gnu: epiphany: Use new coding style.Liliana Marie Prikler2022-06-08
| | | | | | | | | | | | | | * gnu/packages/gnome.scm (epiphany)[arguments]: Convert to list of G-Expressions. [propagated-inputs]: Reindent. [inputs, native-inputs]: Drop labels and reindent.
| * gnu: epiphany: Update to 42.2.Liliana Marie Prikler2022-06-08
| | | | | | | | | | | | | | * gnu/packages/gnome.scm (epiphany): Update to 42.2. [source]: Remove patches. * gnu/packages/patches/epiphany-update-libportal-usage.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* | Merge branch 'master' into stagingLudovic Courtès2022-06-08
|\|
| * gnu: gnumeric: Remove input labels.Tobias Geerinckx-Rice2022-05-29
| | | | | | | | | | * gnu/packages/gnome.scm (gnumeric)[native-inputs]: Remove input labels.
| * gnu: gnumeric: Update to 1.12.52.Tobias Geerinckx-Rice2022-05-29
| | | | | | | | * gnu/packages/gnome.scm (gnumeric): Update to 1.12.52.
| * gnu: goffice: Update to 0.10.52.Tobias Geerinckx-Rice2022-05-29
| | | | | | | | * gnu/packages/gnome.scm (goffice): Update to 0.10.52.
| * gnu: gnome-autoar: Update to 0.4.3.Tobias Geerinckx-Rice2022-05-29
| | | | | | | | * gnu/packages/gnome.scm (gnome-autoar): Update to 0.4.3.
| * gnu: gnome-mines: Make yelp a regular input.Tobias Geerinckx-Rice2022-05-29
| | | | | | | | | | * gnu/packages/gnome.scm (gnome-mines)[native-inputs]: Move yelp from here… [inputs]: …to here, as it's a reference of .gnome-mines-real.
| * gnu: gnome-mines: Remove input labels.Tobias Geerinckx-Rice2022-05-29
| | | | | | | | | | * gnu/packages/gnome.scm (gnome-mines)[native-inputs]: Remove input labels.
| * gnu: gnome-mines: Update to 40.1.Tobias Geerinckx-Rice2022-05-29
| | | | | | | | * gnu/packages/gnome.scm (gnome-mines): Update to 40.1.
| * gnu: five-or-more: Make libxml2 a regular input.Tobias Geerinckx-Rice2022-05-29
| | | | | | | | | | * gnu/packages/gnome.scm (five-or-more)[native-inputs]: Move libxml2 from here… [inputs]: …to here, as it's a reference of .five-or-more-real.
| * gnu: five-or-more: Remove input labels.Tobias Geerinckx-Rice2022-05-29
| | | | | | | | | | * gnu/packages/gnome.scm (five-or-more)[native-inputs]: Remove input labels.
| * gnu: five-or-more: Update to 3.32.3.Tobias Geerinckx-Rice2022-05-29
| | | | | | | | | | * gnu/packages/gnome.scm (five-or-more): Update to 3.32.3. [arguments]: Don't explicitly return #t from phases.
| * gnu: ocrfeeder: Update to 0.8.5.Tobias Geerinckx-Rice2022-05-29
| | | | | | | | | | * gnu/packages/gnome.scm (ocrfeeder): Update to 0.8.5. [arguments]: Don't explicitly return #t from phases.
* | Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2022-06-01
|\|
| * gnu: gnome-commander: Update to 1.14.2.base-for-series-12550base-for-series-12546base-for-series-12541base-for-series-12538Tobias Geerinckx-Rice2022-05-29
| | | | | | | | * gnu/packages/gnome.scm (gnome-commander): Update to 1.14.2.