From 37f772fd8bc26d251f7b33f1cda3e6d0b324742e Mon Sep 17 00:00:00 2001 From: Robert Bradford Date: Mon, 22 Sep 2008 18:32:31 +0000 Subject: Add the Darkilouche dark theme git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5221 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../gtk-theme-darkilouche/gtk-theme-darkilouche.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta/packages/gtk-theme-darkilouche/gtk-theme-darkilouche.bb (limited to 'meta/packages/gtk-theme-darkilouche/gtk-theme-darkilouche.bb') 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 000000000..af594a451 --- /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/" -- cgit v1.2.3