diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-20 11:51:09 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-21 09:29:12 +0000 |
commit | fbf360b9303e788af53cdfc628f0db546735f0dc (patch) | |
tree | bdc7950ca6c6b667b9dd488c8ccfccdf800a9131 /meta/recipes-gnome/gtk-theme-darkilouche/gtk-theme-darkilouche.bb | |
parent | cb1f3e088170652dde7ec270ef0ebf4486a2f3a6 (diff) | |
download | poky-fbf360b9303e788af53cdfc628f0db546735f0dc.tar.gz |
gtk-theme-darkilouche: moved to meta-extras
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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.bb | 23 |
1 files changed, 0 insertions, 23 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 deleted file mode 100644 index 6bf1eedafc..0000000000 --- a/meta/recipes-gnome/gtk-theme-darkilouche/gtk-theme-darkilouche.bb +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | DESCRIPTION = "Dark GTK+ theme" | ||
2 | LICENSE = "GPL" | ||
3 | DEPENDS = "gtk-engines" | ||
4 | RDEPENDS = "gtk-engine-clearlooks gnome-icon-theme" | ||
5 | SECTION = "x11/base" | ||
6 | PACKAGE_ARCH = "all" | ||
7 | |||
8 | PR = "r1" | ||
9 | |||
10 | #SRC_URI = "http://art.gnome.org/download/themes/gtk2/1285/GTK2-Darkilouche.tar.bz2" | ||
11 | SRC_URI = "git://people.freedesktop.org/~jimmac/Darkilouche.git;protocol=git \ | ||
12 | file://change-colours.diff;patch=1" | ||
13 | |||
14 | S = "${WORKDIR}/git" | ||
15 | PACKAGES = ${PN} | ||
16 | |||
17 | do_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 | |||
23 | FILES_${PN} = "${datadir}/themes/Darkilouche/" | ||