mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
2d454103bb
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 lines
646 B
BlitzBasic
15 lines
646 B
BlitzBasic
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"
|