From b52b96c4a96362f9db1ca22b2f6e07f08a78c410 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 3 Jan 2021 15:12:35 +0100 Subject: xfce4-screenshooter: upgrade 1.9.7 -> 1.9.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for 1.9.8 ======================= - Fix dialog icons and add title to error dialog - Go back to actions dialog if image upload fails (#12) - Go back to actions dialog if GtkFileChooser is dismissed (#33) - Make radio buttons execute actions on enter/space press - Exclude shadow borders from CSD windows (!10) - Capture mouse cursor in rectangle selection (#30) - Region size should show updated size (!9) - Add info about Ctrl to "Select region" tooltip - Replace AC_CONFIG_MACRO_DIR with AC_CONFIG_MACRO_DIRS (!4) - Added 24px and 32px icons - Fix screenshot capture when scale > 1 - Add new App icon and switch to rDNS icon name - Switch to README.md and foreign automake mode - Bug #16717: Move from exo-csource to xdt-csource - Update homepage link at appdata.xml - Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Vietnamese Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../xfce4-screenshooter_1.9.7.bb | 22 ---------------------- .../xfce4-screenshooter_1.9.8.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 22 deletions(-) delete mode 100644 meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.7.bb create mode 100644 meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.8.bb (limited to 'meta-xfce/recipes-apps') 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 deleted file mode 100644 index a0de630040..0000000000 --- a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.7.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "Application to take screenshots" -HOMEPAGE = "http://goodies.xfce.org/projects/applications/xfce4-screenshooter" -SECTION = "x11/application" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855" -DEPENDS = "xfce4-panel libxfce4util libxfce4ui gdk-pixbuf gtk+ glib-2.0 libsoup-2.4 exo libxfixes xext virtual/libx11" - -inherit xfce-app - -SRC_URI[md5sum] = "9b63c0fa7cbde8ec4e6cacb75fc44b65" -SRC_URI[sha256sum] = "0f7161053a23a6413376f4d17db6b774d4849384a9b1ffe01fdb2b0035a070d1" - -do_compile_prepend() { - mkdir -p lib - mkdir -p src panel-plugin -} - -FILES_${PN} += " \ - ${datadir}/metainfo \ - ${datadir}/xfce4/panel/plugins \ - ${libdir}/xfce4/panel/plugins \ -" diff --git a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.8.bb b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.8.bb new file mode 100644 index 0000000000..9e2497d43d --- /dev/null +++ b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.8.bb @@ -0,0 +1,21 @@ +SUMMARY = "Application to take screenshots" +HOMEPAGE = "http://goodies.xfce.org/projects/applications/xfce4-screenshooter" +SECTION = "x11/application" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855" +DEPENDS = "xfce4-panel libxfce4util libxfce4ui gdk-pixbuf gtk+ glib-2.0 libsoup-2.4 exo libxfixes xext virtual/libx11" + +inherit xfce-app + +SRC_URI[sha256sum] = "6f029d614ad3b63fbcf742984dc6c976f3008e7d88fa487d49ed544f56f62c50" + +do_compile_prepend() { + mkdir -p lib + mkdir -p src panel-plugin +} + +FILES_${PN} += " \ + ${datadir}/metainfo \ + ${datadir}/xfce4/panel/plugins \ + ${libdir}/xfce4/panel/plugins \ +" -- cgit 1.2.3-korg