mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-05-05 10:39:46 +02:00
Initial attempt
This commit is contained in:
committed by
Volker Krause
parent
403e157b91
commit
82df1db08b
14
recipes-kf5/tier1/karchive.inc
Normal file
14
recipes-kf5/tier1/karchive.inc
Normal file
@@ -0,0 +1,14 @@
|
||||
DESCRIPTION = "KArchive"
|
||||
HOMEPAGE = "http://api.kde.org/frameworks-api/frameworks5-apidocs/karchive/html/index.html"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
||||
"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = "ecm zlib bzip2 xz qtbase"
|
||||
|
||||
GIT_REPO = "git://anongit.kde.org/karchive;protocol=git"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit qmake5
|
||||
inherit cmake
|
||||
5
recipes-kf5/tier1/karchive_5.0.0.bb
Normal file
5
recipes-kf5/tier1/karchive_5.0.0.bb
Normal file
@@ -0,0 +1,5 @@
|
||||
require ${PN}.inc
|
||||
|
||||
SRC_URI = "${GIT_REPO}"
|
||||
SRCREV = "05065c64b0d60842b9b8004ecf29132978e99a42"
|
||||
PV = "5.0.0"
|
||||
Reference in New Issue
Block a user