20 lines
522 B
BlitzBasic
20 lines
522 B
BlitzBasic
SUMMARY = "Widget theme for GTK 2 and 3"
|
|
LICENSE = "LGPLv2.1"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://COPYING.LIB;md5=1ed3208c1cce3d1926ccfc5bf65db050 \
|
|
"
|
|
|
|
inherit kde-plasma python3native
|
|
|
|
DEPENDS += "sassc-native cairo breeze python3-pycairo-native"
|
|
|
|
PV = "${PLASMA_VERSION}"
|
|
SRC_URI[md5sum] = "32a4ee2e693414d975f60c23d1c6e99a"
|
|
SRC_URI[sha256sum] = "d9849ecf6c2fc85fde76912410ab36c46ca65b96d80b4e51819ca35015a88098"
|
|
|
|
FILES_${PN} += " \
|
|
${datadir}/kconf_update \
|
|
${datadir}/themes \
|
|
${libdir}/kconf_update_bin \
|
|
"
|