summaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
Commit message (Collapse)AuthorAge
* gnu: xfce4-notifyd: Update to 0.6.3.Michael Rohleder2022-02-14
| | | | | | * gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: xfce4-cpugraph-plugin: Update to 1.2.6.Michael Rohleder2022-02-04
| | | | | | * gnu/packages/xfce.scm (xfce4-cpugraph-plugin): Update to 1.2.6. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: xfce4-cpufreq-plugin: Update to 1.2.7.Michael Rohleder2022-02-04
| | | | | | * gnu/packages/xfce.scm (xfce4-cpufreq-plugin): Update to 1.2.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: xfce4-cpufreq-plugin: Update to 1.2.6.Michael Rohleder2022-02-02
| | | | | | * gnu/packages/xfce.scm (xfce4-cpufreq-plugin): Update to 1.2.6. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: ristretto: Update to 0.12.2.Michael Rohleder2022-01-16
| | | | | | | * gnu/packages/xfce.scm (ristretto): Update to 0.12.2. [native-inputs]: Add glib:bin for gdbus-codegen. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xfce4-screensaver: Fix trailing whitespace in description.Vagrant Cascadian2021-12-29
| | | | | * gnu/packages/xfce.scm (xfce4-screensaver)[description]: Fix trailing whitespace.
* gnu: ristretto: Update to 0.12.1.Michael Rohleder2021-12-17
| | | | | | * gnu/packages/xfce.scm (ristretto): Update to 0.12.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: mousepad: Update to 0.5.8.Michael Rohleder2021-12-17
| | | | | | | * gnu/packages/xfce.scm (mousepad): Update to 0.5.8. [inputs]: Use gtksourceview. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: exo: Update to 4.16.3.Michael Rohleder2021-12-17
| | | | | | * gnu/packages/xfce.scm (exo): Update to 4.16.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* 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: Remove librsvg@2.50 from the Xfce dependency graph.Ludovic Courtès2021-12-02
| | | | | | | | | This allows us to build Xfce on non-x86_64 platforms. * gnu/packages/gstreamer.scm (gst-plugins-good)[inputs]: Use 'librsvg-for-system' instead of 'librsvg'. * gnu/packages/gtk.scm (guile-rsvg)[inputs]: Likewise. * gnu/packages/xfce.scm (xfce4-xkb-plugin)[inputs]: Likewise.
* gnu: ristretto: Remove unused librsvg dependency.Ludovic Courtès2021-11-26
| | | | * gnu/packages/xfce.scm (ristretto)[inputs]: Remove LIBRSVG.
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-23
|\
| * gnu: xfce4-whiskermenu-plugin: Update to 2.6.1.Michael Rohleder2021-11-17
| | | | | | | | | | | | * gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.6.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: ristretto: Update to 0.12.0.Michael Rohleder2021-11-17
| | | | | | | | | | | | * gnu/packages/xfce.scm (ristretto): Update to 0.12.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: xfce4-cpugraph-plugin: Update to 1.2.5.Michael Rohleder2021-11-17
| | | | | | | | | | | | * gnu/packages/xfce.scm (xfce4-cpugraph-plugin): Update to 1.2.5. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: xfce4-screenshooter: Fix build.Brendan Tildesley2021-11-22
| | | | | | | | | | | | * gnu/packages/xfce.scm (xfce4-screenshooter)[inputs]: Use libsoup 2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* | gnu: xfce-weather-plugin: Fix build by depending on libsoup2.Kaelyn Takata2021-11-21
| | | | | | | | | | | | | | * gnu/packages/xfce.scm (xfce-weather-plugin)[inputs]: Replace libsoup with libsoup-minimal-2. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\|
| * gnu: Add xfce4-dev-toolsDenis 'GNUtoo' Carikli2021-10-28
| | | | | | | | | | | | | | | | This is now needed to build newer lightdm-gtk-greeter versions * gnu/packages/xfce.scm (xfce4-dev-tools): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\|
| * gnu: mousepad: Update to 0.5.7.Tobias Geerinckx-Rice2021-10-06
| | | | | | | | | | * gnu/packages/xfce.scm (mousepad): Update to 0.5.7. [arguments]: Don't explicitly return #t from phases.
| * gnu: catfish: Update to 4.16.3.Tobias Geerinckx-Rice2021-10-05
| | | | | | | | * gnu/packages/xfce.scm (catfish): Update to 4.16.3.
| * gnu: libxfce4ui: Update to 4.16.1.Michael Rohleder2021-09-26
| | | | | | | | | | | | * gnu/packages/xfce.scm (libxfce4ui): Update to 4.16.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: thunar: Update to 4.16.10.Michael Rohleder2021-09-26
| | | | | | | | | | | | * gnu/packages/xfce.scm (thunar): Update to 4.16.10. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: xfce4-whiskermenu-plugin: Update to 2.6.0.Michael Rohleder2021-09-26
| | | | | | | | | | | | * gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.6.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-09-17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/bioinformatics.scm gnu/packages/chez.scm gnu/packages/docbook.scm gnu/packages/ebook.scm gnu/packages/gnome.scm gnu/packages/linux.scm gnu/packages/networking.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/tex.scm gnu/packages/version-control.scm gnu/packages/xml.scm guix/build-system/dune.scm guix/build-system/go.scm guix/build-system/linux-module.scm guix/packages.scm
| * gnu: thunar: Revert to 4.16.8 (from 4.17.x development series).Ludovic Courtès2021-09-16
| | | | | | | | | | | | | | Partly reverts 39cee0f817091fdb482c7a5d518bfaa7bde554d3. Reported by Michael Rohleder <mike@rohleder.de>. * gnu/packages/xfce.scm (thunar): Revert to 4.16.8.
| * gnu: thunar: Update to 4.17.1.André A. Gomes2021-09-15
| | | | | | | | | | | | | | * gnu/packages/xfce.scm (thunar): Update to 4.17.1. [inputs]: Add gvfs. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-08-12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/algebra.scm gnu/packages/games.scm gnu/packages/golang.scm gnu/packages/kerberos.scm gnu/packages/mail.scm gnu/packages/python.scm gnu/packages/ruby.scm gnu/packages/scheme.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm
| * gnu: mousepad: Update to 0.5.6.Michael Rohleder2021-07-27
| | | | | | | | | | | | * gnu/packages/xfce.scm (mousepad): Update to 0.5.6. Signed-off-by: Leo Famulari <leo@famulari.name>
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-07-29
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/bioinformatics.scm gnu/packages/cmake.scm gnu/packages/curl.scm gnu/packages/emacs-xyz.scm gnu/packages/gpodder.scm gnu/packages/music.scm gnu/packages/patches/glibc-bootstrap-system.patch gnu/packages/python-xyz.scm gnu/packages/shells.scm gnu/packages/statistics.scm
| * gnu: catfish: Update to 4.16.1.Michael Rohleder2021-07-21
| | | | | | | | | | | | | | * gnu/packages/xfce.scm (catfish): Update to 4.16.1. [inputs]: Add xfconf. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: Use 'search-input-directory' when looking for tzdata.Ludovic Courtès2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/backup.scm (duplicity)[arguments]: Use 'search-input-directory' for "share/zoneinfo". * gnu/packages/bioinformatics.scm (pigx-rnaseq): Likewise. (pigx-bsseq): Likewise. * gnu/packages/calcurse.scm (calcurse): Likewise. * gnu/packages/calendar.scm (date): Likewise. * gnu/packages/compression.scm (lhasa): Likewise. * gnu/packages/cran.scm (r-rstan): Likewise. * gnu/packages/django.scm (python-django): Likewise. * gnu/packages/dlang.scm (ldc-bootstrap): Likewise. * gnu/packages/finance.scm (ledger): Likewise. * gnu/packages/glib.scm (glib): Likewise. * gnu/packages/golang.scm (go-1.4): Likewise. (go-1.14): Likewise. * gnu/packages/kde-frameworks.scm (kcalendarcore): Likewise. (kdelibs4support): Likewise. * gnu/packages/kodi.scm (kodi): Likewise. * gnu/packages/mail.scm (mu): Likewise. * gnu/packages/perl.scm (perl-libtime-parsedate): Likewise. * gnu/packages/python-xyz.scm (python-robotframework): Likewise. (python-dparse): Likewise. * gnu/packages/rrdtool.scm (rrdtool): Likewise. * gnu/packages/statistics.scm (r-with-tests): Likewise. * gnu/packages/vim.scm (vim): Likewise. * gnu/packages/virtualization.scm (ganeti): Likewise. * gnu/packages/vpn.scm (strongswan): Likewise. * gnu/packages/xfce.scm (xfce4-panel): Likewise. * gnu/packages/mate.scm (libmateweather): Use 'search-input-file' for "share/zoneinfo/zone.tab".
* | Merge branch 'master' into core-updatesMarius Bakke2021-06-19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: this merge actually changes the 'curl' and 'python-attrs' derivations, as part of solving caf4a7a2770ef4d05a6e18f40d602e51da749ddc and 12964df69a99de6190422c752fef65ef813f3b6b respectively. 4604d43c0e (gnu: gnutls@3.6.16: Fix cross-compilation.) was ignored because it cannot currently be tested. Conflicts: gnu/local.mk gnu/packages/aidc.scm gnu/packages/boost.scm gnu/packages/curl.scm gnu/packages/nettle.scm gnu/packages/networking.scm gnu/packages/python-xyz.scm gnu/packages/tls.scm
| * gnu: ristretto: Update to 0.11.0.Michael Rohleder2021-06-13
| | | | | | | | | | | | * gnu/packages/xfce.scm (ristretto): Update to 0.11.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: xfce4-settings: Update to 4.16.2.Michael Rohleder2021-06-13
| | | | | | | | | | | | * gnu/packages/xfce.scm (xfce4-settings): Update to 4.16.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | Merge branch 'master' into core-updatesMarius Bakke2021-05-22
|\|
| * gnu: xfce4-screenshooter: Update to 1.9.9.Michael Rohleder2021-05-21
| | | | | | | | | | | | * gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.9.9. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: mousepad: Update to 0.5.5.Michael Rohleder2021-05-15
| | | | | | | | | | | | * gnu/packages/xfce.scm (mousepad): Update to 0.5.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | Merge branch 'master' into core-updatesMarius Bakke2021-05-09
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/bioinformatics.scm gnu/packages/django.scm gnu/packages/gtk.scm gnu/packages/llvm.scm gnu/packages/python-web.scm gnu/packages/python.scm gnu/packages/tex.scm guix/build-system/asdf.scm guix/build/emacs-build-system.scm guix/profiles.scm
| * gnu: xfce4-panel: Update to 4.16.3.Michael Rohleder2021-05-09
| | | | | | | | | | | | * gnu/packages/xfce.scm (xfce4-panel): Update to 4.16.3. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| * gnu: thunar: Update to 4.16.8.Michael Rohleder2021-05-09
| | | | | | | | | | | | * gnu/packages/xfce.scm (thunar): Update to 4.16.8. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| * gnu: xfce4-session: Allow xflock4 to use xset.Brendan Tildesley2021-05-08
| | | | | | | | | | | | | | | | | | * gnu/packages/xfce.scm (xfce4-session): [inputs]: Add xset. [arguments]: Add 'patch-xflock' phase to use exact store path to 'xset' in 'xflock4'. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: xfce4-clipman-plugin: Update to 1.6.2.Tobias Geerinckx-Rice2021-05-07
| | | | | | | | * gnu/packages/xfce.scm (xfce4-clipman-plugin): Update to 1.6.2.
| * gnu: thunar: Update to 4.16.7.Tobias Geerinckx-Rice2021-05-07
| | | | | | | | * gnu/packages/xfce.scm (thunar): Update to 4.16.7.
| * gnu: xfce4-settings: Add gsettings-desktop-schemas.Brendan Tildesley2021-04-30
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xfce.scm (xfce4-settings):[propagated-inputs]: Add gsettings-desktop-schemas. This makes it appear in the system profile via the xfce service. This fixes a bug where changing icon theme causes xfce4-appearance-settings to crash with the error: GLib-GIO-ERROR **: 15:41:45.828: Settings schema 'org.gnome.desktop.interface' is not installed Trace/breakpoint trap Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: exo: Update to 4.16.2.Tobias Geerinckx-Rice2021-04-27
| | | | | | | | * gnu/packages/xfce.scm (exo): Update to 4.16.2.
| * gnu: xfce, mate: Propagate 'font-dejavu'.Ludovic Courtès2021-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/47713>. Reported by bo0od <bo0od@riseup.net>. This ensures applications such as IceCat can properly text (numbers in the case of IceCat). * gnu/packages/enlightenment.scm (enlightenment)[propagated-inputs]: Add FONT-DEJAVU. * gnu/packages/mate.scm (mate)[propagated-inputs]: New field. * gnu/packages/xfce.scm (xfce)[propagated-inputs]: New field.