diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-08-25 07:40:47 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-31 19:44:56 +0200 |
commit | 950d35b750743742526aa0d099240ec0cd9752f0 (patch) | |
tree | 39d20c32167a78de72d03c5a0151cce6fb3a1d7b | |
parent | fe86c7842dbcdf2737cfbf6ef0f5095e2163a894 (diff) | |
download | meta-openembedded-950d35b750743742526aa0d099240ec0cd9752f0.tar.gz |
xfce-dusk-gtk3: initial add 1.3
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-xfce/recipes-art/xfce-dusk-gtk3/xfce-dusk-gtk3_1.3.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-xfce/recipes-art/xfce-dusk-gtk3/xfce-dusk-gtk3_1.3.bb b/meta-xfce/recipes-art/xfce-dusk-gtk3/xfce-dusk-gtk3_1.3.bb new file mode 100644 index 000000000..b05c74852 --- /dev/null +++ b/meta-xfce/recipes-art/xfce-dusk-gtk3/xfce-dusk-gtk3_1.3.bb | |||
@@ -0,0 +1,19 @@ | |||
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" | ||