All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] zenity: add a new package
@ 2009-04-09 16:02 Angus Ainslie
  2009-04-09 16:10 ` Koen Kooi
  0 siblings, 1 reply; 2+ messages in thread
From: Angus Ainslie @ 2009-04-09 16:02 UTC (permalink / raw)
  To: openembedded-devel

From a1fee691b400a3bc6fd70b01c33802718bacf275 Mon Sep 17 00:00:00 2001     
From: Previdi Roberto <previdi.roberto@gmail.com>                          
Date: Thu, 9 Apr 2009 09:50:29 -0600                                       
Subject: [PATCH] zenity: add a new package                                 

Signed-off-by: Angus Ainslie <nytowl@openmoko.org>
---                                               
 recipes/zenity/files/makefile.patch |   13 +++++++++++++
 recipes/zenity/zenity_2.20.1.bb     |   10 ++++++++++   
 2 files changed, 23 insertions(+), 0 deletions(-)       
 create mode 100644 recipes/zenity/files/makefile.patch  
 create mode 100644 recipes/zenity/zenity_2.20.1.bb      

diff --git a/recipes/zenity/files/makefile.patch b/recipes/zenity/files/makefile.patch
new file mode 100644
index 0000000..9bdd5dd
--- /dev/null
+++ b/recipes/zenity/files/makefile.patch
@@ -0,0 +1,13 @@
+diff -c -r patcher_original/zenity-2.20.1/src/Makefile.am zenity-2.20.1/src/Makefile.am
+*** patcher_original/zenity-2.20.1/src/Makefile.am     Mon Nov 26 22:57:40 2007
+--- zenity-2.20.1/src/Makefile.am      Thu Apr  2 00:31:39 2009
+***************
+*** 21,27 ****
+       zenity.h
+
+  zenity_CPPFLAGS = \
+-      -I$(includedir)                                 \
+       -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
+       -DZENITY_DATADIR=\""$(pkgdatadir)"\"            \
+       $(AM_CPPFLAGS)
+--- 21,26 ----
diff --git a/recipes/zenity/zenity_2.20.1.bb b/recipes/zenity/zenity_2.20.1.bb
new file mode 100644
index 0000000..7822ee7
--- /dev/null
+++ b/recipes/zenity/zenity_2.20.1.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "A tool to display dialogs from the command line and shell scripts."
+HOMEPAGE = "http://freshmeat.net/projects/zenity"
+LICENSE = "GPL"
+DEPENDS = "libgnomecanvas"
+SECTION = "console/utils"
+
+SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/zenity/2.20/zenity-${PV}.tar.bz2 \
+           file://makefile.patch;patch=1"
+
+inherit autotools
--
1.5.6.3





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

end of thread, other threads:[~2009-04-09 16:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-09 16:02 [PATCH] zenity: add a new package Angus Ainslie
2009-04-09 16:10 ` 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.