summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gtk-theme-darkilouche
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/gtk-theme-darkilouche')
-rw-r--r--meta/recipes-gnome/gtk-theme-darkilouche/gtk-theme-darkilouche.bb23
-rw-r--r--meta/recipes-gnome/gtk-theme-darkilouche/gtk-theme-darkilouche/change-colours.diff13
2 files changed, 36 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 0000000..6bf1eed
--- /dev/null
+++ b/meta/recipes-gnome/gtk-theme-darkilouche/gtk-theme-darkilouche.bb
@@ -0,0 +1,23 @@
+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/"
diff --git a/meta/recipes-gnome/gtk-theme-darkilouche/gtk-theme-darkilouche/change-colours.diff b/meta/recipes-gnome/gtk-theme-darkilouche/gtk-theme-darkilouche/change-colours.diff
new file mode 100644
index 0000000..c9fb7bd
--- /dev/null
+++ b/meta/recipes-gnome/gtk-theme-darkilouche/gtk-theme-darkilouche/change-colours.diff
@@ -0,0 +1,13 @@
+Index: git/index.theme
+===================================================================
+--- git.orig/index.theme 2008-09-22 18:54:50.000000000 +0100
++++ git/index.theme 2008-09-22 18:55:02.000000000 +0100
+@@ -6,6 +6,6 @@
+
+ [X-GNOME-Metatheme]
+ GtkTheme=Darkilouche
+-GtkColorScheme=
+-MetacityTheme=Gilouche
++GtkColorScheme=fg_color:#f5f5f5f5f5f5,bg_color:#88888a8a8585,text_color:#000000000000,base_color:#bababdbdb6b6,selected_fg_color:#ffffffffffff,selected_bg_color:#686890904343,tooltip_fg_color:#000000000000,tooltip_bg_color:#e5e5e5e5e5e5
++MetacityTheme=Clearlooks
+ IconTheme=gnome
OpenPOWER on IntegriCloud