summaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk-theme-darkilouche/gtk-theme-darkilouche.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gtk-theme-darkilouche/gtk-theme-darkilouche.bb')
-rw-r--r--meta/packages/gtk-theme-darkilouche/gtk-theme-darkilouche.bb22
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 @@
1DESCRIPTION = "Dark GTK+ theme"
2LICENSE = "GPL"
3RDEPENDS = "gtk-theme-clearlooks gnome-icon-theme"
4SECTION = "x11/base"
5PACKAGE_ARCH = "all"
6
7PR = "r0"
8
9#SRC_URI = "http://art.gnome.org/download/themes/gtk2/1285/GTK2-Darkilouche.tar.bz2"
10SRC_URI = "git://people.freedesktop.org/~jimmac/Darkilouche.git;protocol=git \
11 file://change-colours.diff;patch=1"
12
13S = "${WORKDIR}/git"
14PACKAGES = ${PN}
15
16do_install () {
17 install -d ${D}${datadir}/themes/Darkilouche/gtk-2.0
18 install -m 0644 ${S}/index.theme ${D}${datadir}/themes/Darkilouche
19 install -m 0644 ${S}/gtk-2.0/gtkrc ${D}${datadir}/themes/Darkilouche/gtk-2.0
20}
21
22FILES_${PN} = "${datadir}/themes/Darkilouche/"