[oe] xfce 4.6.2 recipes

Jens Seidel jensseidel at users.sf.net
Wed Jun 16 13:31:53 UTC 2010


On Wed, Jun 16, 2010 at 02:51:26PM +0200, Andreas Mueller wrote:
> diff --git a/recipes/xfce-base/exo-0.3.107/exo-0.3.107-iocharset.patch b/recipes/xfce-base/exo-0.3.107/exo-0.3.107-iocharset.patch
> new file mode 100644
> index 0000000..a667f11
> --- /dev/null
> +++ b/recipes/xfce-base/exo-0.3.107/exo-0.3.107-iocharset.patch
> @@ -0,0 +1,79 @@
> +diff --git a/exo-mount/exo-mount-hal.c b/exo-mount/exo-mount-hal.c
> +index 791a536..4b130c3 100644
> +--- a/exo-mount/exo-mount-hal.c
> ++++ b/exo-mount/exo-mount-hal.c
> +@@ -616,6 +618,30 @@ oom:  g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_NOMEM, g_strerror (ENOMEM))
> + 
> + 
> + /**
> ++ * exo_mount_hal_iocharset:
> ++ *
> ++ * Determines the preferred iocharset for filesystems
> ++ * that support it.
> ++ *
> ++ * Return value: iocharset string or %NULL if none.
> ++ **/
> ++static const gchar*
> ++exo_mount_hal_iocharset ()
> ++{
> ++  const gchar* cs = g_getenv("EXO_MOUNT_IOCHARSET");
> ++  if (cs != NULL)
> ++    return cs;
> ++
> ++  const char* codeset = nl_langinfo (CODESET);
> ++  if (codeset && !strcmp (codeset, "UTF-8"))
> ++    return "utf8";
> ++
> ++  return NULL;

Should this be
     return codeset;
? Otherwise how to specify an encoding such as ISO-8859-1?

> --- /dev/null
> +++ b/recipes/xfce-base/xfce-utils_4.6.2.bb
> @@ -0,0 +1,30 @@
> +DESCRIPTION="XFCE4 Utilities"

XFCE4 or Xfce4?

Compare also other DESCRIPTIONS!

> +++ b/recipes/xfce-base/xfce4-session_4.6.2.bb
> @@ -0,0 +1,22 @@
> +DESCRIPTION = "xfce4-session is a session manager for Xfce 4 Desktop  Environment"

two spaces

Jens




More information about the Openembedded-devel mailing list