diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-19 13:14:50 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-19 20:41:26 +0200 |
| commit | 3e44f401d2634db0f948dcc5853ec38da1dc64bb (patch) | |
| tree | 086c6ca06d464e4a21dcc91f55039527e7a8f8ad /meta-gnome/recipes-gnome/zenity | |
| parent | 9c930778b794878cc38f786141946147cf24c818 (diff) | |
| download | meta-openembedded-3e44f401d2634db0f948dcc5853ec38da1dc64bb.tar.gz | |
zenity: add 2.32.1
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome/zenity')
| -rw-r--r-- | meta-gnome/recipes-gnome/zenity/zenity_2.32.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/zenity/zenity_2.32.1.bb b/meta-gnome/recipes-gnome/zenity/zenity_2.32.1.bb new file mode 100644 index 0000000000..b4a9a475ef --- /dev/null +++ b/meta-gnome/recipes-gnome/zenity/zenity_2.32.1.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | DESCRIPTION = "Display dialog boxes from the commandline and shell scripts" | ||
| 2 | LICENSE = "LGPLv2" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | ||
| 4 | |||
| 5 | DEPENDS = "gtk+ glib-2.0 libnotify gnome-doc-utils" | ||
| 6 | |||
| 7 | inherit gnome | ||
| 8 | SRC_URI[archive.md5sum] = "aa66ec35451b16e424519b4973082170" | ||
| 9 | SRC_URI[archive.sha256sum] = "8838be041a07364b62a4281c971392e4a09bb01bb3237a836ec0457ec0ea18ac" | ||
| 10 | |||
| 11 | # remove -I/usr/include from zenity_CPPFLAGS | ||
| 12 | do_cconfigure_prepend() { | ||
| 13 | sed -i -e '/-I$(includedir)/d' src/Makefile.am | ||
| 14 | } | ||
| 15 | |||
