diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2019-11-06 07:54:31 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-11-06 19:58:01 -0800 |
| commit | 8b5aa427aab3a76ecf99055becc061105b8d9002 (patch) | |
| tree | 909395a4d838bb194268d24e0550d803d66a9842 /meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.7.bb | |
| parent | 1ee642c8fb35ba9c6d57205158986054dcac8900 (diff) | |
| download | meta-openembedded-8b5aa427aab3a76ecf99055becc061105b8d9002.tar.gz | |
xfce4-screenshooter: upgrade 1.9.6 -> 1.9.7
Release notes for 1.9.7
=======================
- Add warning notice to imgur upload option (Bug #15347)
- Fix cursor capture when near screen edge (Bug #9262)
- Improve wording (Bug #15429)
- Allow compilation with panel 4.15
- Restore libxfce4ui 4.12 compatibility
- Translation Updates: Basque, Bulgarian, Catalan, Chinese (China),
Chinese (Taiwan), Danish, Dutch, English (United Kingdom), French,
German, Greek, Hungarian, Korean, Lithuanian, Malay, Norwegian Bokmål,
Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Spanish,
Turkish
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.7.bb')
| -rw-r--r-- | meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.7.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.7.bb b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.7.bb new file mode 100644 index 0000000000..a0de630040 --- /dev/null +++ b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.7.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 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] = "9b63c0fa7cbde8ec4e6cacb75fc44b65" | ||
| 11 | SRC_URI[sha256sum] = "0f7161053a23a6413376f4d17db6b774d4849384a9b1ffe01fdb2b0035a070d1" | ||
| 12 | |||
| 13 | do_compile_prepend() { | ||
| 14 | mkdir -p lib | ||
| 15 | mkdir -p src panel-plugin | ||
| 16 | } | ||
| 17 | |||
| 18 | FILES_${PN} += " \ | ||
| 19 | ${datadir}/metainfo \ | ||
| 20 | ${datadir}/xfce4/panel/plugins \ | ||
| 21 | ${libdir}/xfce4/panel/plugins \ | ||
| 22 | " | ||
