summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gtk-theme-darkilouche/gtk-theme-darkilouche.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/gtk-theme-darkilouche/gtk-theme-darkilouche.bb')
-rw-r--r--meta/recipes-gnome/gtk-theme-darkilouche/gtk-theme-darkilouche.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gtk-theme-darkilouche/gtk-theme-darkilouche.bb b/meta/recipes-gnome/gtk-theme-darkilouche/gtk-theme-darkilouche.bb
new file mode 100644
index 0000000000..6bf1eedafc
--- /dev/null
+++ b/meta/recipes-gnome/gtk-theme-darkilouche/gtk-theme-darkilouche.bb
@@ -0,0 +1,23 @@
1DESCRIPTION = "Dark GTK+ theme"
2LICENSE = "GPL"
3DEPENDS = "gtk-engines"
4RDEPENDS = "gtk-engine-clearlooks gnome-icon-theme"
5SECTION = "x11/base"
6PACKAGE_ARCH = "all"
7
8PR = "r1"
9
10#SRC_URI = "http://art.gnome.org/download/themes/gtk2/1285/GTK2-Darkilouche.tar.bz2"
11SRC_URI = "git://people.freedesktop.org/~jimmac/Darkilouche.git;protocol=git \
12 file://change-colours.diff;patch=1"
13
14S = "${WORKDIR}/git"
15PACKAGES = ${PN}
16
17do_install () {
18 install -d ${D}${datadir}/themes/Darkilouche/gtk-2.0
19 install -m 0644 ${S}/index.theme ${D}${datadir}/themes/Darkilouche
20 install -m 0644 ${S}/gtk-2.0/gtkrc ${D}${datadir}/themes/Darkilouche/gtk-2.0
21}
22
23FILES_${PN} = "${datadir}/themes/Darkilouche/"