From f7715d7fa507adcac4d0863ae3a0b52b2fcd1600 Mon Sep 17 00:00:00 2001 From: Zhang Peng Date: Thu, 19 Mar 2026 17:55:43 +0800 Subject: mousepad: upgrade 0.6.1 -> 0.7.0 ChangeLog: https://gitlab.xfce.org/apps/mousepad/-/tags/mousepad-0.7.0 https://gitlab.xfce.org/apps/mousepad/-/tags/mousepad-0.6.5 https://gitlab.xfce.org/apps/mousepad/-/tags/mousepad-0.6.4 https://gitlab.xfce.org/apps/mousepad/-/tags/mousepad-0.6.3 https://gitlab.xfce.org/apps/mousepad/-/tags/mousepad-0.6.2 Signed-off-by: Zhang Peng Signed-off-by: Khem Raj --- meta-xfce/recipes-apps/mousepad/mousepad_0.6.1.bb | 19 ------------------- meta-xfce/recipes-apps/mousepad/mousepad_0.7.0.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 19 deletions(-) delete mode 100644 meta-xfce/recipes-apps/mousepad/mousepad_0.6.1.bb create mode 100644 meta-xfce/recipes-apps/mousepad/mousepad_0.7.0.bb diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.6.1.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.6.1.bb deleted file mode 100644 index dc75a4b220..0000000000 --- a/meta-xfce/recipes-apps/mousepad/mousepad_0.6.1.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "A simple text editor for Xfce" -SECTION = "x11/application" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -DEPENDS = "gtk+3 gtksourceview4 xfconf xfce4-dev-tools-native" - -inherit xfce-app gsettings mime-xdg - -SRC_URI[sha256sum] = "560c5436c7bc7de33fbf3e9f6cc545280772ad898dfb73257d86533880ffff36" - -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.7.0.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.7.0.bb new file mode 100644 index 0000000000..68e84dd3c4 --- /dev/null +++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.7.0.bb @@ -0,0 +1,22 @@ +SUMMARY = "A simple text editor for Xfce" +SECTION = "x11/application" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +DEPENDS = "gtk+3 gtksourceview4 xfconf xfce4-dev-tools-native" + +XFCE_COMPRESS_TYPE = "xz" +XFCEBASEBUILDCLASS = "meson" + +inherit xfce-app gsettings mime-xdg + +SRC_URI[sha256sum] = "e86c59feb08126d4cace368432c16b2dee8e519aaca8a9d2b409ae1cdd200802" + +PACKAGECONFIG ??= "" +PACKAGECONFIG[spell] = "-Dgspell-plugin=enabled,-Dgspell-plugin=disabled,gspell" + +FILES:${PN} += " \ + ${datadir}/glib-2.0/schemas \ + ${datadir}/metainfo \ + ${datadir}/polkit-1 \ +" -- cgit v1.2.3-54-g00ecf