[oe-commits] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: xfce-dusk-gtk3: initial add 1.3

git at git.openembedded.org git at git.openembedded.org
Tue Aug 25 09:54:42 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 75e2c2b8d1d833118dbcd832a2a2645cde5d7075
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=75e2c2b8d1d833118dbcd832a2a2645cde5d7075

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Tue Aug 25 07:40:47 2015 +0200

xfce-dusk-gtk3: initial add 1.3

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-art/xfce-dusk-gtk3/xfce-dusk-gtk3_1.3.bb  | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

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 0000000..b05c748
--- /dev/null
+++ b/meta-xfce/recipes-art/xfce-dusk-gtk3/xfce-dusk-gtk3_1.3.bb
@@ -0,0 +1,19 @@
+SUMMARY = "Modified version of the xfce-dusk theme to support also gtk 3.x too"
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=8f0e2cd40e05189ec81232da84bd6e1a"
+
+inherit allarch
+
+SRC_URI = "http://xfce-look.org/CONTENT/content-files/141404-xfce_dusk_gtk3-1_3.tar.gz;subdir=${BPN}-${PV}"
+SRC_URI[md5sum] = "b3ad37ad8173b14ec090e60a80e65d8f"
+SRC_URI[sha256sum] = "bfa8a88607d1a1da5bd0b9e4e075767c54400a3c5a0fae88b619ed71532f30b4"
+
+do_configure() {
+}
+
+do_install() {
+    install -d ${D}${datadir}/themes
+    cp -r Xfce-dusk-gtk3 ${D}${datadir}/themes/Xfce-dusk-gtk3
+}
+
+FILES_${PN} = "${datadir}/themes"



More information about the Openembedded-commits mailing list