diff options
author | Robert Bradford <rob@openedhand.com> | 2008-09-22 18:32:31 +0000 |
---|---|---|
committer | Robert Bradford <rob@openedhand.com> | 2008-09-22 18:32:31 +0000 |
commit | 37f772fd8bc26d251f7b33f1cda3e6d0b324742e (patch) | |
tree | 1302c9963434849ef51fa8dd3c22a004ba9dc5a7 /meta/packages/gtk-theme-darkilouche/gtk-theme-darkilouche.bb | |
parent | 561f4d09302455e7dfa09252f5dc37fd82c163a1 (diff) | |
download | openembedded-core-37f772fd8bc26d251f7b33f1cda3e6d0b324742e.tar.gz openembedded-core-37f772fd8bc26d251f7b33f1cda3e6d0b324742e.tar.bz2 openembedded-core-37f772fd8bc26d251f7b33f1cda3e6d0b324742e.zip |
Add the Darkilouche dark theme
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5221 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gtk-theme-darkilouche/gtk-theme-darkilouche.bb')
-rw-r--r-- | meta/packages/gtk-theme-darkilouche/gtk-theme-darkilouche.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/packages/gtk-theme-darkilouche/gtk-theme-darkilouche.bb b/meta/packages/gtk-theme-darkilouche/gtk-theme-darkilouche.bb new file mode 100644 index 0000000000..af594a451c --- /dev/null +++ b/meta/packages/gtk-theme-darkilouche/gtk-theme-darkilouche.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "Dark GTK+ theme" +LICENSE = "GPL" +RDEPENDS = "gtk-theme-clearlooks gnome-icon-theme" +SECTION = "x11/base" +PACKAGE_ARCH = "all" + +PR = "r0" + +#SRC_URI = "http://art.gnome.org/download/themes/gtk2/1285/GTK2-Darkilouche.tar.bz2" +SRC_URI = "git://people.freedesktop.org/~jimmac/Darkilouche.git;protocol=git \ + file://change-colours.diff;patch=1" + +S = "${WORKDIR}/git" +PACKAGES = ${PN} + +do_install () { + install -d ${D}${datadir}/themes/Darkilouche/gtk-2.0 + install -m 0644 ${S}/index.theme ${D}${datadir}/themes/Darkilouche + install -m 0644 ${S}/gtk-2.0/gtkrc ${D}${datadir}/themes/Darkilouche/gtk-2.0 +} + +FILES_${PN} = "${datadir}/themes/Darkilouche/" |