all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 0/6] Add eog
@ 2013-11-30  1:13 Cyril Roelandt
  2013-11-30  1:13 ` [PATCH 1/6] gnu: gobject-introspection: look for 'gcc' when no compiler seems available Cyril Roelandt
                   ` (5 more replies)
  0 siblings, 6 replies; 41+ messages in thread
From: Cyril Roelandt @ 2013-11-30  1:13 UTC (permalink / raw)
  To: guix-devel

This patch series adds eog. The first patches will probably be useful to anyone
willing to package GNOME software. The last one, actually adding eog to Guix,
does not allow one to run eog:

$ GSETTINGS_SCHEMA_DIR=/home/cyril/.guix-profile/share/glib-2.0/schemas/ eog

** (eog:1410): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-jlAf2XkKHs: Connection refused

(eog:1410): GLib-GIO-ERROR **: Settings schema 'org.gnome.desktop.thumbnailers' is not installed

Trace/breakpoint trap



I hope this helps anyway.
Cyril.
---
Cyril Roelandt (6):
  gnu: gobject-introspection: look for 'gcc' when no compiler seems
    available.
  gnu: gtk+: enable introspection.
  gnu: Add libpeas.
  gnu: Add iso-codes.
  gnu: Add gnome-desktop.
  gnu: Add eog.

 gnu-system.am                                      |   2 +
 gnu/packages/glib.scm                              |   7 +-
 gnu/packages/gnome.scm                             | 177 +++++++++++++++++++++
 gnu/packages/gtk.scm                               |  43 ++++-
 gnu/packages/iso-codes.scm                         |  73 +++++++++
 .../patches/gobject-introspection-cc.patch         |  15 ++
 6 files changed, 310 insertions(+), 7 deletions(-)
 create mode 100644 gnu/packages/iso-codes.scm
 create mode 100644 gnu/packages/patches/gobject-introspection-cc.patch

-- 
1.8.4.rc3

^ permalink raw reply	[flat|nested] 41+ messages in thread

end of thread, other threads:[~2013-12-12 21:22 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-30  1:13 [PATCH 0/6] Add eog Cyril Roelandt
2013-11-30  1:13 ` [PATCH 1/6] gnu: gobject-introspection: look for 'gcc' when no compiler seems available Cyril Roelandt
2013-11-30 21:59   ` Ludovic Courtès
2013-12-01  3:15     ` Cyril Roelandt
2013-12-01 22:11       ` Ludovic Courtès
2013-11-30  1:13 ` [PATCH 2/6] gnu: gtk+: enable introspection Cyril Roelandt
2013-11-30 22:01   ` Ludovic Courtès
2013-12-01  3:43     ` Cyril Roelandt
2013-12-01 22:12       ` Ludovic Courtès
2013-12-07 15:11         ` Cyril Roelandt
2013-12-07 15:27           ` Ludovic Courtès
2013-12-08 20:32             ` [PATCH 2/6 v2] " Cyril Roelandt
2013-12-08 23:53               ` Ludovic Courtès
2013-12-10 23:43                 ` [PATCH 2/6 v3] " Cyril Roelandt
2013-12-11 21:09                   ` Ludovic Courtès
2013-11-30  1:13 ` [PATCH 3/6] gnu: Add libpeas Cyril Roelandt
2013-11-30 22:03   ` Ludovic Courtès
2013-12-01  3:45     ` Cyril Roelandt
2013-12-01 22:13       ` Ludovic Courtès
2013-12-08 20:33         ` [PATCH 3/6 v2] " Cyril Roelandt
2013-12-08 23:55           ` Ludovic Courtès
2013-12-10 23:44             ` [PATCH 3/6 v6] " Cyril Roelandt
2013-12-11 21:10               ` Ludovic Courtès
2013-11-30  1:13 ` [PATCH 4/6] gnu: Add iso-codes Cyril Roelandt
2013-11-30 22:05   ` Ludovic Courtès
2013-12-01  3:47     ` Cyril Roelandt
2013-12-01 22:13       ` Ludovic Courtès
2013-12-08 20:33         ` [PATCH 4/6 v2] " Cyril Roelandt
2013-12-08 23:55           ` Ludovic Courtès
2013-11-30  1:13 ` [PATCH 5/6] gnu: Add gnome-desktop Cyril Roelandt
2013-11-30 22:07   ` Ludovic Courtès
2013-12-08 20:34     ` [PATCH 5/6 v2] " Cyril Roelandt
2013-12-08 23:57       ` Ludovic Courtès
2013-12-09  0:06         ` Cyril Roelandt
2013-12-09 17:34           ` Ludovic Courtès
2013-12-10 23:44             ` [PATCH 5/6 v3] " Cyril Roelandt
2013-12-11 21:11               ` Ludovic Courtès
2013-12-12  6:07                 ` John Darrington
2013-12-12 21:22                   ` Ludovic Courtès
2013-11-30  1:13 ` [PATCH 6/6] gnu: Add eog Cyril Roelandt
2013-11-30 22:06   ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.