diff options
author | Joel A Fernandes <joelagnel@ti.com> | 2011-09-07 04:40:31 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-07 08:07:01 +0200 |
commit | 805c875b69e5bfdf86ed672401278a7f9f85bdad (patch) | |
tree | 2100b745045d9103a579be4f369404afed283f17 /meta-gnome/recipes-gnome/gnome | |
parent | e25fa89c43cf32c7da1dc937978e92cc280333b6 (diff) | |
download | meta-openembedded-805c875b69e5bfdf86ed672401278a7f9f85bdad.tar.gz |
libgnomecups: Imported from OE Classic
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb b/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb new file mode 100644 index 000000000..c932ba018 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | DESCRIPTION="Gnome Cups Manager" | ||
2 | LICENSE="GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
4 | |||
5 | DEPENDS="glib-2.0 gtk+ pango cups intltool libgnomeui" | ||
6 | |||
7 | inherit gnome pkgconfig | ||
8 | |||
9 | do_compile_append () { | ||
10 | cp libgnomecups-1.0.pc libgnomecups-1.0.pc.old | ||
11 | sed 's:${STAGING_DIR_HOST}::' < libgnomecups-1.0.pc.old > libgnomecups-1.0.pc | ||
12 | } | ||
13 | |||
14 | SRC_URI[archive.md5sum] = "dc4920c15c9f886f73ea74fbff0ae48b" | ||
15 | SRC_URI[archive.sha256sum] = "e130e80942b386de19a288a4c194ff3dbe9140315b31e982058c8bffbb6a1d29" | ||