summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps/mousepad/mousepad_0.4.2.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-08-15 23:55:59 +0200
committerKhem Raj <raj.khem@gmail.com>2019-08-16 08:00:54 -0700
commit448f0fb2ba6d03f95406b8d2c9428d6c70779763 (patch)
treed33dff44125047c8a60b30417b063649867f653c /meta-xfce/recipes-apps/mousepad/mousepad_0.4.2.bb
parent074a44af479505f0f58d0a91354956a287ed6dbb (diff)
downloadmeta-openembedded-448f0fb2ba6d03f95406b8d2c9428d6c70779763.tar.gz
mousepad: upgrade 0.4.1 -> 0.4.2
* many bugfixes * dependencies reworked / cleaned up 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/mousepad/mousepad_0.4.2.bb')
-rw-r--r--meta-xfce/recipes-apps/mousepad/mousepad_0.4.2.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.4.2.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.4.2.bb
new file mode 100644
index 000000000..4bf10a47b
--- /dev/null
+++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.4.2.bb
@@ -0,0 +1,16 @@
1SUMMARY = "A simple text editor for Xfce"
2SECTION = "x11/application"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5
6DEPENDS = "gtk+3 gtksourceview3 xfconf xfce4-dev-tools-native"
7
8inherit xfce-app gsettings
9
10SRC_URI[md5sum] = "98d908842d4a93c35756a67d681c08fe"
11SRC_URI[sha256sum] = "84c02adfca7f8b33b9466a306ded72fb9f38f93c9edb78660343854c4a3aded7"
12
13FILES_${PN} += " \
14 ${datadir}/glib-2.0/schemas \
15 ${datadir}/polkit-1 \
16"