diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-03-02 19:19:37 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-03-21 16:42:27 +0100 |
commit | d75d3855bc60ee33fbd1274ccc2b5057effd90e9 (patch) | |
tree | 2251f05af72e4dd4087a3236d93c040311f64764 /meta-xfce/recipes-apps | |
parent | d6d9a287df2dda4aff4eb800284dc07dfe652a14 (diff) | |
download | meta-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')
-rw-r--r-- | meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb (renamed from meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb) | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb index 4947531906..4c8c1f5e3e 100644 --- a/meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb +++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb | |||
@@ -10,5 +10,10 @@ DEPENDS = "gtk+ dbus dbus-glib gtksourceview2 intltool-native xfce4-dev-tools-na | |||
10 | 10 | ||
11 | inherit xfce-app | 11 | inherit xfce-app |
12 | 12 | ||
13 | SRC_URI[md5sum] = "dcfcdfaa8a19c89f35d5f6f64753e6e1" | 13 | SRC_URI[md5sum] = "f55314c5dda6323883241e6cf01550a7" |
14 | SRC_URI[sha256sum] = "10f27506994d0d0b8f9e02555404a144babedab97517abe3b6be8b2d21ff046d" | 14 | SRC_URI[sha256sum] = "60114431eac8db6bb6ce18bd38f1630cccb684375b97a445a1b6fd619848d132" |
15 | |||
16 | # we have no gtksourceview 3.x around | ||
17 | EXTRA_OECONF = "--disable-gtk3" | ||
18 | |||
19 | FILES_${PN} += "${datadir}/glib-2.0/schemas" | ||