diff options
author | Yu Ke <ke.yu@intel.com> | 2010-08-25 11:12:59 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-27 13:29:52 +0100 |
commit | 43e62c449374ef585a876fbcd510c179ee13ca83 (patch) | |
tree | ceca0aebbf6774fd57e747a9231e041de601adc2 | |
parent | 46bdf066a442e3f8c4d3edefa8d0f8a9908361cb (diff) | |
download | poky-43e62c449374ef585a876fbcd510c179ee13ca83.tar.gz |
fotowall: add QT app fotowall, an QT photo tool
Add fotowall from qt-apps.org to validate and demo qt library. fotowall is a creative tool that allows you to layout your photos or pictures.
Signed-off-by: Yu Ke <ke.yu@intel.com>
-rw-r--r-- | meta-lsb/packages/qt-apps/fotowall_0.9.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-lsb/packages/qt-apps/fotowall_0.9.bb b/meta-lsb/packages/qt-apps/fotowall_0.9.bb new file mode 100644 index 0000000000..4070ac5548 --- /dev/null +++ b/meta-lsb/packages/qt-apps/fotowall_0.9.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | DESCRIPTION = "Fotowall is a creative tool that allows you to layout your photos or pictures \ | ||
2 | in a personal way. You can add pictures, then resize, move, change colors, text, shadows, etc.." | ||
3 | |||
4 | HOMEPAGE = "http://www.enricoros.com/opensource/fotowall" | ||
5 | LICENSE = "GPLv2+" | ||
6 | SECTION = "x11/apps" | ||
7 | |||
8 | DEPENDS = "qt4-x11-free" | ||
9 | RDEPENDS = "qt4-x11-free" | ||
10 | |||
11 | SRC_URI = "http://qt-apps.org/CONTENT/content-files/71316-Fotowall-0.9.tar.bz2" | ||
12 | |||
13 | S = "${WORKDIR}/Fotowall-${PV}" | ||
14 | |||
15 | inherit qmake2 pkgconfig | ||
16 | |||
17 | do_install() { | ||
18 | oe_runmake INSTALL_ROOT=${D} install | ||
19 | } | ||