diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-09-17 00:41:32 +0200 |
|---|---|---|
| committer | Andreas Müller <schnitzeltony@googlemail.com> | 2012-09-18 15:54:02 +0200 |
| commit | 343f63335438edde126df540a274b939d38dcfc5 (patch) | |
| tree | 94f7f441470829bc166d3e9762802f04923a201d /meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb | |
| parent | dc4df6b3cb5ab7883e328f38ddbf455bd5e9ee85 (diff) | |
| download | meta-openembedded-343f63335438edde126df540a274b939d38dcfc5.tar.gz | |
xfce4-screenshooter: update to 1.8.1
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb')
| -rw-r--r-- | meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb new file mode 100644 index 0000000000..b05c29873b --- /dev/null +++ b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 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 | inherit xfce-app | ||
| 9 | |||
| 10 | SRC_URI += "file://0001-Fix-panel-plugin-build.patch" | ||
| 11 | SRC_URI[md5sum] = "d0ffea2052a8e70154cf13789070711f" | ||
| 12 | SRC_URI[sha256sum] = "40419892bd28989315eed053c159bba0f4264ed8c6c6738806024e481eab9492" | ||
| 13 | |||
| 14 | FILES_${PN} += "${datadir}/xfce4/panel/plugins \ | ||
| 15 | ${libdir}/xfce4/panel/plugins" | ||
