Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "A simple text editor for Xfce" |
| 2 | SECTION = "x11/application" |
| 3 | LICENSE = "GPLv2" |
| 4 | LIC_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 |
| 9 | DEPENDS = "gtk+ dbus dbus-glib gtksourceview2 intltool-native xfce4-dev-tools-native" |
| 10 | |
| 11 | inherit xfce-app gsettings |
| 12 | |
| 13 | SRC_URI[md5sum] = "f55314c5dda6323883241e6cf01550a7" |
| 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" |