[oe] [PATCH] glista: new recipe

Koen Kooi k.kooi at student.utwente.nl
Wed Apr 15 21:07:20 UTC 2009


On 15-04-09 22:56, Dmitry Artamonow wrote:
> Add new recipe for glista (v0.4) - a simple personal to-do list manager,
> written using GTK+ widget set. It can be used as an alternative to gpe-todo.
>
> Closes OE bug #4525

Looks good to me


>
> Signed-off-by: Dmitry Artamonow<mad_soft at inbox.ru>
> ---
>   conf/checksums.ini           |    4 ++++
>   recipes/glista/glista_0.4.bb |   10 ++++++++++
>   2 files changed, 14 insertions(+), 0 deletions(-)
>   create mode 100644 recipes/glista/glista_0.4.bb
>
> diff --git a/conf/checksums.ini b/conf/checksums.ini
> index 6518eb5..3032b0f 100644
> --- a/conf/checksums.ini
> +++ b/conf/checksums.ini
> @@ -7718,6 +7718,10 @@ sha256=7ff592b6687caefa367b33d8cb8f66f3c0273fa86d4b688c0758d0d9fee7a2cb
>   md5=78fe56143bab9a7df232fa15e35a54a6
>   sha256=972da0f1c35df459b99b24f5bbed5ddec150b714540e2254b6b37035117167ed
>
> +[http://glista.googlecode.com/files/glista-0.4.tar.gz]
> +md5=db4afe3ba157232a6debe58885c693e6
> +sha256=39289c0fc3efd3b003730212201ce7d8a56b06fcf080188ecc76d4ad9375c807
> +
>   [http://camaya.net/download/gloox-0.8.1.tar.bz2]
>   md5=9054d072f5972d5e567c428531734ad5
>   sha256=7f836c8189b55ef4ec8f3387673687d0a5c1a713abc9617144638b28e6857bd2
> diff --git a/recipes/glista/glista_0.4.bb b/recipes/glista/glista_0.4.bb
> new file mode 100644
> index 0000000..d657b46
> --- /dev/null
> +++ b/recipes/glista/glista_0.4.bb
> @@ -0,0 +1,10 @@
> +DESCRIPTION = "Glista is very simple personal to-do list manager"
> +AUTHOR = "Shahar Evron<shahar at prematureoptimization.org>"
> +HOMEPAGE = "http://prematureoptimization.org/glista/"
> +SECTION = "x11/applications"
> +PRIORITY = "optional"
> +LICENSE = "GPLv3"
> +DEPENDS = "gtk+ (>=2.12.0) libxml2"
> +SRC_URI = "http://glista.googlecode.com/files/glista-${PV}.tar.gz"
> +
> +inherit autotools






More information about the Openembedded-devel mailing list