diff --git a/recipes-kde/plasma/untier/breeze-gtk/breeze-gtk.bb b/recipes-kde/plasma/untier/breeze-gtk/breeze-gtk.bb new file mode 100644 index 00000000..c9a8f8bd --- /dev/null +++ b/recipes-kde/plasma/untier/breeze-gtk/breeze-gtk.bb @@ -0,0 +1,21 @@ +SUMMARY = "Widget theme for GTK 2 and 3" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = " \ + file://COPYING.LIB;md5=1ed3208c1cce3d1926ccfc5bf65db050 \ +" + +inherit kde-plasma + +PV = "${PLASMA_VERSION}" +SRC_URI[md5sum] = "9079bb4640e06dbd1880a869e1d6b5cf" +SRC_URI[sha256sum] = "f856dd5d8555623f6752674f9ec42ab2d06b38943d7f4eb281f950af1b54d682" + +FILES_${PN} += " \ + ${datadir}/kconf_update \ + ${datadir}/themes \ + ${libdir}/kconf_update_bin \ +" + +FILES_${PN}-dbg += " \ + ${libdir}/kconf_update_bin/.debug \ +"