Cyril Roelandt <[email protected]> skribis: > * gnu/packages/gnome.scm: New file.
I’d have put it in glib.scm maybe; thoughts? > * gnu-system.am: Add it. > --- > gnu-system.am | 1 + > gnu/packages/gnome.scm | 72 > ++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 73 insertions(+) > create mode 100644 gnu/packages/gnome.scm > > > This works fine on i686, but fails on x86-64 with: > > "ERROR: can't resolve libraries to shared libraries: gobject-2.0, glib-2.0" > > Any idea why ? No. Could you try to grep the source to see what produces this message? > Also, some bits are gpl2+, other are lgpl2+, what should I use in the > 'license' > field ? ‘license’ should refer to the resulting license, so in that case it’s gpl2+. However, it’s good to add a comment stating that some files are LGPLv2+ as well. Thanks, Ludo’.
