summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2015-03-02 19:19:37 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-03-21 16:42:27 +0100
commitd75d3855bc60ee33fbd1274ccc2b5057effd90e9 (patch)
tree2251f05af72e4dd4087a3236d93c040311f64764 /meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb
parentd6d9a287df2dda4aff4eb800284dc07dfe652a14 (diff)
downloadmeta-openembedded-d75d3855bc60ee33fbd1274ccc2b5057effd90e9.tar.gz
mousepad: update to 0.4.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb')
-rw-r--r--meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb
new file mode 100644
index 0000000000..4c8c1f5e3e
--- /dev/null
+++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb
@@ -0,0 +1,19 @@
1SUMMARY = "A simple text editor for Xfce"
2SECTION = "x11/application"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5
6# intltool to provide intltool.m4 with AC_PROG_INTLTOOL
7# xfce4-dev-tools-native for XDT_I18N macro and more importantly XDT_CHECK_OPTIONAL_PACKAGE
8# which fixes mousepad/Makefile.am:72: error: HAVE_DBUS does not appear in AM_CONDITIONAL
9DEPENDS = "gtk+ dbus dbus-glib gtksourceview2 intltool-native xfce4-dev-tools-native"
10
11inherit xfce-app
12
13SRC_URI[md5sum] = "f55314c5dda6323883241e6cf01550a7"
14SRC_URI[sha256sum] = "60114431eac8db6bb6ce18bd38f1630cccb684375b97a445a1b6fd619848d132"
15
16# we have no gtksourceview 3.x around
17EXTRA_OECONF = "--disable-gtk3"
18
19FILES_${PN} += "${datadir}/glib-2.0/schemas"