summaryrefslogtreecommitdiff
path: root/meta/recipes-gnome/gtk-theme-darkilouche/gtk-theme-darkilouche.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2010-12-20 11:51:09 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-21 09:29:12 +0000
commitfbf360b9303e788af53cdfc628f0db546735f0dc (patch)
treebdc7950ca6c6b667b9dd488c8ccfccdf800a9131 /meta/recipes-gnome/gtk-theme-darkilouche/gtk-theme-darkilouche.bb
parentcb1f3e088170652dde7ec270ef0ebf4486a2f3a6 (diff)
downloadopenembedded-core-fbf360b9303e788af53cdfc628f0db546735f0dc.tar.gz
openembedded-core-fbf360b9303e788af53cdfc628f0db546735f0dc.tar.bz2
openembedded-core-fbf360b9303e788af53cdfc628f0db546735f0dc.tar.xz
openembedded-core-fbf360b9303e788af53cdfc628f0db546735f0dc.zip
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.bb23
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 6bf1eedaf..000000000
--- a/meta/recipes-gnome/gtk-theme-darkilouche/gtk-theme-darkilouche.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "Dark GTK+ theme"
-LICENSE = "GPL"
-DEPENDS = "gtk-engines"
-RDEPENDS = "gtk-engine-clearlooks gnome-icon-theme"
-SECTION = "x11/base"
-PACKAGE_ARCH = "all"
-
-PR = "r1"
-
-#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/"