summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
Commit message (Collapse)AuthorAge
* gnu: libgnome: Correct source file name.Andreas Enge2014-05-29
| | | | * gnu/packages/gnome.scm (libgnome): Correct source file name.
* gnu: Make gtk-glext depend on pangox-compat and remove workaround patchJohn Darrington2014-05-28
| | | | | | * gnu/packages/gnome.scm (gtk-glext): Add new dependency and remove patch * gnu/packages/patches/gtkglext-remove-pangox-dependency.patch: Delete file * gnu-system.am: Delete gnu/packages/patches/gtkglext-remove-pangox-dependency.patch
* gnu: Add gsegrafix and dependent libraries.John Darrington2014-05-26
| | | | | | | | * gnu/packages/math.scm (gsegrafix): New variable. * gnu/packages/gtk.scm (pangox-compat): New variable. * gnu/packages/gnome.scm (libidl, orbit2, libbonobo, gconf, gnome-mime-data, gnome-vfs, libgnome, libart-lgpl, libgnomecanvas, libgnomeui, libglade, libgnomeprint, libgnomeprintui, libbonoboui): New variables.
* gnu: Make $XDG_DATA_DIRS a search path variable for GLib.Ludovic Courtès2014-05-06
| | | | | | | | | | * gnu/packages/glib.scm (glib): Add 'native-search-paths' and 'search-paths' fields. * gnu/packages/gnome.scm (libpeas): Remove 'arguments' field. (librsvg)[arguments]: Remove #:modules and #:imported-modules. Remove settings of INTROSPECTION_SCANNER_ARGS and INTROSPECTION_COMPILER_ARGS in makefiles. * gnu/packages/gtk.scm (gtk+): Likewise.
* gnu: gobject-introspection is usually meant to be a native input.Ludovic Courtès2014-05-06
| | | | | | | | * gnu/packages/gtk.scm (atk, pango, gdk-pixbuf, gtk+): Move gobject-introspection to 'native-inputs' since it's only used at build time. * gnu/packages/gnome.scm (libpeas): Move pkg-config, gobject-introspection, and intltool to 'native-inputs'.
* gnu: Add librsvg.Ludovic Courtès2014-05-06
| | | | * gnu/packages/gnome.scm (librsvg): New variable.
* gnu: Add libgsf.Ludovic Courtès2014-05-06
| | | | * gnu/packages/gnome.scm (libgsf): New variable.
* gnu: Add libcroco.Ludovic Courtès2014-05-06
| | | | * gnu/packages/gnome.scm (libcroco): New variable.
* gnu: Add Glade.John Darrington2014-02-06
| | | | | | * gnu/packages/gnome.scm (glade): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mesa: Move out of xorg.scm and into gl.scmJohn Darrington2013-12-30
| | | | | | | | | * gnu/packages/xorg.scm (mesa): Move to... * gnu/packages/gl.scm (mesa): ... here. New variable. * gnu/packages/gnome.scm, gnu/packages/gnuzilla.scm, gnu/packages/qemu.scm, gnu/packages/qt.scm: Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnome: Add new package gtkglextJohn Darrington2013-12-29
| | | | | | | | | | * gnu/packages/gnome.scm (gtkglext): New variable. * gnu/packages/patches/gtkglext-disable-disable-deprecated.patch, gnu/packages/patches/gtkglext-remove-pangox-dependency.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add gnome-desktop.Cyril Roelandt2013-12-16
| | | | * gnu/packages/gnome.scm (gnome-desktop): New variable.
* gnu: Add libpeas.Cyril Roelandt2013-12-15
| | | | * gnu/packages/gnome.scm (libpeas): New variable.
* gnu: Move numerous "inputs" which should be "native-inputs".John Darrington2013-12-15
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/avahi.scm, gnu/packages/cdrom.scm, gnu/packages/cryptsetup.scm, gnu/packages/curl.scm, gnu/packages/emacs.scm, gnu/packages/fontutils.scm, gnu/packages/gdb.scm, gnu/packages/geeqie.scm, gnu/packages/ghostscript.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/graphviz.scm, gnu/packages/groff.scm, gnu/packages/gstreamer.scm, gnu/packages/gtk.scm, gnu/packages/gv.scm, gnu/packages/imagemagick.scm, gnu/packages/irssi.scm, gnu/packages/kde.scm, gnu/packages/libcanberra.scm, gnu/packages/libtiff.scm, gnu/packages/linux.scm, gnu/packages/lvm.scm, gnu/packages/mp3.scm, gnu/packages/netpbm.scm, gnu/packages/parted.scm, gnu/packages/pdf.scm, gnu/packages/pulseaudio.scm, gnu/packages/qemu.scm, gnu/packages/qt.scm, gnu/packages/ratpoison.scm, gnu/packages/rdf.scm, gnu/packages/slim.scm, gnu/packages/texlive.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/vpn.scm, gnu/packages/w3m.scm, gnu/packages/xml.scm, gnu/packages/xnee.scm, gnu/packages/xorg.scm, gnu/packages/zip.scm: Move some build-time dependencies from `inputs' to `native-inputs'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: evince: Set search path for MIME info.Ludovic Courtès2013-10-17
| | | | | | * gnu/packages/gnome.scm (evince): Add #:phases argument. Remove "perl" and "perl-xml-parser" inputs since they are not directly needed; move "intltool" to 'native-inputs'.
* gnu: Add shared-mime-info.Ludovic Courtès2013-10-17
| | | | * gnu/packages/gnome.scm (shared-mime-info): New variable.
* gnu: Add libgnome-keyring and Evince.Ludovic Courtès2013-10-13
| | | | * gnu/packages/gnome.scm (libgnome-keyring, evince): New variables.
* gnu: gnome: Add brasero.Andreas Enge2013-10-03
| | | | | * gnu/packages/gnome.scm (brasero): New variable; not totally usable due to lacking inputs.
* gnu: Add hicolor-icon-theme.Andreas Enge2013-10-02
| | | | * gnu/packages/gnome.scm (hicolor-icon-theme): New variable.
* gnu: gnome: Add gnome-icon-theme.Andreas Enge2013-10-02
| | | | * gnu/packages/gnome.scm (gnome-icon-theme): New variable.
* gnu: Add icon-naming-utils.Andreas Enge2013-10-02
| | | | * gnu/packages/gnome.scm (icon-naming-utils): New variable.
* gnu: gnome: Add gsettings-desktop-schemas.Andreas Enge2013-10-02
| | | | * gnu/packages/gnome.scm (gsettings-desktop-schemas): New variable.
* gnu: gnome: Add libnotify.Andreas Enge2013-10-02
| | | | * gnu/packages/gnome.scm (libnotify): New variable.
* gnu: Add gnome-doc-utils.Andreas Enge2013-09-22
* gnu/packages/gnome.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add module.