Add koko recipe
This commit is contained in:
@@ -24,6 +24,7 @@ FILES_${PN} += " \
|
||||
${libdir}/plugins/*.so \
|
||||
${libdir}/plugins/*/*.so \
|
||||
${libdir}/plugins/*/*/*.so \
|
||||
${libdir}/qml \
|
||||
${datadir}/config.kcfg/*.kcfg \
|
||||
${datadir}/dbus-1/services/*.service \
|
||||
${datadir}/dbus-1/system-services/*.service \
|
||||
|
||||
@@ -22,7 +22,3 @@ S = "${WORKDIR}/git"
|
||||
inherit cmake_kdeapp
|
||||
|
||||
EXTRA_OECMAKE += " -DOE_QCA_PATH_HOST_ROOT=${STAGING_DIR_HOST}"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${libdir}/qml/ \
|
||||
"
|
||||
|
||||
@@ -27,7 +27,6 @@ inherit cmake_kdeapp
|
||||
EXTRA_OECMAKE += " -DEXPERIMENTALAPP_ENABLED=ON -DSMSAPP_ENABLED=ON -DOE_QCA_PATH_HOST_ROOT=${STAGING_DIR_HOST}"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${libdir}/qml \
|
||||
${datadir}/plasma \
|
||||
${datadir}/nautilus-python \
|
||||
"
|
||||
|
||||
22
recipes-playground/koko.inc
Normal file
22
recipes-playground/koko.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
DESCRIPTION = "KoKo Gallery Application"
|
||||
HOMEPAGE = ""
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = " \
|
||||
qtlocation \
|
||||
kdeclarative \
|
||||
kiconthemes \
|
||||
kio \
|
||||
kirigami \
|
||||
knotifications \
|
||||
exiv2 \
|
||||
"
|
||||
|
||||
SRC_URI = " \
|
||||
git://anongit.kde.org/${BPN};nobranch=1 \
|
||||
"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_kdeapp
|
||||
3
recipes-playground/koko_git.bb
Normal file
3
recipes-playground/koko_git.bb
Normal file
@@ -0,0 +1,3 @@
|
||||
require ${BPN}.inc
|
||||
# SRCREV = "v${PV}"
|
||||
SRCREV = "5340f0335f62359940b162abc4d8b830f883b7b1"
|
||||
14
recipes-support/exiv2.inc
Normal file
14
recipes-support/exiv2.inc
Normal file
@@ -0,0 +1,14 @@
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=625f055f41728f84a8d7938acc35bdc2"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/Exiv2/${BPN}.git;nobranch=1 \
|
||||
"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS += " \
|
||||
expat \
|
||||
zlib \
|
||||
"
|
||||
|
||||
inherit cmake gettext
|
||||
4
recipes-support/exiv2_0.26.0.bb
Normal file
4
recipes-support/exiv2_0.26.0.bb
Normal file
@@ -0,0 +1,4 @@
|
||||
require ${BPN}.inc
|
||||
# SRCREV = "v${PV}"
|
||||
# release version has no matching tag name!?
|
||||
SRCREV = "0.26"
|
||||
Reference in New Issue
Block a user