[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/6] Add eog
From: |
Cyril Roelandt |
Subject: |
[PATCH 0/6] Add eog |
Date: |
Sat, 30 Nov 2013 02:13:30 +0100 |
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
- [PATCH 0/6] Add eog,
Cyril Roelandt <=