From bf1f15352a64ec3f4e365157da63f9937b905ee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 10 Jun 2018 17:08:16 +0200 Subject: [PATCH] mousepad: upgrade 0.4.0 -> 0.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../mousepad/{mousepad_0.4.0.bb => mousepad_0.4.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-apps/mousepad/{mousepad_0.4.0.bb => mousepad_0.4.1.bb} (81%) diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.4.1.bb similarity index 81% rename from meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb rename to meta-xfce/recipes-apps/mousepad/mousepad_0.4.1.bb index 4ca21a6bce..d122bfe379 100644 --- a/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb +++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.4.1.bb @@ -10,8 +10,8 @@ DEPENDS = "gtk+ dbus dbus-glib gtksourceview2 intltool-native xfce4-dev-tools-na inherit xfce-app gsettings -SRC_URI[md5sum] = "f55314c5dda6323883241e6cf01550a7" -SRC_URI[sha256sum] = "60114431eac8db6bb6ce18bd38f1630cccb684375b97a445a1b6fd619848d132" +SRC_URI[md5sum] = "fb85c23bcb096a46aee9ec22b4e4fdf5" +SRC_URI[sha256sum] = "39a7379b929d964665299c385b2cf705e32e8760698ccc34f91c990bb733518b" # we have no gtksourceview 3.x around EXTRA_OECONF = "--disable-gtk3"