From bf1f15352a64ec3f4e365157da63f9937b905ee6 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 10 Jun 2018 17:08:16 +0200 Subject: 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 --- meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb | 19 ------------------- meta-xfce/recipes-apps/mousepad/mousepad_0.4.1.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb create mode 100644 meta-xfce/recipes-apps/mousepad/mousepad_0.4.1.bb diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb deleted file mode 100644 index 4ca21a6bce..0000000000 --- a/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "A simple text editor for Xfce" -SECTION = "x11/application" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" - -# intltool to provide intltool.m4 with AC_PROG_INTLTOOL -# xfce4-dev-tools-native for XDT_I18N macro and more importantly XDT_CHECK_OPTIONAL_PACKAGE -# which fixes mousepad/Makefile.am:72: error: HAVE_DBUS does not appear in AM_CONDITIONAL -DEPENDS = "gtk+ dbus dbus-glib gtksourceview2 intltool-native xfce4-dev-tools-native" - -inherit xfce-app gsettings - -SRC_URI[md5sum] = "f55314c5dda6323883241e6cf01550a7" -SRC_URI[sha256sum] = "60114431eac8db6bb6ce18bd38f1630cccb684375b97a445a1b6fd619848d132" - -# we have no gtksourceview 3.x around -EXTRA_OECONF = "--disable-gtk3" - -FILES_${PN} += "${datadir}/glib-2.0/schemas" diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.4.1.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.4.1.bb new file mode 100644 index 0000000000..d122bfe379 --- /dev/null +++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.4.1.bb @@ -0,0 +1,19 @@ +SUMMARY = "A simple text editor for Xfce" +SECTION = "x11/application" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +# intltool to provide intltool.m4 with AC_PROG_INTLTOOL +# xfce4-dev-tools-native for XDT_I18N macro and more importantly XDT_CHECK_OPTIONAL_PACKAGE +# which fixes mousepad/Makefile.am:72: error: HAVE_DBUS does not appear in AM_CONDITIONAL +DEPENDS = "gtk+ dbus dbus-glib gtksourceview2 intltool-native xfce4-dev-tools-native" + +inherit xfce-app gsettings + +SRC_URI[md5sum] = "fb85c23bcb096a46aee9ec22b4e4fdf5" +SRC_URI[sha256sum] = "39a7379b929d964665299c385b2cf705e32e8760698ccc34f91c990bb733518b" + +# we have no gtksourceview 3.x around +EXTRA_OECONF = "--disable-gtk3" + +FILES_${PN} += "${datadir}/glib-2.0/schemas" -- cgit 1.2.3-korg