From 853e5ba8cd3f280081d6fd5e0d3b8456212f004e Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Fri, 31 Dec 2021 18:29:20 +0100 Subject: mousepad: upgrade 0.5.7 -> 0.5.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for 0.5.8 ======================= - Bug Fixes: - Revert "Chain-up to parent in `mousepad_window_scroll_event()`" (#150) - Search: Fix a memory leak - Search: Remove obsolete workaround for the document finalization - Drop restrictions on URI scheme - Update `POTFILES.in` - Printing: Remove the "Page Setup" dialog (#148) - Flatpak: Complete scripts - Flatpak: Access remote locations with GVfs - Search: Fix the history cleanup - Search: Prevent GTask warnings when replacing text - Search: Ensure settings synchronization before searching - Fix translation domain in Appdata file - flatpak: Update README - flatpak: Add generic manifest and basic scripts - Translation Updates Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-xfce/recipes-apps/mousepad/mousepad_0.5.7.bb | 19 ------------------- meta-xfce/recipes-apps/mousepad/mousepad_0.5.8.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-xfce/recipes-apps/mousepad/mousepad_0.5.7.bb create mode 100644 meta-xfce/recipes-apps/mousepad/mousepad_0.5.8.bb (limited to 'meta-xfce/recipes-apps') diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.5.7.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.5.7.bb deleted file mode 100644 index 4897a7eca7..0000000000 --- a/meta-xfce/recipes-apps/mousepad/mousepad_0.5.7.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "A simple text editor for Xfce" -SECTION = "x11/application" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" - -DEPENDS = "gtk+3 gtksourceview4 xfconf xfce4-dev-tools-native" - -inherit xfce-app gsettings mime-xdg - -SRC_URI[sha256sum] = "105315743042e09e794037ab0594a1c47cbbf0b6b834dffed157192f4f03bde8" - -PACKAGECONFIG ??= "" -PACKAGECONFIG[spell] = "--enable-plugin-gspell,--disable-plugin-gspell,gspell" - -FILES:${PN} += " \ - ${datadir}/glib-2.0/schemas \ - ${datadir}/metainfo \ - ${datadir}/polkit-1 \ -" diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.5.8.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.5.8.bb new file mode 100644 index 0000000000..0f847e4596 --- /dev/null +++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.5.8.bb @@ -0,0 +1,19 @@ +SUMMARY = "A simple text editor for Xfce" +SECTION = "x11/application" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +DEPENDS = "gtk+3 gtksourceview4 xfconf xfce4-dev-tools-native" + +inherit xfce-app gsettings mime-xdg + +SRC_URI[sha256sum] = "921ebbcfdfd5e2e56f31a5177a2d26f46c758cc972595017bca9e0a6a3c3a721" + +PACKAGECONFIG ??= "" +PACKAGECONFIG[spell] = "--enable-plugin-gspell,--disable-plugin-gspell,gspell" + +FILES:${PN} += " \ + ${datadir}/glib-2.0/schemas \ + ${datadir}/metainfo \ + ${datadir}/polkit-1 \ +" -- cgit v1.2.3-54-g00ecf