liri-calculator: upgrade to 1.2.0+
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -1,25 +1,21 @@
|
||||
SUMMARY = "LIRI Calculator"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE;md5=8f0e2cd40e05189ec81232da84bd6e1a \
|
||||
file://LICENSE.GPLv3;md5=8f0e2cd40e05189ec81232da84bd6e1a \
|
||||
"
|
||||
|
||||
inherit qmake5
|
||||
|
||||
PV = "0.0.0+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://github.com/lirios/calculator.git"
|
||||
SRCREV = "b86e70b2e408004408459349db3a7f1a7316570a"
|
||||
S = "${WORKDIR}/git"
|
||||
inherit liri gtk-icon-cache
|
||||
|
||||
DEPENDS += " \
|
||||
qtdeclarative \
|
||||
qtquickcontrols2 \
|
||||
fluid \
|
||||
liri-fluid \
|
||||
"
|
||||
|
||||
# don't share ideas where to install binary
|
||||
do_install() {
|
||||
install -d ${D}/${bindir}
|
||||
install -m 0755 ${B}/liri-calculator ${D}/${bindir}/
|
||||
}
|
||||
SRCREV = "fe7a193cf7d751d3009922d44f1ac91e69d802ad"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.2.0+git${SRCPV}"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/metainfo \
|
||||
${datadir}/icons \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user