mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 19:25:36 +00:00
mousepad: upgrade 0.4.1 -> 0.4.2
* many bugfixes * dependencies reworked / cleaned up Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
074a44af47
commit
448f0fb2ba
@ -1,16 +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+3 dbus dbus-glib gtksourceview3 intltool-native xfce4-dev-tools-native"
|
||||
|
||||
inherit xfce-app gsettings
|
||||
|
||||
SRC_URI[md5sum] = "fb85c23bcb096a46aee9ec22b4e4fdf5"
|
||||
SRC_URI[sha256sum] = "39a7379b929d964665299c385b2cf705e32e8760698ccc34f91c990bb733518b"
|
||||
|
||||
FILES_${PN} += "${datadir}/glib-2.0/schemas"
|
||||
16
meta-xfce/recipes-apps/mousepad/mousepad_0.4.2.bb
Normal file
16
meta-xfce/recipes-apps/mousepad/mousepad_0.4.2.bb
Normal file
@ -0,0 +1,16 @@
|
||||
SUMMARY = "A simple text editor for Xfce"
|
||||
SECTION = "x11/application"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
DEPENDS = "gtk+3 gtksourceview3 xfconf xfce4-dev-tools-native"
|
||||
|
||||
inherit xfce-app gsettings
|
||||
|
||||
SRC_URI[md5sum] = "98d908842d4a93c35756a67d681c08fe"
|
||||
SRC_URI[sha256sum] = "84c02adfca7f8b33b9466a306ded72fb9f38f93c9edb78660343854c4a3aded7"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/glib-2.0/schemas \
|
||||
${datadir}/polkit-1 \
|
||||
"
|
||||
Loading…
x
Reference in New Issue
Block a user