[oe] [PATCH] zenity: add a new package

Angus Ainslie nytowl at openmoko.org
Thu Apr 9 16:02:53 UTC 2009


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

Signed-off-by: Angus Ainslie <nytowl at 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






More information about the Openembedded-devel mailing list