diff options
author | Andreas Müller <schnitzeltony@gmx.de> | 2011-08-14 01:13:35 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-15 08:56:18 +0200 |
commit | 99bb5f584c61c6d54b2d1385e41c11387a36c97e (patch) | |
tree | 4acc5a7978e767da2704a7957dc35d3c9604e805 /meta-xfce/recipes-apps | |
parent | c0ac88e9283c061932592e64237cf1b41b3d7468 (diff) | |
download | meta-openembedded-99bb5f584c61c6d54b2d1385e41c11387a36c97e.tar.gz |
xfce4-screenshooter: Add initial recipe with version 1.8.0
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-xfce/recipes-apps')
-rw-r--r-- | meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.0.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.0.bb b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.0.bb new file mode 100644 index 000000000..ef409c123 --- /dev/null +++ b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.0.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | DESCRIPTION = "Application to take screenshots" | ||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/applications/xfce4-screenshooter" | ||
3 | SECTION = "x11/application" | ||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855" | ||
6 | DEPENDS = "xfce4-panel libxfce4util libxfce4ui gdk-pixbuf gtk+ glib-2.0 libsoup-2.4 exo libxfixes xext virtual/libx11" | ||
7 | |||
8 | PR = "r0" | ||
9 | |||
10 | inherit xfce | ||
11 | |||
12 | # SRC_URI must follow inherited one | ||
13 | # decoded to e.g. http://archive.xfce.org/src/apps/xfce4-screenshooter/1.8/xfce4-screenshooter-1.8.0.tar.bz2 | ||
14 | SRC_URI = "http://archive.xfce.org/src/apps/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2 \ | ||
15 | " | ||
16 | |||
17 | FILES_${PN} += "${datadir}/xfce4/panel-plugins/*" | ||
18 | FILES_${PN}-dbg += "${libexecdir}/xfce4/panel-plugins/.debug" | ||
19 | |||
20 | SRC_URI[md5sum] = "b51ab5725418e7258273c4a6402adb02" | ||
21 | SRC_URI[sha256sum] = "68748a42ae68c5a8e9ed1c14ec5c741a344ab30b5b325b8812220539548ad83e" | ||