diff --git a/recipes-kf5/tier1/oxygen-icons.inc b/recipes-kf5/tier1/oxygen-icons.inc new file mode 100644 --- /dev/null +++ b/recipes-kf5/tier1/oxygen-icons.inc @@ -0,0 +1,15 @@ +DESCRIPTION = "Oxygen Icons" +HOMEPAGE = "https://api.kde.org/frameworks/oxygen-icons/html/index.html" +LICENSE = "LGPL-2.1" +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" +PR = "r0" + +SRC_URI = "git://anongit.kde.org/oxygen-icons5" +S = "${WORKDIR}/git" + +inherit cmake_kf5 + +FILES_${PN} += " \ + ${datadir}/icons/oxygen/index.theme \ + ${datadir}/icons/oxygen/base/*/*/*.png \ +" diff --git a/recipes-kf5/tier1/oxygen-icons_5.36.0.bb b/recipes-kf5/tier1/oxygen-icons_5.36.0.bb new file mode 100644 --- /dev/null +++ b/recipes-kf5/tier1/oxygen-icons_5.36.0.bb @@ -0,0 +1,2 @@ +require ${PN}.inc +SRCREV = "v${PV}"