diff options
Diffstat (limited to 'meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.2.bb')
| -rw-r--r-- | meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.2.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.2.bb b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.2.bb new file mode 100644 index 0000000000..ae19492f3c --- /dev/null +++ b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.2.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | SUMMARY = "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 | inherit xfce-app | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "3a32ecc5566453a58f6a4ddd70649444" | ||
| 11 | SRC_URI[sha256sum] = "9dce2ddfaa87f703e870e29bae13f3fc82a1b3f06b44f8386640e45a135f5f69" | ||
| 12 | |||
| 13 | do_compile_prepend() { | ||
| 14 | mkdir -p lib | ||
| 15 | } | ||
| 16 | |||
| 17 | FILES_${PN} += " \ | ||
| 18 | ${datadir}/appdata \ | ||
| 19 | ${datadir}/xfce4/panel/plugins \ | ||
| 20 | ${libdir}/xfce4/panel/plugins \ | ||
| 21 | " | ||
