From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: [PATCH 0/6] Add eog Date: Sat, 30 Nov 2013 02:13:30 +0100 Message-ID: <1385774016-1418-1-git-send-email-tipecaml@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmZ7D-0005lo-1E for guix-devel@gnu.org; Fri, 29 Nov 2013 20:13:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VmZ76-0003UT-Ed for guix-devel@gnu.org; Fri, 29 Nov 2013 20:12:58 -0500 Received: from mail-wg0-x233.google.com ([2a00:1450:400c:c00::233]:34977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmZ76-0003UP-7Q for guix-devel@gnu.org; Fri, 29 Nov 2013 20:12:52 -0500 Received: by mail-wg0-f51.google.com with SMTP id b13so7092948wgh.30 for ; Fri, 29 Nov 2013 17:12:50 -0800 (PST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org 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