summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xfce/recipes-apps/mousepad/mousepad_0.5.9.bb (renamed from meta-xfce/recipes-apps/mousepad/mousepad_0.5.8.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.5.8.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.5.9.bb
index 90a75bf5a3..1be015bfbb 100644
--- a/meta-xfce/recipes-apps/mousepad/mousepad_0.5.8.bb
+++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.5.9.bb
@@ -1,13 +1,13 @@
1SUMMARY = "A simple text editor for Xfce" 1SUMMARY = "A simple text editor for Xfce"
2SECTION = "x11/application" 2SECTION = "x11/application"
3LICENSE = "GPL-2.0-only" 3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5 5
6DEPENDS = "gtk+3 gtksourceview4 xfconf xfce4-dev-tools-native" 6DEPENDS = "gtk+3 gtksourceview4 xfconf xfce4-dev-tools-native"
7 7
8inherit xfce-app gsettings mime-xdg 8inherit xfce-app gsettings mime-xdg
9 9
10SRC_URI[sha256sum] = "921ebbcfdfd5e2e56f31a5177a2d26f46c758cc972595017bca9e0a6a3c3a721" 10SRC_URI[sha256sum] = "f108a8c167ec5727266ab67666f10dbd60e972d56ea03944302fdabb2167f473"
11 11
12PACKAGECONFIG ??= "" 12PACKAGECONFIG ??= ""
13PACKAGECONFIG[spell] = "--enable-plugin-gspell,--disable-plugin-gspell,gspell" 13PACKAGECONFIG[spell] = "--enable-plugin-gspell,--disable-plugin-gspell,gspell"