summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2015-08-25 07:40:47 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-31 19:44:56 +0200
commit950d35b750743742526aa0d099240ec0cd9752f0 (patch)
tree39d20c32167a78de72d03c5a0151cce6fb3a1d7b /meta-xfce
parentfe86c7842dbcdf2737cfbf6ef0f5095e2163a894 (diff)
downloadmeta-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>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-art/xfce-dusk-gtk3/xfce-dusk-gtk3_1.3.bb19
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 @@
1SUMMARY = "Modified version of the xfce-dusk theme to support also gtk 3.x too"
2LICENSE = "GPLv3"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=8f0e2cd40e05189ec81232da84bd6e1a"
4
5inherit allarch
6
7SRC_URI = "http://xfce-look.org/CONTENT/content-files/141404-xfce_dusk_gtk3-1_3.tar.gz;subdir=${BPN}-${PV}"
8SRC_URI[md5sum] = "b3ad37ad8173b14ec090e60a80e65d8f"
9SRC_URI[sha256sum] = "bfa8a88607d1a1da5bd0b9e4e075767c54400a3c5a0fae88b619ed71532f30b4"
10
11do_configure() {
12}
13
14do_install() {
15 install -d ${D}${datadir}/themes
16 cp -r Xfce-dusk-gtk3 ${D}${datadir}/themes/Xfce-dusk-gtk3
17}
18
19FILES_${PN} = "${datadir}/themes"