diff --git a/recipes-kf5/tier1/attica.inc b/recipes-kf5/tier1/attica.inc new file mode 100644 index 0000000..25af950 --- /dev/null +++ b/recipes-kf5/tier1/attica.inc @@ -0,0 +1,18 @@ +DESCRIPTION = "Attica" +HOMEPAGE = "http://api.kde.org/frameworks-api/frameworks5-apidocs/attica/html/index.html" +LICENSE = "LGPL-2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=be254b9345b1c2ff33e1a6a96768f2fb \ + " +PR = "r0" + +DEPENDS = "qtbase" + +GIT_REPO = "git://anongit.kde.org/attica" +S = "${WORKDIR}/git" + +inherit cmake_qt5 + +FILES_${PN}-dev += " \ + ${libdir}/cmake/KF5Attica/*.cmake \ + ${prefix}/mkspecs/modules/qt_Attica.pri \ +" diff --git a/recipes-kf5/tier1/attica_5.0.0.bb b/recipes-kf5/tier1/attica_5.0.0.bb new file mode 100644 index 0000000..2e45d63 --- /dev/null +++ b/recipes-kf5/tier1/attica_5.0.0.bb @@ -0,0 +1,5 @@ +require ${PN}.inc + +SRC_URI = "${GIT_REPO}" +SRCREV = "aebbe875f20b0c5c4be073917366cf10e00a948b" +PV = "5.0.0"