All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] glista: new recipe
@ 2009-04-15 10:31 Dmitry Artamonow
  2009-04-15 11:03 ` Koen Kooi
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry Artamonow @ 2009-04-15 10:31 UTC (permalink / raw)
  To: openembedded-devel

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

Signed-off-by: Dmitry Artamonow <mad_soft@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

Build and run tested on hx4700.

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..c80a1f8
--- /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@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 pkgconfig
-- 
1.6.0.6




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] glista: new recipe
  2009-04-15 10:31 [PATCH] glista: new recipe Dmitry Artamonow
@ 2009-04-15 11:03 ` Koen Kooi
  2009-04-15 20:53   ` Dmitry Artamonow
  0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2009-04-15 11:03 UTC (permalink / raw)
  To: openembedded-devel

On 15-04-09 12:31, Dmitry Artamonow wrote:

> +inherit autotools pkgconfig

inheriting pkgconfig should be done:

1) it's for staging .pc files
2) if you *do* want to stage .pc files use AUTOTOOLS_STAGE_PKGCONFIG = 
"1" instead

regards,

Koen




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] glista: new recipe
  2009-04-15 11:03 ` Koen Kooi
@ 2009-04-15 20:53   ` Dmitry Artamonow
  2009-04-15 20:56     ` Dmitry Artamonow
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry Artamonow @ 2009-04-15 20:53 UTC (permalink / raw)
  To: openembedded-devel

On 13:03 Wed 15 Apr     , Koen Kooi wrote:
> On 15-04-09 12:31, Dmitry Artamonow wrote:
>
>> +inherit autotools pkgconfig
>
> inheriting pkgconfig should be done:
>
> 1) it's for staging .pc files
> 2) if you *do* want to stage .pc files use AUTOTOOLS_STAGE_PKGCONFIG = "1" 
> instead
Thanks for explaining. There's no .pc files in glista, so dropping
'inherit pkgconfig' should be enough.
Updated patch follows.

-- 
Best regards,
Dmitry "MAD" Artamonow




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] glista: new recipe
  2009-04-15 20:53   ` Dmitry Artamonow
@ 2009-04-15 20:56     ` Dmitry Artamonow
  2009-04-15 21:07       ` Koen Kooi
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry Artamonow @ 2009-04-15 20:56 UTC (permalink / raw)
  To: openembedded-devel

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

Signed-off-by: Dmitry Artamonow <mad_soft@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@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
-- 
1.6.0.6




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] glista: new recipe
  2009-04-15 20:56     ` Dmitry Artamonow
@ 2009-04-15 21:07       ` Koen Kooi
  0 siblings, 0 replies; 5+ messages in thread
From: Koen Kooi @ 2009-04-15 21:07 UTC (permalink / raw)
  To: openembedded-devel

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@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@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





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-04-15 21:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-15 10:31 [PATCH] glista: new recipe Dmitry Artamonow
2009-04-15 11:03 ` Koen Kooi
2009-04-15 20:53   ` Dmitry Artamonow
2009-04-15 20:56     ` Dmitry Artamonow
2009-04-15 21:07       ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.