From d75d3855bc60ee33fbd1274ccc2b5057effd90e9 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 2 Mar 2015 19:19:37 +0100 Subject: mousepad: update to 0.4.0 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.3.0.bb | 14 -------------- meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 14 deletions(-) delete mode 100644 meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb create mode 100644 meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb deleted file mode 100644 index 4947531906..0000000000 --- a/meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb +++ /dev/null @@ -1,14 +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 - -SRC_URI[md5sum] = "dcfcdfaa8a19c89f35d5f6f64753e6e1" -SRC_URI[sha256sum] = "10f27506994d0d0b8f9e02555404a144babedab97517abe3b6be8b2d21ff046d" 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 @@ +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 + +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" -- cgit 1.2.3-korg