summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
Commit message (Collapse)AuthorAge
* gnu: Switch from xproto to xorgproto.Marius Bakke2018-03-18
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/compton.scm (compton)[inputs]: Replace XPROTO with XORGPROTO. * gnu/packages/enlightenment.scm (efl)[inputs]: Likewise. * gnu/packages/gnome.scm (totem)[inputs]: Likewise. * gnu/packages/haskell.scm (ghc-x11-xft)[inputs]: Likewise. * gnu/packages/image-processing.scm (vtk)[inputs]: Likewise. * gnu/packages/mate.scm (mate-control-center, mate-netbook, mate-screensaver, mate-utils)[native-inputs]: Likewise. * gnu/packages/xdisorg.scm (xautomation)[native-inputs]: Likewise. * gnu/packages/xnee.scm (xnee)[inputs]: Likewise. * gnu/packages/xorg.scm (imake, lndir, libxshmfence, libfontenc, libfs, libxcomposite, libxdmcp, libxft, libxmu, libxpm, libxres, makedepend, mkfontscale, sessreg, xev, xf86-video-qxl, xkbcomp-intermediate, xkbutils, xlsfonts, xmodmap, xpr, xprop, xrandr, xset, xwd, xwininfo, xwud, xorg-rgb, libxdamage, libxrender, libxv, libice, libxau, libxfixes, libxfont, libxi, libxrandr, libxvmc, xorg-server, libxcursor, libxaw, twm, xinit, xterm)[inputs]: Likewise. (xorgproto): Move expression before all other -proto packages. (xproto)[properties]: Mark as superseded by XORGPROTO.
* gnu: All snippets report errors using exceptions, else return #t.Mark H Weaver2018-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm, gnu/packages/algebra.scm, gnu/packages/audio.scm, gnu/packages/backup.scm, gnu/packages/base.scm, gnu/packages/bioinformatics.scm, gnu/packages/cdrom.scm, gnu/packages/chez.scm, gnu/packages/code.scm, gnu/packages/compression.scm, gnu/packages/cross-base.scm, gnu/packages/crypto.scm, gnu/packages/cups.scm, gnu/packages/databases.scm, gnu/packages/dns.scm, gnu/packages/emacs.scm, gnu/packages/emulators.scm, gnu/packages/engineering.scm, gnu/packages/enlightenment.scm, gnu/packages/fpga.scm, gnu/packages/freedesktop.scm, gnu/packages/ftp.scm, gnu/packages/games.scm, gnu/packages/gcc.scm, gnu/packages/geo.scm, gnu/packages/ghostscript.scm, gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnuzilla.scm, gnu/packages/graphics.scm, gnu/packages/gtk.scm, gnu/packages/guile.scm, gnu/packages/irc.scm, gnu/packages/java.scm, gnu/packages/kerberos.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/lxde.scm, gnu/packages/machine-learning.scm, gnu/packages/mail.scm, gnu/packages/maths.scm, gnu/packages/messaging.scm, gnu/packages/monitoring.scm, gnu/packages/mp3.scm, gnu/packages/music.scm, gnu/packages/netpbm.scm, gnu/packages/networking.scm, gnu/packages/node.scm, gnu/packages/nvi.scm, gnu/packages/ocaml.scm, gnu/packages/pdf.scm, gnu/packages/perl.scm, gnu/packages/php.scm, gnu/packages/plotutils.scm, gnu/packages/pretty-print.scm, gnu/packages/profiling.scm, gnu/packages/pulseaudio.scm, gnu/packages/python-crypto.scm, gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/robotics.scm, gnu/packages/sawfish.scm, gnu/packages/scanner.scm, gnu/packages/scheme.scm, gnu/packages/scribus.scm, gnu/packages/sdl.scm, gnu/packages/serialization.scm, gnu/packages/shells.scm, gnu/packages/slang.scm, gnu/packages/smalltalk.scm, gnu/packages/ssh.scm, gnu/packages/sync.scm, gnu/packages/syncthing.scm, gnu/packages/tbb.scm, gnu/packages/terminals.scm, gnu/packages/texinfo.scm, gnu/packages/text-editors.scm, gnu/packages/textutils.scm, gnu/packages/tls.scm, gnu/packages/unrtf.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wm.scm, gnu/packages/wxwidgets.scm, gnu/packages/xdisorg.scm, gnu/packages/xorg.scm: In all snippets, report errors using exceptions, or else return #t.
* Merge branch 'master' into core-updatesRicardo Wurmus2018-03-14
|\
| * gnu: libsoup: Update to 2.62.0.Marius Bakke2018-03-14
| | | | | | | | * gnu/packages/gnome.scm (libsoup): Update to 2.62.0.
| * gnu: gedit: Update to 3.28.0.Rutger Helling2018-03-13
| | | | | | | | * gnu/packages/gnome.scm (gedit): Update to 3.28.0.
| * gnu: gnome-sudoku: Update to 3.28.0.Rutger Helling2018-03-13
| | | | | | | | * gnu/packages/gnome.scm (gnome-sudoku): Update to 3.28.0.
| * gnu: gtk-vnc: Update to 0.7.1.Tobias Geerinckx-Rice2018-03-12
| | | | | | | | | | * gnu/packages/gnome.scm (gtk-vnc): Update to 0.7.1. [native-inputs]: Add python-wrapper.
| * gnu: Use HTTPS on gtkmm.org home pages.Marius Bakke2018-03-07
| | | | | | | | | | | | * gnu/packages/gtk.scm (atkmm, gtkmm)[home-page]: Use HTTPS. * gnu/packages/gnome.scm (libgnomecanvasmm)[home-page]: Likewise. * gnu/packages/glib.scm (glibmm)[home-page]: Likewise.
| * gnu: nautilus: Use meson-build-system, update to 3.26.2.Rene2018-03-01
| | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (nautilus): Update to 3.26.2. [build-system]: Use meson-build-system. [native-inputs]: Add desktop-file-utils and gtk+:bin. [inputs]: Add libselinux. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Use HTTPS for supported freedesktop.org home pages.Tobias Geerinckx-Rice2018-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/fontutils.scm (fontconfig)[home-page]: Use HTTPS. * gnu/packages/freedesktop.scm (python-pyxdg, accountsservice) (modem-manager, telepathy-mission-control, telepathy-mission-control) (colord-gtk, desktop-file-utils)[home-page]: Likewise. * gnu/packages/ghostscript.scm (libspectre)[home-page]: Likewise. * gnu/packages/glib.scm (dbus, dbus-glib, telepathy-glib)[home-page]: Likewise. * gnu/packages/gnome.scm (shared-mime-info, hicolor-icon-theme) (libxklavier, colord, upower)[home-page]: Likewise. * gnu/packages/gstreamer.scm (orc, python-gst)[home-page]: Likewise. * gnu/packages/libcanberra.scm (sound-theme-freedesktop)[home-page]: Likewise. * gnu/packages/libreoffice.scm (libexttextcat)[home-page]: Likewise. * gnu/packages/polkit.scm (polkit-gnome, polkit-gnome)[home-page]: Likewise. * gnu/packages/pulseaudio.scm (pavucontrol)[home-page]: Likewise. * gnu/packages/python.scm (python-dbus)[home-page]: Likewise. * gnu/packages/xdisorg.scm (startup-notification)[home-page]: Likewise.
* | build-system/gnu: Add 'bootstrap' phase.Ludovic Courtès2018-03-11
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This factorizes what has become a widespread idiom. * guix/build/gnu-build-system.scm (%bootstrap-scripts): New variable. (bootstrap): New procedure. (%standard-phases): Add it after 'unpack'. * guix/build/ant-build-system.scm (%standard-phases): Delete 'bootstrap. * guix/build/asdf-build-system.scm (%standard-phases/source) (%standard-phases): Likewise. * guix/build/cargo-build-system.scm (%standard-phases): Likewise. * guix/build/cmake-build-system.scm (%standard-phases): Likewise. * guix/build/dub-build-system.scm (%standard-phases): Likewise. * guix/build/emacs-build-system.scm (%standard-phases): Likewise. * guix/build/font-build-system.scm (%standard-phases): Likewise. * guix/build/go-build-system.scm (%standard-phases): Likewise. * guix/build/haskell-build-system.scm (%standard-phases): Likewise. * guix/build/minify-build-system.scm (%standard-phases): Likewise. * guix/build/ocaml-build-system.scm (%standard-phases): Likewise. * guix/build/perl-build-system.scm (%standard-phases): Likewise. * guix/build/python-build-system.scm (%standard-phases): Likewise. * guix/build/r-build-system.scm (%standard-phases): Likewise. * guix/build/ruby-build-system.scm (%standard-phases): Likewise. * guix/build/scons-build-system.scm (%standard-phases): Likewise. * guix/build/texlive-build-system.scm (%standard-phases): Likewise. * guix/build/waf-build-system.scm (%standard-phases): Likewise. * gnu/packages/audio.scm (faad2)[arguments]: Replace 'bootstrap. (soundtouch, cuetools, bluez-alsa): Remove 'arguments'. (cava)[arguments]: Replace 'bootstrap. * gnu/packages/backup.scm (rdup): Remove 'bootstrap. * gnu/packages/bioinformatics.scm (seek)[arguments]: Replace 'bootstrap. * gnu/packages/bioinformatics.scm (htslib-for-sambamba): Remove 'arguments'. * gnu/packages/ci.scm (hydra, cuirass): Remove 'bootstrap'. * gnu/packages/crypto.scm (libb2): Remove #:phases. * gnu/packages/databases.scm (guile-wiredtiger): Likewise. * gnu/packages/debug.scm (stress-make): Remove 'bootstrap'. * gnu/packages/documentation.scm (asciidoc): Likewise. * gnu/packages/fontutils.scm (libuninameslist): Remove 'arguments'. * gnu/packages/ftp.scm (weex): Remove 'arguments'. * gnu/packages/game-development.scm (ois): Remove 'arguments'. * gnu/packages/games.scm (pioneer): Remove 'bootstrap. * gnu/packages/gnome.scm (vte-ng, byzanz): Replace 'bootstrap. (arc-theme): Remove 'arguments'. (faba-icon-theme): Remove 'bootstrap. (arc-icon-theme): Remove 'arguments'. * gnu/packages/gnunet.scm (guile-gnunet): Likewise. * gnu/packages/gtk.scm (guile-rsvg): Likewise. * gnu/packages/guile.scm (mcron2): Remove 'bootstrap. (guile-bash): Remove #:phases. (guile-git): Remove 'bootstrap. (guile-syntax-highlight): Remove 'arguments'. (guile-sjson): Likewise. * gnu/packages/java.scm (classpath-devel): Remove 'bootstrap. * gnu/packages/kodi.scm (libdvdnav/kodi) (libdvdread/kodi, libdvdcss/kodi): Likewise. * gnu/packages/libreoffice.scm (hunspell): Remove 'arguments'. * gnu/packages/libusb.scm (hidapi): Likewise. * gnu/packages/linux.scm (bridge-utils): Rename 'bootstrap' to 'patch-stuff'; move it before 'bootstrap', without autoreconf invocation. (eudev): Rename 'bootstrap' to 'patch-file-names', without 'autogen.sh' invocation; move it before 'bootstrap. (gpm): Replace 'bootstrap'. (f2fs-tools): Remove 'arguments'. (rng-tools): Remove #:phases. * gnu/packages/messaging.scm (hexchat): Rename 'bootstrap' to 'copy-intltool-makefile'; remove "autoreconf" invocation and move before 'bootstrap'. (libmesode): Remove 'arguments'. (libstrophe): Likewise. * gnu/packages/microcom.scm (microcom): Likewise. * gnu/packages/networking.scm (libnet): Remove 'bootstrap. * gnu/packages/onc-rpc.scm (libnsl): Remove 'arguments'. * gnu/packages/package-management.scm (guix): Replace 'bootstrap. * gnu/packages/sawfish.scm (librep): Remove 'arguments'. * gnu/packages/version-control.scm (findnewest): Likewise. * gnu/packages/video.scm (liba52, handbrake, motion): Replace 'bootstrap. * gnu/packages/web.scm (fcgiwrap): Remove #:phases. (tidy): Replace 'bootstrap. (gumbo-parser): Remove #:phases. * gnu/packages/wget.scm (wget2): Replace 'bootstrap. * gnu/packages/wm.scm (i3lock-color): Remove #:phases. * gnu/packages/xdisorg.scm (xclip): Likewise. * gnu/packages/xml.scm (libxls): Replace 'bootstrap'. * gnu/packages/xorg.scm (xf86-video-freedreno) (xf86-video-intel): Remove #:phases. * gnu/packages/zile.scm (zile-on-guile): Replace 'bootstrap.
* gnu: libsoup: Update to 2.60.3.Marius Bakke2018-02-22
| | | | * gnu/packages/gnome.scm (libsoup): Update to 2.60.3.
* Merge branch 'master' into core-updatesMark H Weaver2018-02-09
|\
| * gnu: shotwell: Update to 0.27.4.Tobias Geerinckx-Rice2018-02-06
| | | | | | | | * gnu/packages/gnome.scm (shotwell): Update to 0.27.4.
* | gnu: tracker: Use sqlite-with-fts5.Mark H Weaver2018-01-28
| | | | | | | | | | * gnu/packages/gnome.scm (tracker)[inputs]: Use sqlite-with-fts5 instead of our default sqlite package.
* | gnu: evolution-data-server: Fix build failure against ICU 60.Marius Bakke2018-01-27
| | | | | | | | | | * gnu/packages/gnome.scm (evolution-data-server)[arguments]: Add CMAKE_CXX_FLAGS=-std=gnu++11 to #:configure-flags.
* | gnu: gnome-keyring: Fix build with Automake 1.15.1.Ludovic Courtès2018-01-21
| | | | | | | | | | * gnu/packages/gnome.scm (gnome-keyring)[arguments] <fix-docbook>: Invoke autoconf/aclocal/automake.
* | gnu: libgnomeui: Fix build with Python 3.6.Leo Famulari2018-01-16
| | | | | | | | | | | | * gnu/packages/patches/libgnomeui-utf8.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (libgnomeui)[source]: Use it.
* | gnu: libgnome: Adjust for latest GLib.Ludovic Courtès2018-01-13
| | | | | | | | | | | | * gnu/packages/patches/libgnome-encoding.patch: New file. * gnu/packages/gnome.scm (libgnome)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
* | Merge branch 'master' into core-updatesLeo Famulari2018-01-11
|\|
| * gnu: Add sound-juicer.nee2018-01-11
| | | | | | | | | | | | * gnu/packages/gnome.scm (sound-juicer): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: gdm: Update to 3.26.2.1.Rutger Helling2018-01-06
| | | | | | | | * gnu/packages/gnome.scm (gdm): Update to 3.26.2.1.
| * gnu: gnome-online-accounts: Update to 3.26.2.Tobias Geerinckx-Rice2018-01-06
| | | | | | | | | | | | | | | | This removes telepathy support, which is actively discouraged upstream: <https://git.gnome.org/browse/gnome-online-accounts/commit/?id=a65ebfe1069>. * gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.26.2. [inputs]: Remove telepathy-glib.
* | gnu: librsvg: Disable more failing tests.Mark H Weaver2018-01-08
| | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (librsvg)[arguments]: Rename 'remove-failing-test' phase to 'remove-failing-tests'. Disable more tests that fail on i686 and armhf. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-12-31
|\|
| * gnu: lollypop: Use meson-build-system, update to 0.9.306.Thomas Danckaert2017-12-27
| | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (lollypop) [origin]: Update version to 0.9.306, download tarball from gitlab. [build-system]: Use meson-build-system. [arguments]: Remove phases for "pseudo meson build system". [native-inputs]: Add glib:bin and gtk+:bin, remove ninja. [inputs]: Remove gtk+ and meson.
| * gnu: totem: Disable (duplicate) cache generation.Danny Milosavljevic2017-12-27
| | | | | | | | * gnu/packages/gnome.scm (totem): Disable (duplicate) cache generation.
| * gnu: adwaita-icon-theme: Update to 3.26.1.Tobias Geerinckx-Rice2017-12-26
| | | | | | | | * gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.26.1.
| * gnu: gexiv2: Update to 0.10.7.Tobias Geerinckx-Rice2017-12-26
| | | | | | | | | | * gnu/packages/gnome.scm (gexiv2): Update to 0.10.7. [build-system]: Switch to meson-build-system.
| * gnu: mutter: Add xorg-xserver-xwayland input.Rutger Helling2017-12-22
| | | | | | | | | | | | | | * gnu/packages/gnome.scm (mutter)[inputs]: Add xorg-server-xwayland. [arguments]: Add '--with-xwayland-path' to #:configure-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: libgxps: Fix CVE-2017-11590.Leo Famulari2017-12-21
| | | | | | | | | | | | * gnu/packages/patches/libgxps-CVE-2017-11590.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (libgxps)[source]: Use it.
* | Merge branch 'master' into core-updatesMarius Bakke2017-12-19
|\|
| * gnu: gucharmap: Use glib-or-gtk-build-system.Andy Wingo2017-12-14
| | | | | | | | * gnu/packages/gnome.scm (gucharmap): Use glib-or-gtk-build-system.
| * gnu: eolie: Update to 0.9.15.Ricardo Wurmus2017-12-08
| | | | | | | | * gnu/packages/gnome.scm (eolie): Update to 0.9.15.
* | gnu: librsvg: Update to 2.40.20.Marius Bakke2017-12-18
| | | | | | | | * gnu/packages/gnome.scm (librsvg): Update to 2.40.20.
* | Merge branch 'master' into core-updatesMarius Bakke2017-12-05
|\|
| * gnu: eolie: Update to 0.9.13.Tobias Geerinckx-Rice2017-12-04
| | | | | | | | * gnu/packages/gnome.scm (eolie): Update to 0.9.13.
| * gnu: gnome-default-applications: Add Evince for PDF and PS.Ludovic Courtès2017-12-01
| | | | | | | | | | | | | | * gnu/packages/gnome.scm (gnome-default-applications)[propagated-inputs]: Add EVINCE. [arguments]: Associate Evince with application/pdf and application/postscript.
| * gnu: rhythmbox: Update to 3.4.2.Tobias Geerinckx-Rice2017-11-27
| | | | | | | | * gnu/packages/gnome.scm (rhythmbox): Update to 3.4.2.
| * gnu: libgweather: Update to 3.26.1.Tobias Geerinckx-Rice2017-11-27
| | | | | | | | * gnu/packages/gnome.scm (libgweather): Update to 3.26.1.
| * gnu: glade@3: Update to 3.20.2.Tobias Geerinckx-Rice2017-11-27
| | | | | | | | * gnu/packages/gnome.scm (glade3): Update to 3.20.2.
| * gnu: shotwell: Update to 0.27.1.Leo Famulari2017-11-26
| | | | | | | | * gnu/packages/gnome.scm (shotwell): Update to 0.27.1.
| * gnu: gnumeric: Update to 1.12.36.Ludovic Courtès2017-11-22
| | | | | | | | * gnu/packages/gnome.scm (gnumeric): Update to 1.12.36.
| * gnu: goffice: Update to 0.10.36.Ludovic Courtès2017-11-22
| | | | | | | | * gnu/packages/gnome.scm (goffice): Update to 0.10.36.
| * gnu: Patch path to locale in gnome-desktop.Christopher Baines2017-11-21
| | | | | | | | | | * gnu/packages/gnome.scm (gnome-desktop)[arguments]: Add 'patch-path phase to get libgnome-desktop to use the full path to the locale binary.
* | Merge branch 'master' into core-updatesMarius Bakke2017-11-19
|\|
| * gnu: Move date/time packages from python.scm to time.scm.Ricardo Wurmus2017-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-pytz, python2-pytz, python-dateutil, python2-dateutil, python-parsedatetime, python2-parsedatetime, python-tzlocal, python-isodate, python2-isodate, python-iso8601, python2-iso8601, python-monotonic, python2-monotonic, python-pyrfc3339, python2-pyrfc3339, python-arrow, python2-arrow, python-aniso8601, python2-aniso8601): Move from here... * gnu/packages/time.scm: ...to here. * gnu/packages/calendar.scm, gnu/packages/check.scm, gnu/packages/django.scm, gnu/packages/ebook.scm, gnu/packages/gnome.scm, gnu/packages/irc.scm, gnu/packages/jrnl.scm, gnu/packages/mail.scm, gnu/packages/openstack.scm, gnu/packages/package-management.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/rdf.scm, gnu/packages/statistics.scm, gnu/packages/tls.scm, gnu/packages/tryton.scm, gnu/packages/version-control.scm: Adjust accordingly.
| * gnu: eolie: Update to 0.9.12.Ricardo Wurmus2017-11-17
| | | | | | | | | | * gnu/packages/gnome.scm (eolie): Update to 0.9.12. [inputs]: Add python-dateutil.
| * gnu: cheese: Update to 3.26.0.Rutger Helling2017-11-17
| | | | | | | | | | | | * gnu/packages/gnome.scm (cheese): Update to 3.26.0 Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: eog: Update to 3.26.2.Rutger Helling2017-11-17
| | | | | | | | | | | | * gnu/packages/gnome.scm (eog): Update to 3.26.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>