summaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
Commit message (Collapse)AuthorAge
* gnu: xfce: Add xfce4-power-manager.Leo Famulari2016-03-15
| | | | * gnu/packages/xfce.scm (xfce)[propagated-inputs]: Add xfce4-power-manager.
* gnu: Add xfce4-power-manager.Florian Paul Schmidt2016-03-15
| | | | | | * gnu/packages/xfce.scm (xfce4-power-manager): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: xfce: Don't wrap 'startxfce4'.宋文武2016-03-02
| | | | | | | The necessary environment variables are set by 'etc/profile' now. * gnu/packages/xfce.scm (xfce)[build-system]: Use 'trivial-build-system'. [arguments]: Simplify.
* gnu: libwnck: Rename variable for GTK+ 2 variant.Andreas Enge2016-02-28
| | | | | | | * gnu/packages/gnome.scm (libwnck-1): Rename this... (libwnck-2): ...to this. * gnu/packages/xfce.scm (xfce4-panel, xfce4-xkb-plugin, xfce4-session, xfwm4, xfdesktop)[inputs]: Adapt.
* gnu: Fix misplaced commas (unquote).Mark H Weaver2016-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix many occurrences of comma (unquote) being placed immediately after the previous list item, e.g. ("ncurses", ncurses) in the inputs. * gnu/packages/base.scm (patch, gnu-make), gnu/packages/bioinformatics.scm (hmmer), gnu/packages/bittorrent.scm (aria2), gnu/packages/compression.scm (pbzip2), gnu/packages/databases.scm (recutils), gnu/packages/fonts.scm (font-terminus), gnu/packages/freedesktop.scm (xdg-utils, elogind), gnu/packages/games.scm (gnujump), gnu/packages/gnome.scm (libidl, gnumeric, eog, gedit), gnu/packages/gnunet.scm (gnunet), gnu/packages/gnuzilla.scm (mozjs, nspr), gnu/packages/gtk.scm (gtksourceview, gdk-pixbuf), gnu/packages/lua.scm (lua), gnu/packages/openstack.scm (python-swiftclient), gnu/packages/perl.scm (perl-json-any), gnu/packages/polkit.scm (polkit-qt), gnu/packages/python.scm (wrap-python3, python-oauthlib) (python-mccabe-0.2.1, python-contextlib2, python2-rauth), gnu/packages/qt.scm (qtkeychain), gnu/packages/ruby.scm (ruby-nokogiri), gnu/packages/screen.scm (screen), gnu/packages/ssh.scm (libssh), gnu/packages/video.scm (ffmpeg, mplayer), gnu/packages/vim.scm (vim), gnu/packages/xdisorg.scm (redshift), gnu/packages/xfce.scm (xfce4-panel, xfce4-settings), gnu/packages/xnee.scm (xnee), gnu/packages/xorg.scm (font-adobe100dpi, font-adobe75dpi), gnu/packages/zsh.scm (zsh): Fix misplaced commas (unquote).
* gnu: Add xfce4-xkb-plugin.Andreas Enge2016-02-23
| | | | | * gnu/packages/xfce.scm (xfce4-xkb-plugin): New variable. (xfce)[propagated-inputs]: Add it.
* gnu: xfce-session: Enable shutdown/reboot menu entries.Ricardo Wurmus2015-11-29
| | | | | * gnu/packages/xfce.scm (xfce-session)[inputs]: Add upower and polkit. [source]: Replace paths to "shutdown" with "halt" and "restart".
* Merge branch 'master' into dbus-update宋文武2015-10-30
|\
| * gnu: xfce4-session: Fix xflock4.David Thompson2015-10-30
| | | | | | | | | | | | * gnu/packages/patches/xfce4-session-fix-xflock4.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xfce.scm (xfce4-session)[source]: Add patch.
* | gnu: xfconf: Fix test.宋文武2015-10-18
|/ | | | | * gnu/packages/xfce.scm (xfconf)[arguments]: Run test with 'DBUS_FATAL_WARNINGS=0'.
* gnu: xfce4-settings: Set the default icon theme to "gnome".宋文武2015-09-09
| | | | | | | | Fixes <http://bugs.gnu.org/21217>. * gnu/packages/patches/xfce4-settings-defaults.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xfce.scm (xfce4-settings)[source]: Add patch.
* gnu: xfce: Add xfce4-pulseaudio-plugin.宋文武2015-09-02
| | | | * gnu/packages/xfce.scm (xfce)[propagated-inputs]: Add xfce4-pulseaudio-plugin.
* gnu: Add xfce4-pulseaudio-plugin.宋文武2015-09-02
| | | | * gnu/packages/xfce.scm (xfce4-pulseaudio-plugin): New variable.
* gnu: xfce4-panel: Build with GTK+ 3 support.宋文武2015-09-02
| | | | * gnu/packages/xfce.scm (xfce4-panel)[arguments]: New field.
* gnu: libxfce4ui: Build with GTK+ 3 support.宋文武2015-09-02
| | | | * gnu/packages/xfce.scm (libxfce4ui)[propagated-inputs]: Add gtk+.
* gnu: Prefer libgudev as GUDEV (GObject bindings for libudev) provider.宋文武2015-07-26
| | | | | | * gnu/packages/gnome.scm (upower, gnome-settings-daemon, rhythmbox) gnu/packages/xfce.scm (thunar, thunar-volman): Switch to libgudev as GUDEV provider.
* gnu packages: Clean up synopses and descriptions.Alex Kost2015-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm, gnu/packages/algebra.scm, gnu/packages/audio.scm, gnu/packages/backup.scm, gnu/packages/base.scm, gnu/packages/bittorrent.scm, gnu/packages/code.scm, gnu/packages/compression.scm, gnu/packages/databases.scm, gnu/packages/enchant.scm, gnu/packages/firmware.scm, gnu/packages/fonts.scm, gnu/packages/freedesktop.scm, gnu/packages/games.scm, gnu/packages/gd.scm, gnu/packages/gl.scm, gnu/packages/gnome.scm, gnu/packages/gsasl.scm, gnu/packages/gstreamer.scm, gnu/packages/gtk.scm, gnu/packages/guile.scm, gnu/packages/haskell.scm, gnu/packages/language.scm, gnu/packages/lesstif.scm, gnu/packages/libreoffice.scm, gnu/packages/linux.scm, gnu/packages/llvm.scm, gnu/packages/maths.scm, gnu/packages/mcrypt.scm, gnu/packages/mit-krb5.scm, gnu/packages/mp3.scm, gnu/packages/ncdu.scm, gnu/packages/networking.scm, gnu/packages/ntp.scm, gnu/packages/ocaml.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm, gnu/packages/perl.scm, gnu/packages/pretty-print.scm, gnu/packages/pulseaudio.scm, gnu/packages/python.scm, gnu/packages/rdesktop.scm, gnu/packages/rdf.scm, gnu/packages/ruby.scm, gnu/packages/slang.scm, gnu/packages/slim.scm, gnu/packages/telephony.scm, gnu/packages/tls.scm, gnu/packages/tmux.scm, gnu/packages/tre.scm, gnu/packages/unrtf.scm, gnu/packages/version-control.scm, gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wget.scm, gnu/packages/xdisorg.scm, gnu/packages/xfce.scm, gnu/packages/xiph.scm: Fix typos. Trim long lines. Add missing periods in the end of sentences. Use double spaces between sentences. Remove trailing whitespaces.
* gnu: Add xfce4-clipman-plugin.宋文武2015-05-19
| | | | | * gnu/packages/xfce.scm (xfce4-clipman-plugin): New variable. (xfce)[propagated-inputs]: Add it.
* gnu: xfce4-settings: Add more inputs.宋文武2015-04-23
| | | | | * gnu/packages/xfce.scm (xfce4-settings)[inputs]: Add libxklavier, upower and xf86-input-libinput.
* gnu: Remove unneeded uses of #:imported-modules.Ludovic Courtès2015-04-01
| | | | | | | | * gnu/packages/certs.scm (nss-certs)[arguments]: Remove #:imported-modules. * gnu/packages/gnuzilla.scm (nss)[arguments]: Likewise. * gnu/packages/texlive.scm (texlive-texmf)[arguments]: Likewise. * gnu/packages/xfce.scm (xfce)[arguments]: Likewise.
* gnu: gtk-xfce-engine: Update to 2.10.1.宋文武2015-03-04
| | | | * gnu/packages/xfce.scm (gtk-xfce-engine): Update to 2.10.1.
* gnu: gtk-xfce-engine: Update to 2.10.0.宋文武2015-03-02
| | | | * gnu/packages/xfce.scm (gtk-xfce-engine): Update to 2.10.0.
* gnu: xfconf: Re-enable tests.宋文武2015-03-02
| | | | * gnu/packages/xfce.scm (xfconf)[arguments]: Add #:phases.
* gnu: xfconf: Update to 4.12.0.Mark H Weaver2015-03-01
| | | | * gnu/packages/xfce.scm (xfconf): Update to 4.12.0. Disable tests.
* gnu: xfwm4: Add inputs libdrm and libxdamage.宋文武2015-03-01
| | | | * gnu/packages/xfce.scm (xfwm4): Add libdrm and libxdamage to inputs.
* gnu: xfwm4: Update to 4.12.0.宋文武2015-03-01
| | | | * gnu/packages/xfce.scm (xfwm4): Update 4.12.0.
* gnu: xfdesktop: Update to 4.12.0.宋文武2015-03-01
| | | | * gnu/packages/xfce.scm (xfdesktop): Update to 4.12.0.
* gnu: thunar-volman: Update to 0.8.1.宋文武2015-03-01
| | | | * gnu/packages/xfce.scm (thunar-volman): Update to 0.8.1.
* gnu: thunar: Update to 1.6.6.宋文武2015-03-01
| | | | * gnu/packages/xfce.scm (thunar): Update to 1.6.6.
* gnu: xfce4-settings: Update to 4.12.0.宋文武2015-03-01
| | | | * gnu/packages/xfce.scm (xfce4-settings): Update to 4.12.0.
* gnu: xfce4-session: Update to 4.12.0.宋文武2015-03-01
| | | | * gnu/packages/xfce.scm (xfce4-session): Update to 4.12.0.
* gnu: xfce4-appfinder: Update to 4.12.0.宋文武2015-03-01
| | | | * gnu/packages/xfce.scm (xfce4-appfinder): Update to 4.12.0.
* gnu: xfce4-panel: Update to 4.12.0.宋文武2015-03-01
| | | | * gnu/packages/xfce.scm (xfce4-panel): Update to 4.12.0.
* gnu: tumbler: Update to 0.1.31.宋文武2015-03-01
| | | | * gnu/packages/xfce.scm (tumbler): Update to 0.1.31.
* gnu: garcon: Update to 0.4.0.宋文武2015-03-01
| | | | * gnu/packages/xfce.scm (garcon): Update to 0.4.0.
* gnu: exo: Update to 0.10.3.宋文武2015-03-01
| | | | * gnu/packages/xfce.scm (exo): Update to 0.10.3.
* gnu: libxfce4ui: Update to 4.12.0.宋文武2015-03-01
| | | | * gnu/packages/xfce.scm (libxfce4ui): Update to 4.12.0.
* gnu: libxfce4util: Update to 4.12.1.宋文武2015-03-01
| | | | * gnu/packages/xfce.scm (libxfce4util): Update to 4.12.1.
* gnu: tumbler: Update to 0.1.30.Mark H Weaver2015-02-07
| | | | * gnu/packages/xfce.scm (tumbler): Update to 0.1.30. Use latest gstreamer.
* gnu: Add xfce.宋文武2015-02-05
| | | | * gnu/packages/xfce.scm (xfce): New variable.
* packages: Add 'file-type' field to 'search-path-specification'.Ludovic Courtès2014-12-27
| | | | | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/18033>. * guix/packages.scm (<search-path-specification>): Rename 'directories' field to 'files'. Add 'file-type'. (search-path-specification->sexp): Honor 'file-type'. * gnu/packages/autotools.scm, gnu/packages/bootstrap.scm, gnu/packages/cross-base.scm, gnu/packages/games.scm, gnu/packages/gcc.scm, gnu/packages/glib.scm, gnu/packages/guile.scm, gnu/packages/man.scm, gnu/packages/perl.scm, gnu/packages/pkg-config.scm, gnu/packages/python.scm, gnu/packages/ruby.scm, gnu/packages/xfce.scm: Change 'directories' to 'files'. * tests/packages.scm ("search paths"): Change 'directories' field to 'files'. * guix/scripts/environment.scm (for-each-search-path): Likewise.
* gnu: Add xfce4-terminal.宋文武2014-12-20
| | | | * gnu/packages/xfce.scm (xfce4-terminal): New variable.
* gnu: Add xfce4-battery-plugin.Mark H Weaver2014-12-14
| | | | * gnu/packages/xfce.scm (xfce4-battery-plugin): New variable.
* gnu: xfce4-panel: Support panel plugins from other packages.Mark H Weaver2014-12-14
| | | | | | | * gnu/packages/patches/xfce4-panel-plugins.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xfce.scm (xfce4-panel): Add the patch, and a native search path specification for X_XFCE4_LIB_DIRS.
* gnu: xfconf: Disable parallel tests.宋文武2014-12-13
| | | | * gnu/packages/xfce.scm (xfconf): Add 'arguments' field.
* gnu: Add xfdesktop.宋文武2014-12-12
| | | | * gnu/packages/xfce.scm (xfdesktop): New variable.
* gnu: Add xfwm4.宋文武2014-12-12
| | | | * gnu/packages/xfce.scm (xfwm4): New variable.
* gnu: Add thunar-volman.宋文武2014-12-12
| | | | * gnu/packages/xfce.scm (thunar-volman): New variable.
* gnu: Add thunar.宋文武2014-12-12
| | | | * gnu/packages/xfce.scm (thunar): New variable.
* gnu: Add xfce4-settings.宋文武2014-12-12
| | | | * gnu/packages/xfce.scm (xfce4-settings): New variable.