mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
terminology: add version 0.1.0, negative D_P to svn and bump PE
* PE bump is needed for upgrade path from svn recipe to 0.1.0 release Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -37,3 +37,5 @@ PREFERRED_VERSION_python-edbus ?= "${EFL_PYTHON_PREFERRED_VERSION}"
|
||||
PREFERRED_VERSION_python-edje ?= "${EFL_PYTHON_PREFERRED_VERSION}"
|
||||
PREFERRED_VERSION_python-emotion ?= "${EFL_PYTHON_PREFERRED_VERSION}"
|
||||
PREFERRED_VERSION_python-evas ?= "${EFL_PYTHON_PREFERRED_VERSION}"
|
||||
|
||||
PREFERRED_VERSION_terminology ?= "0.1.0+svn%"
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
DESCRIPTION = "Enlightenment Terminal Emulator"
|
||||
LICENSE = "MIT BSD"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=03f6c2cf2bef233fadf7d0769f5bfda7"
|
||||
DEPENDS = "evas ecore edje elementary eina eet emotion"
|
||||
|
||||
inherit e gettext
|
||||
INC_PR = "r2"
|
||||
|
||||
# Because latest release we have is 0.1.0 which sorts lower then 0.1.0+svnr${SRCPV} already in feeds
|
||||
PE = "2"
|
||||
|
||||
EXTRA_OECONF = "\
|
||||
--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
|
||||
"
|
||||
|
||||
FILES_${PN} += "\
|
||||
${datadir}/icons/terminology.png \
|
||||
"
|
||||
|
||||
# doesn't start without own theme
|
||||
# ERR<770>:terminology utils.c:26 theme_apply() Could not load any theme for group=terminology/background: No Error
|
||||
# CRI<770>:terminology main.c:448 elm_main() Couldn't find terminology theme! Forgot 'make install'?
|
||||
RDEPENDS_${PN} += "${PN}-themes"
|
||||
@@ -0,0 +1,10 @@
|
||||
require ${BPN}.inc
|
||||
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
SRC_URI = "\
|
||||
${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "30867692e44799cd9bbe6562d69ae62d"
|
||||
SRC_URI[sha256sum] = "87f32089b2731c3e9a72b5bde92695eb91097fa79dbb70388774c9dcb5442ebb"
|
||||
@@ -1,25 +1,9 @@
|
||||
DESCRIPTION = "Enlightenment Terminal Emulator"
|
||||
LICENSE = "MIT BSD"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=03f6c2cf2bef233fadf7d0769f5bfda7"
|
||||
DEPENDS = "evas ecore edje elementary eina eet emotion"
|
||||
require ${BPN}.inc
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
PV = "0.1.0+svnr${SRCPV}"
|
||||
PR = "r1"
|
||||
PR = "${INC_PR}.0"
|
||||
SRCREV = "${EFL_SRCREV}"
|
||||
|
||||
inherit e gettext
|
||||
SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep"
|
||||
S = "${WORKDIR}/${SRCNAME}"
|
||||
|
||||
EXTRA_OECONF = "\
|
||||
--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
|
||||
"
|
||||
|
||||
FILES_${PN} += "\
|
||||
${datadir}/icons/terminology.png \
|
||||
"
|
||||
|
||||
# doesn't start without own theme
|
||||
# ERR<770>:terminology utils.c:26 theme_apply() Could not load any theme for group=terminology/background: No Error
|
||||
# CRI<770>:terminology main.c:448 elm_main() Couldn't find terminology theme! Forgot 'make install'?
|
||||
RDEPENDS_${PN} += "${PN}-themes"
|
||||
|
||||
Reference in New Issue
Block a user