Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "Modified version of the xfce-dusk theme to support also gtk 3.x too" |
| 2 | LICENSE = "GPLv3" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8f0e2cd40e05189ec81232da84bd6e1a" |
| 4 | |
| 5 | inherit allarch |
| 6 | |
| 7 | SRC_URI = "http://xfce-look.org/CONTENT/content-files/141404-xfce_dusk_gtk3-1_3.tar.gz;subdir=${BPN}-${PV}" |
| 8 | SRC_URI[md5sum] = "b3ad37ad8173b14ec090e60a80e65d8f" |
| 9 | SRC_URI[sha256sum] = "bfa8a88607d1a1da5bd0b9e4e075767c54400a3c5a0fae88b619ed71532f30b4" |
| 10 | |
| 11 | do_configure() { |
| 12 | } |
| 13 | |
| 14 | do_install() { |
| 15 | install -d ${D}${datadir}/themes |
| 16 | cp -r Xfce-dusk-gtk3 ${D}${datadir}/themes/Xfce-dusk-gtk3 |
| 17 | } |
| 18 | |
| 19 | FILES_${PN} = "${datadir}/themes" |